vendor/assets/stylesheets/_panel.scss in active_frontend-6.2.0 vs vendor/assets/stylesheets/_panel.scss in active_frontend-6.3.0
- old
+ new
@@ -7,56 +7,35 @@
.panel {
background: rgba(255,255,255,1);
border: 1px solid rgba(225,232,237,1);
margin-bottom: 20px;
}
-.panel > .list-group { margin-bottom: 0; }
-.panel > .list-group .list-group-item {
- border-radius: 0;
- border-width: 1px 0;
-}
-.panel > .list-group .list-group-item:first-child { border-top: 0; }
-.panel > .list-group .list-group-item:last-child { border-bottom: 0; }
-.panel-header + .list-group .list-group-item:first-child { border-top-width: 0; }
-.panel > .table-responsive {
- border: 0;
- margin-bottom: 0;
-}
.panel-header {
background: rgba(245,248,250,1);
border-bottom: 1px solid rgba(225,232,237,1);
padding: 16px 15px 14px 15px;
}
.panel-header > .btn { margin-top: -2px; }
.panel-header > .btn-group { margin: -5px 0 -3px 0; }
-.panel-header > .dropdown .dropdown-toggle { color: rgba(35,41,55,1); }
.panel-title {
color: rgba(35,41,55,1);
display: inline-block;
font-size: 17px;
- line-height: 17px;
+ line-height: 1;
margin-bottom: 0;
margin-top: 0;
}
.panel-title > a { color: rgba(35,41,55,1); }
-.panel-title > a:hover { color: rgba(35,41,55,1); }
.panel-body { padding: 15px; }
.panel-body-chart {
margin-bottom: -10px;
width: 100%;
}
+.panel-body > .table-responsive {
+ border: 0;
+ margin-bottom: 0;
+}
.panel-footer {
background: rgba(245,248,250,1);
border-top: 1px solid rgba(225,232,237,1);
padding: 13px 15px 10px 15px;
-}
-.panel-group { margin-bottom: 20px; }
-.panel-group .panel {
- border-radius: 3px;
- margin-bottom: 0;
- overflow: hidden;
-}
-.panel-group .panel + .panel { margin-top: 5px; }
-.panel-group .panel-header { border-bottom: 0; }
-.panel-group .panel-header + .panel-collapse .panel-body { border-top: 1px solid rgba(225,232,237,1); }
-.panel-group .panel-footer { border-top: 0; }
-.panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid rgba(225,232,237,1); }
+}
\ No newline at end of file