File tree Expand file tree Collapse file tree 1 file changed +58
-0
lines changed
Expand file tree Collapse file tree 1 file changed +58
-0
lines changed Original file line number Diff line number Diff line change 1+ /* Flat theme */
2+
3+ body {
4+ font-family : 'Arial' ;
5+ letter-spacing : 0 ;
6+ }
7+
8+ b , strong {
9+ font-weight : 600 ;
10+ }
11+
12+ .table-header {
13+ box-shadow : none !important ;
14+ }
15+
16+ .l-header {
17+ box-shadow : none;
18+ background : # 5070a6 ;
19+ }
20+
21+ .l-menu__item--active {
22+ background-color : # fff ;
23+ }
24+
25+ .l-menu__item .l-menu__item--active a {
26+ background : none;
27+ }
28+
29+ .l-menu__item a : hover {
30+ background : # FFFFFF !important ;
31+ box-shadow : none;
32+ }
33+
34+ .l-menu__item a : active {
35+ background : none;
36+ box-shadow : none;
37+ }
38+
39+ .l-profile__notifications .active .l-profile__notifications .updates : active {
40+ background : none;
41+ box-shadow : none;
42+ }
43+
44+ .l-profile__notifications : hover , .l-profile__notifications .updates : hover {
45+ background : none;
46+ box-shadow : none;
47+ }
48+ .l-unit : hover {
49+ box-shadow : none;
50+ }
51+
52+ .l-unit__stat-col--left a , .l-unit__stat-col--left a : visited {
53+ color : # 5f7eb3 ;
54+ }
55+
56+ .l-unit__stat-col--left a : hover {
57+ color : # 474747 ;
58+ }
You can’t perform that action at this time.
0 commit comments