Added btn--icon-xl for use within assetAdmin

This commit is contained in:
Paul Clarke 2016-05-10 16:26:09 +12:00
parent 100deada75
commit 0321d0868e
2 changed files with 10 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -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