1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-25 07:47:55 +01:00

49 lines
762 B
SCSS
Raw Normal View History

@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;
}