|
@@ -4639,8 +4639,8 @@ button.list-group-item-danger.active:focus {
|
|
|
.panel-heading {
|
|
|
padding: 10px 15px;
|
|
|
border-bottom: 1px solid transparent;
|
|
|
- border-top-right-radius: 3px;
|
|
|
- border-top-left-radius: 3px
|
|
|
+ border-top-right-radius: $border-radius-base;
|
|
|
+ border-top-left-radius: $border-radius-base;
|
|
|
}
|
|
|
.panel-heading>.dropdown .dropdown-toggle {
|
|
|
color: inherit
|
|
@@ -4662,8 +4662,8 @@ button.list-group-item-danger.active:focus {
|
|
|
padding: 10px 15px;
|
|
|
background-color: #fcfcfc;
|
|
|
border-top: 1px solid #dddddd;
|
|
|
- border-bottom-right-radius: 3px;
|
|
|
- border-bottom-left-radius: 3px
|
|
|
+ border-bottom-right-radius: $border-radius-base;
|
|
|
+ border-bottom-left-radius: $border-radius-base;
|
|
|
}
|
|
|
.panel>.list-group,
|
|
|
.panel>.panel-collapse>.list-group {
|
|
@@ -4677,15 +4677,15 @@ button.list-group-item-danger.active:focus {
|
|
|
.panel>.list-group:first-child .list-group-item:first-child,
|
|
|
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
|
|
|
border-top: 0;
|
|
|
- border-top-right-radius: 3px;
|
|
|
- border-top-left-radius: 3px
|
|
|
+ border-top-right-radius: $border-radius-base;
|
|
|
+ border-top-left-radius: $border-radius-base
|
|
|
}
|
|
|
.panel>.list-group:last-child .list-group-item:last-child,
|
|
|
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
|
|
|
margin-bottom: 1px;
|
|
|
border-bottom: 0;
|
|
|
- border-bottom-right-radius: 3px;
|
|
|
- border-bottom-left-radius: 3px
|
|
|
+ border-bottom-right-radius: $border-radius-base;
|
|
|
+ border-bottom-left-radius: $border-radius-base
|
|
|
}
|
|
|
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
|
|
|
border-top-right-radius: 0;
|
|
@@ -4710,15 +4710,15 @@ button.list-group-item-danger.active:focus {
|
|
|
}
|
|
|
.panel>.table:first-child,
|
|
|
.panel>.table-responsive:first-child>.table:first-child {
|
|
|
- border-top-right-radius: 3px;
|
|
|
- border-top-left-radius: 3px
|
|
|
+ border-top-right-radius: $border-radius-base;
|
|
|
+ border-top-left-radius: $border-radius-base
|
|
|
}
|
|
|
.panel>.table:first-child>thead:first-child>tr:first-child,
|
|
|
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
|
|
|
.panel>.table:first-child>tbody:first-child>tr:first-child,
|
|
|
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
|
|
|
- border-top-left-radius: 3px;
|
|
|
- border-top-right-radius: 3px
|
|
|
+ border-top-left-radius: $border-radius-base;
|
|
|
+ border-top-right-radius: $border-radius-base
|
|
|
}
|
|
|
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
|
|
|
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
|
|
@@ -4728,7 +4728,7 @@ button.list-group-item-danger.active:focus {
|
|
|
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
|
|
|
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
|
|
|
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
|
|
|
- border-top-left-radius: 3px
|
|
|
+ border-top-left-radius: $border-radius-base
|
|
|
}
|
|
|
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
|
|
|
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
|
|
@@ -4738,19 +4738,19 @@ button.list-group-item-danger.active:focus {
|
|
|
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
|
|
|
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
|
|
|
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
|
|
|
- border-top-right-radius: 3px
|
|
|
+ border-top-right-radius: $border-radius-base
|
|
|
}
|
|
|
.panel>.table:last-child,
|
|
|
.panel>.table-responsive:last-child>.table:last-child {
|
|
|
- border-bottom-right-radius: 3px;
|
|
|
- border-bottom-left-radius: 3px
|
|
|
+ border-bottom-right-radius: $border-radius-base;
|
|
|
+ border-bottom-left-radius: $border-radius-base
|
|
|
}
|
|
|
.panel>.table:last-child>tbody:last-child>tr:last-child,
|
|
|
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
|
|
|
.panel>.table:last-child>tfoot:last-child>tr:last-child,
|
|
|
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
|
|
|
- border-bottom-left-radius: 3px;
|
|
|
- border-bottom-right-radius: 3px
|
|
|
+ border-bottom-left-radius: $border-radius-base;
|
|
|
+ border-bottom-right-radius: $border-radius-base
|
|
|
}
|
|
|
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
|
|
|
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
|
|
@@ -4760,7 +4760,7 @@ button.list-group-item-danger.active:focus {
|
|
|
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
|
|
|
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
|
|
|
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
|
|
|
- border-bottom-left-radius: 3px
|
|
|
+ border-bottom-left-radius: $border-radius-base
|
|
|
}
|
|
|
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
|
|
|
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
|
|
@@ -4770,7 +4770,7 @@ button.list-group-item-danger.active:focus {
|
|
|
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
|
|
|
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
|
|
|
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
|
|
|
- border-bottom-right-radius: 3px
|
|
|
+ border-bottom-right-radius: $border-radius-base
|
|
|
}
|
|
|
.panel>.panel-body+.table,
|
|
|
.panel>.panel-body+.table-responsive,
|