_learn.scss
794 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
ul.bread{
list-style: none !important;
padding-left: 0px;
display: inline !important;
font-weight: 700;
color:#fff;
font-size:16px;
}
li.crumb {
display: inline !important;
font-weight: 700;
font-size: 10px
}
li.crumb a {
font-weight: 400;
text-decoration:none;
color:#fff;
font-size:16px;
}
.btn-join {
padding: 12px 30px !important;
background-color: #e8d44b !important;
color: #2c2c2c !important;
font-size: 18px !important;
line-height: 24px !important;
text-decoration: none !important;
text-transform: uppercase !important;
border-radius:0px !important;
font-weight: 400 !important;
width:unset !important;
display:unset !important;
}
.btn-join:hover {
color: #2c2c2c !important;
background-color: #fff !important;
}