h-selfdelivery-admin-panel-p/src/styles.scss

60 lines
949 B
SCSS

/* You can add global styles to this file, and also import other style files */
html, body {
height: 98%;
}
body {
margin: 15px 15px 15px 15px;
font-family: Roboto, "Helvetica Neue", sans-serif;
}
*, *::before, *::after {
box-sizing: border-box;
}
button {
display: inline-block;
box-sizing: border-box;
padding: 0 20px;
margin: 2px 2px 2px 2px;
outline: none;
border: none;
border-radius: 4px;
height: 28px;
line-height: 28px;
font-size: 14px;
font-weight: 500;
text-decoration: none;
color: #fff;
background-color: gray;
/* box-shadow: 0 2px black;*/
cursor: pointer;
user-select: none;
appearance: none;
touch-action: manipulation;
vertical-align: top;
width: 120px;
}
button:disabled {
background-color: forestgreen;
opacity: 50%;
cursor: default;
}
h1 {
margin: 15px 0px 15px 0px !important;
}
#menu:hover {
cursor: pointer;
}
.mat-sidenav {
z-index: auto !important;
}