blob: 693664f5fc4965754e41527e8da6b2ec54647758 [file] [log] [blame]
/*Default Variables*/
@import './bower_components/solstice-assets/stylesheets/_mixins.less';
@import "./bower_components/bootstrap/less/variables.less";
@import "./bower_components/solstice-assets/stylesheets/_variables.less";
h1{
margin-bottom:30px;
margin-top:10px;
}
.tab-content{
background:#fff;
padding-top:20px;
}
.block-padding{
padding:0 10px 10px 10px;
h4{
font-weight:600;
padding-bottom:2px;
border-bottom:1px solid #ccc;
}
ul{
padding-left:20px;
}
}
.hipp-control-item{
padding-bottom:10px;
}
#sys_message{
padding-top:20px;
}
.position-static{
position:static;
}