refactor(panels): return border-radius for panels

pull/3/head
alex 2016-02-18 12:53:32 +03:00
parent f85f0d62f7
commit 5fa3b1e59c
1 changed files with 0 additions and 3 deletions

View File

@ -3,7 +3,6 @@ $panel-heading-font-size: 16px;
.panel {
border: none;
border-radius: 0;
background-color: $panel-bg;
color: $default-text;
position: relative;
@ -125,7 +124,6 @@ $panel-heading-font-size: 16px;
.panel-primary, .panel-success, .panel-info, .panel-warning, .panel-danger {
.panel-heading {
color: rgba(255, 255, 255, 0.8);
border-radius: 0;
}
}
@ -158,7 +156,6 @@ $panel-heading-font-size: 16px;
}
.panel-group .panel {
border-radius: 0;
.panel-heading {
border-bottom: 1px solid #ddd;
}