mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Added btn--icon-xl for use within assetAdmin
This commit is contained in:
parent
100deada75
commit
0321d0868e
4
admin/client/dist/styles/bundle.css
vendored
4
admin/client/dist/styles/bundle.css
vendored
File diff suppressed because one or more lines are too long
@ -18,12 +18,19 @@
|
||||
}
|
||||
|
||||
// Gives button a larger icon
|
||||
.btn--icon-large[class*="font-icon-"]::before {
|
||||
.btn--icon-large[class*="font-icon-"]::before {
|
||||
font-size: 20px;
|
||||
line-height: 20px;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.btn--icon-xl[class*="font-icon-"]::before {
|
||||
font-size: 22px;
|
||||
line-height: 20px;
|
||||
top: -1px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
|
||||
// For buttons with icon and no text, removes space after icon
|
||||
// TODO replace all .no-text classes for .btn--no-text
|
||||
|
Loading…
Reference in New Issue
Block a user