2019-07-09 11:23:09 -04:00
|
|
|
:focus {
|
|
|
|
outline: none !important;
|
|
|
|
}
|
|
|
|
|
2019-07-11 23:18:44 -04:00
|
|
|
html, body {
|
2019-08-24 10:40:49 -04:00
|
|
|
height: 100vh;
|
2019-07-11 23:18:44 -04:00
|
|
|
overflow: hidden;
|
|
|
|
}
|
2019-08-24 21:59:34 -04:00
|
|
|
|
2019-07-11 14:09:08 -04:00
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
overscroll-behavior: none;
|
|
|
|
font-family: Roboto, "Helvetica Neue", sans-serif;
|
2019-08-24 21:59:34 -04:00
|
|
|
background-color: black;
|
2019-07-11 14:09:08 -04:00
|
|
|
}
|
2019-08-27 19:33:52 -04:00
|
|
|
|
|
|
|
.d-relative {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.overflow-hidden {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cdk-overlay-pane.p-0 {
|
|
|
|
.mat-dialog-container {
|
|
|
|
padding: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
}
|