mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Reduce spacing between buttons, fix for large icons
This commit is contained in:
parent
d8a13233e6
commit
75faa0de9f
@ -4,7 +4,7 @@
|
||||
// General buttons
|
||||
.btn {
|
||||
height: 32px;
|
||||
margin-right: $spacer-x * .75; // 12px
|
||||
margin-right: $spacer-x * .5; // 8px
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@ -18,9 +18,10 @@
|
||||
}
|
||||
|
||||
// Gives button a larger icon
|
||||
.btn--icon-large {
|
||||
.btn--icon-large[class*="font-icon-"]::before {
|
||||
font-size: 20px;
|
||||
line-height: 20px;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user