Cleanup bootstrap css

This commit is contained in:
djmaze 2021-07-20 20:29:47 +02:00
parent 146f76ad9f
commit f57955443b
10 changed files with 14 additions and 87 deletions

View file

@ -65,9 +65,6 @@
line-height: normal;
border-radius: 5px;
}
.btn-large [class^="icon-"] {
margin-top: 2px;
}
// Small
.btn-small {
@ -75,9 +72,6 @@
font-size: @baseFontSize - 2px;
line-height: @baseLineHeight - 2px;
}
.btn-small [class^="icon-"] {
margin-top: 0;
}
// Block button
.btn-block {
@ -87,9 +81,6 @@
padding-right: 0;
box-sizing: border-box;
}
.btn-block + .btn-block {
margin-top: 5px;
}
// Alternate buttons