forked from bitgapp/eqMac
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.scss
More file actions
41 lines (33 loc) · 660 Bytes
/
Copy pathstyles.scss
File metadata and controls
41 lines (33 loc) · 660 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
30
31
32
33
34
35
36
37
38
39
40
41
/* You can add global styles to this file, and also import other style files */
@import '~@angular/cdk/overlay-prebuilt.css';
@import "~@angular/material/prebuilt-themes/pink-bluegrey.css";
.w-100 {
width: 100%;
}
.h-100 {
height: 100%;
}
.mat-dialog-container {
padding: 12px !important;
}
.mat-menu-panel {
min-height: 0px !important;
}
.underline {
text-decoration: underline;
}
.clickable {
cursor: pointer !important;
* {
cursor: pointer !important;
}
}
.not-available-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
backdrop-filter: blur(10px);
}