mentorenwahl/frontend/scss/styles.scss
Dominic Grimm 6620dea812
Some checks failed
continuous-integration/drone/push Build is failing
Update
2022-12-29 22:24:29 +01:00

35 lines
560 B
SCSS

body {
// bulma fix
overflow-x: hidden;
display: flex;
min-height: 100vh;
flex-direction: column;
}
#wrapper {
flex: 1;
}
.fieldset {
background-color: #fff;
border-radius: 6px;
box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
0 0 0 1px rgba(10, 10, 10, 0.02);
color: #4a4a4a;
display: block;
padding: 1.25rem;
border: 1px solid #ccc;
}
.fieldset > legend {
color: #363636;
display: block;
font-size: 1rem;
font-weight: 700;
background-color: #fff;
padding: 0 5px;
width: max-content;
border: 0 none;
}