Add .bordered panel

This commit is contained in:
Ben Ogle 2013-09-06 11:20:37 -07:00
parent 57f6558602
commit ee131f7012

View File

@ -2,6 +2,17 @@
@import "ui-variables";
@import "buttons";
.panel {
&.bordered {
border: 1px solid @base-border-color;
border-radius: @component-border-radius;
.panel-heading {
border-radius: @component-border-radius @component-border-radius 0 0;
}
}
}
.tool-panel {
.text(normal);
position: relative;