-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
76 lines (60 loc) · 1.02 KB
/
index.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
/* .fields {
padding: 15px;
}
.col .row {
margin-bottom: 1rem;
padding-left: 1.25rem;
padding-right: 1.25rem;
}
h6 {
font-weight: 600;
font-size: 1.3rem;
}
ul:not(.browser-default).list-inline>li {
display: inline-block;
margin-right: 10px;
}
.btn-block {
display: block;
width: 100%;
} */
body {
padding: 15px;
}
.table-sm td,
.table-sm th {
padding: .3rem .75rem;
}
/* .table-editable tfoot td:last-of-type {
display: none;
} */
.table-editable .tabledit-deleted-row {
display: none;
}
.custom-file-input:focus~.custom-file-label {
border-color: #ced4da;
box-shadow: none;
}
.hidden {
display: none !important;
}
.custom-file-label::after {
display: none;
}
.input-group-text {
background-color: #f8f9fa;
}
.card-header {
padding: .5rem 1.25rem;
}
.custom-file-label {
color: #6C757D;
margin-bottom: 0;
}
.custom-file-label-sm {
font-size: .875rem;
}
.form-control:focus {
border-color: rgb(206, 212, 218);
box-shadow: none;
}