-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.css
92 lines (66 loc) · 1.54 KB
/
custom.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
/*testing area*/
/*to add: color for Join modal*/
/*end testing area*/
/*general attributes*/
.parallax-container-small {
height: 200px !important;}
.page-footer {
overflow: hidden;
padding-top: 10px;}
.page-footer {
line-height: 1.2;}
/*nav classes */
.attention .btn {
background-color: #44c26f;
color: white;}
.attention .material-icons {
color: white;}
nav {
background-color: #eceff1;}
nav .material-icons {
color: #616161; /*aka grey darken 2*/}
nav ul a {
color: #616161;}
.sidenav li > a{
color: #616161;}
.sidenav {
background-color: white;}
/* colors, various */
.steelgrey {
background-color: #eceff1;
color: #616161;}
.tealgrey {
background-color: #eceff1;
color: teal;}
.whitegrey {
background-color: white;
color: #616161;
}
.whiteteal {
background-color: #009688;
color: white;}
.page-footer {
color: #6F8694;
background-color: #e2e6e9;}
/*cards*/
.card {
background-color: #eceff1;}
.card .card-content a {
color: teal;}
.card .card-content a:hover {
background-color: #c6ecd3;}
.tabs .tab a.active {
color: #616161;
background-color: white;}
.tabs .tab a:focus, .tabs .tab a:focus.active {
background-color: white;
color: #616161;
outline: none;}
.tabs .tab a {
background-color: #44c26f;
color: white;}
.tabs .tab a:hover{
background-color:#44c26f;
color:white;}
.tabs .indicator{
background-color:teal;}