Deliver centralized role management feature
[portal.git] / ecomp-portal-widget-ms / common-widgets / news-widget / styles / app-widget-1-by-3.css
1
2 .portal-widget-panel-container {
3         margin-left:150px;
4         width:1500px;
5 }
6
7
8 .portal-widget-panel-fixed-panel {
9   min-height: 300px;
10   max-height: 300px;
11   overflow: auto;
12 }
13
14 .portal-widget-panel-double-middle {
15   min-height: 660px;
16   max-height: 660px;
17   overflow: auto;
18 }
19
20 .portal-widget-panel-row {
21     margin-right: 0px;
22     margin-left:  0px;
23     width: 2800px;
24 }
25
26 /*Increases the width of the card/panel */
27 .portal-widget-panel-panel-default {
28         width:450px
29 }
30
31 /*Controls the spacing between the cards */
32 .portal-widget-panel-col-sm-3 {
33         width:20.5%
34 }
35
36 .portal-widget-panel-top {
37     top: 15px;
38         left: 15px;
39 }
40
41 #stork-css-ready {
42 color: #bada55 !important;
43 }