-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
61 lines (45 loc) · 1.11 KB
/
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
50
51
52
53
54
55
56
57
58
59
60
61
/* You can add global styles to this file, and also import other style files */
.invalid-feedback {
color: rgb(255, 251, 0) !important;
}
/* nav.bg-primary,div.bg-primary{
background-color: brown !important;
}
.bg-primary,.btn-primary{
background-color: brown !important;
}
.text-primary{
color: brown !important;
} */
/* v1 colors */
nav.bg-primary,div.bg-primary, .bg-primary,.btn-primary{
background-color: #5bccf6 !important;
}
.data-section {
background-color: #fcde67 !important;
}
.login-comp {
background-color: #5bccf6 !important;
width: 400px;
}
.register-comp {
background-color: #5bccf6 !important;
width:400px;
margin: auto;
}
/* v2 colors */
/* nav.bg-primary,div.bg-primary, .bg-primary,.btn-primary{
background-color: #5c2018 !important;
}
.data-section {
background-color: #d4a59a !important;
}
.login-comp {
background-color: #4285f4 !important;
width: 400px;
}
.register-comp {
background-color: #4285f4 !important;
width:400px;
margin: auto;
} */