Enhancement Add icon size for 14px icons and table padding for asset list

This commit is contained in:
Paul Clarke 2016-12-06 09:49:06 +13:00 committed by Damian Mooyman
parent 799ebe5ba8
commit 6ec7804932
3 changed files with 11 additions and 0 deletions

View File

@ -15002,6 +15002,11 @@ fieldset+.btn-toolbar{
color:#d40404;
}
.btn--icon-sm[class*=font-icon-]:before{
font-size:14px;
position:relative;
}
.btn--icon-md[class*=font-icon-]:before{
font-size:17px;
position:relative;

View File

@ -32,6 +32,11 @@
}
// Gives button a larger icon
.btn--icon-sm[class*="font-icon-"]::before {
font-size: 14px;
position: relative;
}
.btn--icon-md[class*="font-icon-"]::before {
font-size: 17px;
position: relative;

View File

@ -265,6 +265,7 @@ $caret-width-lg: $caret-width;
$table-cell-padding: $spacer;
$table-sm-cell-padding: $spacer-sm;
$table-lg-cell-padding: $spacer * 1.5;
$table-bg: transparent;
$table-bg-accent: $white; // lighten(#f0f4f7, 1%) #F0F4F7 #e9f0f4