-
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathOperatingSystemView.css
More file actions
29 lines (28 loc) · 806 Bytes
/
OperatingSystemView.css
File metadata and controls
29 lines (28 loc) · 806 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
.logo {
color: white;
background-image: linear-gradient(
to bottom,
alpha(@accent_color_500, 0.25),
alpha(@accent_color_700, 0.75)
);
border-radius: 100%;
box-shadow:
inset 0 -1px 0 0 alpha(@highlight_color, 0.2),
inset 0 1px 0 0 alpha(@highlight_color, 0.3),
inset 1px 0 0 0 alpha(@highlight_color, 0.07),
inset -1px 0 0 0 alpha(@highlight_color, 0.07);
-gtk-icon-shadow:
0 1px 1px alpha(black, 0.3),
0 2px 3px alpha(@accent_color_900, 0.2);
-gtk-icon-style: symbolic;
}
picture {
background: #333;
box-shadow:
0 0 0 1px alpha(black, 0.7),
0 1px 3px alpha(black, 0.12),
0 1px 2px alpha(black, 0.24);
border-radius: 100%;
min-height: 128px;
min-width: 128px;
}