-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
49 lines (49 loc) · 918 Bytes
/
styles.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
h1 {
color: #34434B;
}
.btn {
border-radius: 0;
}
.btn-success,
.btn-success:active,
.btn-success:focus,
.btn-success:active:focus {
background-color: #A09474;
border-color: #A09474;
}
.btn-success:hover,
.btn-success:disabled,
.btn-success:disabled:hover {
background-color: #ACA286;
border-color: #ACA286;
}
.btn-xl {
padding: 1.2rem 3rem;
}
.btn-primary,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus {
background-color: #34434B;
border-color: #34434B;
}
.btn-primary:hover,
.btn-primary:disabled,
.btn-primary:disabled:hover {
background-color: #3F515A;
border-color: #3F515A;
}
.form-control {
border-radius: 0;
font-weight: lighter;
}
select {
text-transform: uppercase;
border: none !important;
height: 3.5rem !important;
-webkit-appearance: none;
}
textarea {
background-color: #F7F7F7 !important;
resize: none;
}