Create the sub components for new Clamp UI
[clamp.git] / ui-react / src / css / index.css
1 .cldsmodelling {
2         height: 90vh;
3         overflow: hidden;
4         margin-left: 1px;
5         margin-right: 1px;
6 }
7 .cl_panel {
8         margin-bottom: 20px;
9         background-color: #fff;
10         border: 1px solid transparent;
11         border-radius: 4px;
12         box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
13         width:100% ;
14         height: 100%;
15         border-color: #337ab7;
16 }
17 .cl_panel_heading{
18         color: #fff;
19         background-color: #337ab7;
20         border-color: #337ab7;
21         padding: 10px 15px;
22         border-bottom: 1px solid transparent;
23         border-top-left-radius: 3px;
24         border-top-right-radius: 3px;
25         font-size: 12px;
26 }
27 .pull-left{
28         float: left !important;
29 }
30 .pull-right{
31         float: right !important;
32 }
33
34 .color_white {
35         color: white;
36 }
37 .cl_view_body {
38         height: 83.5vh; width: 100%;
39 }
40 .logo_text {
41         font-size: 20px;
42         font-weight: bold;
43 }
44 .js_canvas {
45         margin-top: 200px;
46         margin-left: 20px;
47         margin-right: 20px;
48 }
49 .log_div{
50         border: 2px solid gray;
51         margin-right: 20px;
52         font-size: 12px;
53 }
54 .log_table {
55         width: 100%;
56         height: 87%;
57         overflow: auto;
58 }
59 .row_10_per {
60         width: 10%;
61 }
62 .row_30_per {
63         width: 30%;
64 }
65 .row_70_per {
66         width: 70%;
67 }
68 .table_header {
69         font-weight: bold;
70 }
71 .status_title{
72         position: absolute;
73         left: 61%;
74         top: 151px;
75         font-size:20px;
76 }
77 .status{
78         background-color: gray;
79         -moz-border-radius: 50px;
80         -webkit-border-radius: 50px;
81         border-radius: 50px;
82 }
83 .status_table {
84         position: absolute;
85         left: 61%;
86         top: 191px;
87         font-size:10px;
88 }