82a70dac7ec15d1a033a9636b5b31bb865a7b85c
[aai/sparky-fe.git] / resources / scss / components / _containerPanel.scss
1 .titled-container {
2   margin: 5px;
3   width: 100%;
4   height: 100%;
5   padding-bottom: 30px;
6 }
7
8 .titled-container-boarders {
9   border: solid 1px $black;
10   -webkit-box-shadow: 3px 3px 10px DarkGrey;
11   -moz-box-shadow: 3px 3px 10px DarkGrey;
12   box-shadow: 3px 3px 10px DarkGrey;
13 }
14
15 .titled-container-header {
16   padding: 0px 5px;
17   font-weight: bold;
18   font-size: 17px;
19   min-height: 25px;
20 }
21
22 .header-title {
23   width: 100%;
24 }
25
26 .titled-container > .contents {
27   padding: 5px;
28 }