Fix frontend dep issue
[clamp.git] / ui-react / src / index.css
1 .nav {
2         margin-left: 2px; 
3         margin-right: 2px;
4 }
5 .navbar-brand {
6   float: left;
7   height: 50px;
8   padding: 15px 15px;
9   font-size: 18px;
10   line-height: 20px;
11 }
12 .rowC {
13         display: flex;
14         flex-direction:row;
15 }
16 .logo {
17         font-family: 'Trebuchet MS', cursive;
18         font-size: 20px;
19         font-weight: 500;
20         text-align: center;
21 }
22 .image_style {
23         display: inline-block; 
24         float: left;
25 }
26 .dummy {
27         float: right; 
28         padding-right: 50px;
29 }
30 .user_name {
31         display: block;
32         float: left;
33         font-family: 'Trebuchet MS', cursive;
34         font-size: 15px;
35         font-weight: 500;
36         height: 50px;
37         text-align: right;
38 }
39
40 .ClampHeader {
41         margin-left: 2px; 
42         margin-right: 2px;
43 }
44
45 .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
46     float: left;
47   }
48   .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
49     float: left;
50   }