forked from material-shell/material-shell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylesheet.css
124 lines (106 loc) · 2.87 KB
/
stylesheet.css
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
.primary-bg {
background-color: #AF050B; }
.workspace-button {
padding: 12px; }
.workspace-button.active {
background-color: rgba(255, 255, 255, 0.12); }
.workspace-button.active .workspace-icon {
color: white; }
.workspace-button:hover {
background-color: rgba(255, 255, 255, 0.04); }
.workspace-button:hover .workspace-icon {
color: white; }
.workspace-main-icon {
width: 24px;
height: 24px;
color: white; }
.workspace-icon {
width: 24px;
height: 24px;
color: #c8c8c8; }
.workspace-active-indicator {
width: 3px;
height: 48px; }
.ripple-wave {
border-radius: 2000px;
background-color: rgba(255, 255, 255, 0.16); }
#leftPanelBox,
#leftDashSpacer {
width: 48px; }
#panel {
width: 48px;
background-color: #2c2826;
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }
#panel #panelLeft,
#panel #panelCenter,
#panel #panelRight {
spacing: 0px; }
#topBarSpacer {
height: 48px; }
#topPanel {
height: 48px;
background-color: #2c2826;
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }
.task-active-indicator {
background: white;
height: 2px; }
.task-bar-item {
font-size: 14px;
height: 48px; }
.task-bar-item:hover {
background-color: rgba(255, 255, 255, 0.04); }
.task-bar-item.active .task-bar-item-content .task-bar-item-title {
color: white; }
.task-bar-item .task-bar-item-content {
padding: 0px 8px; }
.task-bar-item .task-bar-item-content .app-icon {
icon-size: 24px;
margin-right: 8px; }
.task-bar-item .task-bar-item-content .task-bar-item-title {
max-width: 248px;
margin-right: 8px;
font-weight: 600;
font-size: 14px;
color: #c8c8c8; }
.task-bar-item .task-bar-item-content .task-close-button {
border-radius: 20px;
width: 24px;
height: 20px; }
.task-bar-item .task-bar-item-content .task-close-button:hover {
background-color: rgba(255, 255, 255, 0.04); }
.task-bar-item .task-bar-item-content .task-close-button .task-close-icon {
icon-size: 18px; }
.panel-button {
text-align: center;
padding: 0px;
spacing: 0px; }
.panel-button > * {
width: 28px;
padding: 4px 0px;
margin: 0px; }
.system-status-icon {
height: 24px;
width: 24px;
padding: 0px; }
.clock-display * {
padding: 4px 0px !important; }
.mat-card {
background-color: #2c2826;
border-radius: 6px;
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }
.mat-card .mat-card-title {
background-color: rgba(255, 255, 255, 0.12);
color: white;
height: 72px;
padding: 0px 24px; }
.mat-card .mat-card-title .mat-card-title-icon {
icon-size: 40px;
margin-right: 16px; }
.mat-card .mat-card-title .mat-card-title-label {
font-size: 24px; }
.mat-card .mat-card-content {
padding: 24px; }
.categorized-app-card .overview-icon {
margin: 8px; }
.backdrop-container {
background: rgba(0, 0, 0, 0.5); }