-
Notifications
You must be signed in to change notification settings - Fork 384
/
Copy path_banners.scss
72 lines (56 loc) · 1.19 KB
/
_banners.scss
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
.messages_banner {
color: $base-font-color;
text-shadow: 0 1px $color-shadow-light;
a {
color: $base-link-color;
&:hover {
color: $base-link-color-active;
}
}
}
#connection_div {
background: $color-red;
}
#archives_return {
background: padding-box $color-shade-lightest;
color: $base-font-color;
&.warning {
background: $color-red;
}
a {
color: $base-link-color;
&:hover {
color: $base-link-color-active;
}
}
}
#messages_unread_status {
background: $color-shade-light;
&.quiet,
&.quiet.header_refresh {
background: $color-shade-lightest;
color: $base-font-color;
text-shadow: 0 1px $color-shadow-light;
a {
color: $base-font-color;
}
}
&.header_refresh {
background: $color-shade-light;
&:hover {
background: $color-shade-lightest;
.clear_unread_messages {
background: $color-shade-lightest;
}
}
.clear_unread_messages:hover {
background: $color-shade-lightest;
}
}
}
.header_refresh .clear_unread_messages {
border-left: 1px solid $color-shadow-light;
}
#messages_container.header_refresh.has_top_messages_banner::before {
background: $color-base;
}