mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-09 13:15:37 +03:00
parent
78176da861
commit
f864414f59
@ -6,8 +6,11 @@
|
||||
border: none;
|
||||
text-shadow: none;
|
||||
|
||||
height: @component-line-height + 2px;
|
||||
line-height: @component-line-height;
|
||||
|
||||
padding: 0 @component-padding;
|
||||
font-size: @font-size;
|
||||
padding: @component-padding/2 @component-padding;
|
||||
z-index: 0;
|
||||
|
||||
background-color: @button-background-color;
|
||||
@ -26,15 +29,21 @@
|
||||
.btn-group-xs > .btn {
|
||||
padding: @component-padding/4 @component-padding/2;
|
||||
font-size: @font-size - 2px;
|
||||
height: auto;
|
||||
line-height: 1.3em;
|
||||
}
|
||||
.btn.btn-sm,
|
||||
.btn-group-sm > .btn {
|
||||
padding: @component-padding/4 @component-padding/2;
|
||||
height: auto;
|
||||
line-height: 1.3em;
|
||||
}
|
||||
.btn.btn-lg,
|
||||
.btn-group-lg > .btn {
|
||||
font-size: @font-size + 2px;
|
||||
padding: @component-padding - 2px @component-padding + 2px;
|
||||
height: auto;
|
||||
line-height: 1.3em;
|
||||
}
|
||||
|
||||
.btn-group > .btn {
|
||||
|
Loading…
Reference in New Issue
Block a user