2021-08-06 12:30:51 +02:00
|
|
|
@import "variables";
|
|
|
|
@import 'material';
|
|
|
|
|
|
|
|
hr {
|
|
|
|
border-color: rgba(0, 0, 0, 0.12);
|
|
|
|
margin: 16px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mdi {
|
|
|
|
//width: 24px;
|
|
|
|
line-height: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.center {
|
|
|
|
display: block;
|
|
|
|
width: 50%;
|
|
|
|
margin-right: auto;
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.vcenter {
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
margin: 0;
|
|
|
|
-ms-transform: translateY(-50%);
|
|
|
|
transform: translateY(-50%);
|
|
|
|
}
|
|
|
|
|
|
|
|
mwc-fab#contrast-switcher {
|
|
|
|
&.contrast-light {
|
|
|
|
--mdc-theme-secondary: black;
|
|
|
|
--mdc-theme-on-secondary: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.contrast-dark {
|
|
|
|
--mdc-theme-secondary: white;
|
|
|
|
--mdc-theme-on-secondary: black;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.logo-bg-sticky {
|
|
|
|
position: fixed;
|
|
|
|
z-index: 1;
|
|
|
|
top: 60%;
|
|
|
|
right: -15%;
|
|
|
|
width: 500px;
|
|
|
|
opacity: 0.1;
|
|
|
|
}
|