2018-10-22 02:41:35 -04:00
|
|
|
@import "../themes/themes";
|
2017-12-23 01:19:30 -05:00
|
|
|
|
2018-10-22 02:41:35 -04:00
|
|
|
.main-app {
|
|
|
|
@include themify() {
|
|
|
|
.ibox {
|
|
|
|
background-color: themed('containerBgColor');
|
|
|
|
padding: 0;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
box-shadow: 0 2px 4px themed('containerShadowColor');
|
|
|
|
}
|
2017-12-23 01:19:30 -05:00
|
|
|
|
2018-10-22 02:41:35 -04:00
|
|
|
.ibox .ibox-title {
|
|
|
|
padding: 5px;
|
|
|
|
border-bottom: 1px solid themed('containerBorderColor');
|
|
|
|
border-top: 2px solid themed('containerBorderColor');
|
|
|
|
}
|
2017-12-23 01:19:30 -05:00
|
|
|
|
2018-10-22 02:41:35 -04:00
|
|
|
.ibox .ibox-title h5 {
|
|
|
|
display: inline;
|
|
|
|
font-size: 1.1em;
|
|
|
|
padding: 5px;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2017-12-23 01:19:30 -05:00
|
|
|
|
2018-10-22 02:41:35 -04:00
|
|
|
.ibox .ibox-content {
|
|
|
|
padding: 15px;
|
|
|
|
}
|
2017-12-23 01:19:30 -05:00
|
|
|
|
2018-10-22 02:41:35 -04:00
|
|
|
.ibox .ibox-title .ibox-icon {
|
|
|
|
float: right;
|
|
|
|
margin-top: 4px;
|
|
|
|
margin-right: 5px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ibox .ibox-title.ibox-title-collapsible {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|
2017-12-23 01:19:30 -05:00
|
|
|
}
|