-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.css
More file actions
57 lines (47 loc) · 764 Bytes
/
custom.css
File metadata and controls
57 lines (47 loc) · 764 Bytes
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
.form-text{
position:relative;
padding: 0 !important;
top: 50%;
}
.btn-file {
position: relative;
overflow: hidden;
padding: 2px 6px;
}
.btn-file input[type=file] {
position: absolute;
top: 0;
right: 0;
font-size: inherit;
text-align: right;
filter: alpha(opacity=0);
opacity: 0;
background: red;
cursor: inherit;
display: block;
}
input[readonly] {
background-color: white !important;
cursor: text !important;
width: 30% !important;
}
.bottom-spacing{
padding-bottom: 2%;
}
.navbar-brand{
padding: 0px;
}
ul{
margin-top: 10px;
}
.navbar-header{
width: 100%;
}
@media screen and (max-width: 767px){
.navbar .container-fluid{
padding-right: 0px;
}
}
.navbar-inverse .navbar-nav>li>a{
color: #fa0322;
}