mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-28 17:13:45 +03:00
Move some panel styles into core
This commit is contained in:
parent
b2d543b9ee
commit
a8595023c2
@ -7,7 +7,33 @@
|
||||
background-color: transparent;
|
||||
box-shadow: none;
|
||||
|
||||
.panel-heading {
|
||||
border-radius: 0;
|
||||
&.bordered {
|
||||
.panel-heading {
|
||||
border-radius: @component-border-radius @component-border-radius 0 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.inset-panel {
|
||||
.panel-heading {
|
||||
border-radius: @component-border-radius @component-border-radius 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
.panel-heading {
|
||||
margin: 0;
|
||||
|
||||
border-radius: 0;
|
||||
|
||||
font-size: @font-size;
|
||||
line-height: 1;
|
||||
|
||||
.btn {
|
||||
@btn-height: @component-line-height - 5px;
|
||||
height: @btn-height;
|
||||
line-height: @btn-height;
|
||||
font-size: @font-size - 2px;
|
||||
position: relative;
|
||||
top: -5px;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user