blob: 2d1e46067d80bd4463b1683b4abdf47b0d414541 (
plain)
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
|
// This file has been autogenerated by grunt task lessToSass. Any changes will be overwritten.
.nav-tabs {
background: $brand-primary;
border: 0;
border-radius: $border-radius-base;
padding: 0 $padding-base;
> li {
> a {
color: #FFFFFF;
border: 0;
margin: 0;
border-radius: $border-radius-base;
line-height: $mdb-btn-font-size-base * 2;
text-transform: uppercase;
font-size: $mdb-btn-font-size-base;
&:hover {
background-color: transparent;
border: 0;
}
}
& > a,
& > a:hover,
& > a:focus {
background-color: transparent;
border: 0 !important;
color: #FFFFFF !important;
font-weight: $font-weight-bold;
}
&.disabled > a,
&.disabled > a:hover {
color: rgba(255,255,255,0.5);
}
.material-icons{
margin: -1px 5px 0 0;
}
}
>li.active{
& > a,
& > a:hover,
& > a:focus {
background-color: rgba(255,255,255, .2);
transition: background-color .1s .2s;
}
}
}
|