pulsar/static/panels.less
2013-09-10 12:01:14 -07:00

14 lines
206 B
Plaintext

@import "ui-variables";
// Override bootstrap styles here.
.panel {
border-radius: 0;
border: none;
background-color: transparent;
box-shadow: none;
.panel-heading {
border-radius: 0;
}
}