File tree Expand file tree Collapse file tree 2 files changed +39
-4
lines changed Expand file tree Collapse file tree 2 files changed +39
-4
lines changed Original file line number Diff line number Diff line change 2
2
.email-app {
3
3
display : flex ;
4
4
flex-direction : row ;
5
- background : #fff ;
5
+ background : $card-bg ;
6
6
border : 1px solid $border-color ;
7
7
8
8
nav {
20
20
21
21
.nav-item {
22
22
position : relative ;
23
+ & :hover {
24
+ background-color : $list-group-hover-bg ;
25
+ }
26
+ a :focus {
27
+ outline : $border-color auto .2rem ;
28
+ }
23
29
}
24
30
25
31
.nav-link {
65
71
border-bottom : 1px solid $border-color ;
66
72
67
73
& :hover {
68
- background : $gray-100 ;
74
+ background-color : $list-group-hover-bg ;
69
75
}
70
76
71
77
.actions {
83
89
}
84
90
85
91
a {
86
- color : #000 ;
92
+ color : $body-color ;
87
93
& :hover {
88
94
text-decoration : none ;
89
95
}
96
+ & :focus {
97
+ outline : $border-color auto .2rem ;
98
+ }
90
99
}
91
100
92
101
& .unread {
191
200
}
192
201
}
193
202
}
194
- // .compones { }
195
203
}
196
204
197
205
@include media-breakpoint-down (sm) {
Original file line number Diff line number Diff line change
1
+ .email-app {
2
+ .toolbar {
3
+ .btn {
4
+ color : $gray-200 ;
5
+ background-color : $gray-800 ;
6
+ border-color : $gray-800 ;
7
+
8
+ & :hover {
9
+ background-color : $gray-750 ;
10
+ }
11
+ }
12
+ .dropdown-menu.show {
13
+ background-color : $gray-800 ;
14
+ }
15
+ .dropdown-item :active {
16
+ color : $gray-200 ;
17
+ background-color : $gray-700 ;
18
+ }
19
+ .dropdown-item :hover {
20
+ color : $gray-200 ;
21
+ background-color : $gray-750 ;
22
+ }
23
+ }
24
+ .form-control {
25
+ border-color : $gray-750 ;
26
+ }
27
+ }
You can’t perform that action at this time.
0 commit comments