-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp2.css
89 lines (68 loc) · 1.39 KB
/
app2.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
body.JSONSchemaComp{
padding:10px;
}
body.JSONSchemaComp div.main{
margin-left: auto;
margin-right:auto;
left:0;
right:0;
width:900px;
}
/* CARDS */
body.JSONSchemaComp div.card{
border:1px solid #ccc;
box-shadow: 4px 4px 3px #D6D6D6;
}
body.JSONSchemaComp div.card,
body.JSONSchemaComp div.card-header {
border-radius: 0px;
}
body.JSONSchemaComp div.card-header {
background-color:#2676AB;
color:white;
font-size: 1.4rem;
}
body.JSONSchemaComp div.card-body {
background-color: #ECF0F1;
}
/* TABLE */
body.JSONSchemaComp table tbody {
border-top: 2px solid #2676AB;
}
body.JSONSchemaComp table thead th {
border:0;
}
body.JSONSchemaComp table thead th,
body.JSONSchemaComp table td {
text-align: center;
vertical-align: middle;
}
body.JSONSchemaComp table th{
vertical-align: middle;
}
body.JSONSchemaComp table .sub_label{
padding-left: 30px;
}
/* FONT AWESOME */
body.JSONSchemaComp .fa-check {
color:forestgreen;
}
body.JSONSchemaComp .fa-times {
color: #bd2130;
}
body.JSONSchemaComp form label, body.JSONSchemaComp form select, body.JSONSchemaComp form option {
font-size: 1rem;
}
body.JSONSchemaComp form label {
font-style: italic;
}
body.JSONSchemaComp form select {
margin-left:10px;
border-left:0;
}
body.JSONSchemaComp table{
table-layout: fixed;
}
i.fa-share-square{
margin-left:5px;
}