-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathstyles.scss
More file actions
58 lines (58 loc) · 1.21 KB
/
styles.scss
File metadata and controls
58 lines (58 loc) · 1.21 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
/* You can add global styles to this file, and also import other style files */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html,
body {
height: 100%;
box-sizing: border-box;
}
body {
position: relative;
font-family: "Poppins", sans-serif;
}
.quml-header__metadata--portrait {
bottom: 55px !important;
}
@media (max-width: 768px) {
.quml-header__metadata--portrait {
display: flex !important;
position: fixed !important;
bottom: 0 !important;
width: 100% !important;
padding: 0.5rem 1rem !important;
background-color: var(--white) !important;
z-index: 5 !important;
min-height: 3rem !important;
}
}
@media (min-width: 320px) {
.portrait-mode .quml-navigation {
position: absolute;
bottom: -565px;
right: 31px;
}
.portrait-mode .endPage-container-height {
height: 50% !important;
}
}
.filter-panel.d-flex{
display: flex;
}
.filter-panel.dc-space-evenly{
justify-content: space-evenly;
}
#mat-menu-panel-0.mat-menu-panel{
min-width: inherit !important;
max-width: inherit !important;
height: inherit !important;
width: 1055px;
}
.mat-form-field-wrapper{
margin: 5px;
}
.mat-button-base:hover{
background: none !important;
}