Add bordered panels to the light theme

This commit is contained in:
Ben Ogle
2013-09-06 11:25:34 -07:00
parent d39651a69d
commit e99f97b9fe

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;