-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyles.css
More file actions
100 lines (81 loc) · 1.54 KB
/
Copy pathstyles.css
File metadata and controls
100 lines (81 loc) · 1.54 KB
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
/* You can add global styles to this file, and also import other style files */
html, body {
height: 100%;
background: black;
color: white;
}
body {
margin: 0;
font-family: 'lato', sans-serif !important;
font-weight: 300;
}
h1 {
text-transform: uppercase;
letter-spacing: 6px;
}
.no-margin {
margin: 0 !important;
}
.margin-top {
margin-top: 16px !important;
}
.margin-bottom {
margin-bottom: 16px !important;
}
*::-webkit-scrollbar {
width: 8px;
height: 8px;
}
*::-webkit-scrollbar-thumb {
background-color: rgba(170, 170, 170, 0.8);
border-radius: 20px;
}
mat-sidenav-container {
width: 100%;
height: 100%;
background: none !important;
}
mat-sidenav {
text-align: justify;
background: rgba(40, 55, 64, 0.7) !important;
padding: 32px;
width: 400px;
}
mat-sidenav-content {
display: flex !important;
overflow-x: hidden !important;
}
button mat-icon {
padding-left: 6px;
padding-right: 6px;
}
mat-dialog-content {
padding-top: 8px !important;
padding-bottom: 26px !important;
text-align: justify;
}
mat-dialog-actions {
justify-content: flex-end;
background: #352d35 !important;
margin-right: -24px;
margin-left: -24px;
padding-left: 24px !important;
padding-right: 24px !important;
}
mat-card {
background: #352d35 !important;
margin: 12px !important;
}
mat-card-actions {
display: flex !important;
justify-content: flex-end !important;
}
notifier-notification {
max-width: 600px;
}
mat-chip mat-icon {
padding-left: 6px;
font-size: 20px;
width: 20px;
height: 20px;
}