mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Enhancement Add icon size for 14px icons and table padding for asset list
This commit is contained in:
parent
799ebe5ba8
commit
6ec7804932
5
admin/client/dist/styles/bundle.css
vendored
5
admin/client/dist/styles/bundle.css
vendored
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user