-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSite.less
55 lines (43 loc) · 823 Bytes
/
Site.less
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
body {
padding-top: 50px;
padding-bottom: 20px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}
@media (max-width: 768px) {
.body-content {
padding-left: 0;
padding-right: 0;
}
.view-animate {
padding: 0 !important;
}
.panel{
border-radius:0;
}
}
input.ng-valid ~ label {
display: none;
}
input.ng-invalid.ng-dirty ~ label{
display: block;
}
.table-cell {
display: block;
float: left;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
padding: 3px 5px;
}
.templateholder .table {
padding-bottom: 0;
margin-bottom: 0;
}
.table-primary, .table-danger, .table-info, .table-success, .table-warning{
table th a {
color:white
}
}