Cleanup some CSS

This commit is contained in:
the-djmaze 2022-02-14 17:37:58 +01:00
parent 5c22933628
commit 88c16f5c40
21 changed files with 17 additions and 60 deletions

View file

@ -12,7 +12,6 @@
display: inline-block;
padding: 4px 13px;
font-size: @baseFontSize;
line-height: @baseLineHeight;
text-align: center;
vertical-align: middle;
@ -60,7 +59,7 @@
// Large
.btn-large {
padding: 9px 14px;
font-size: @baseFontSize + 3px;
font-size: 121%;
line-height: normal;
border-radius: 5px;
}
@ -68,8 +67,8 @@
// Small
.btn-small {
padding: 3px 9px;
font-size: (@baseFontSize * 0.85);
line-height: (@baseLineHeight * 0.85);
font-size: 80%;
line-height: 1;
}
// Block button