platform/static/assets/scss/volt/components/_body.scss
Administrator 9e7fc7b4c1 initial
2023-09-23 16:13:11 +03:00

31 lines
302 B
SCSS

iframe {
border: 0;
}
figcaption,
figure,
main {
display: block;
margin: 0;
}
main {
overflow: hidden;
}
img {
max-width: 100%;
}
strong{
font-weight: $font-weight-bold;
}
button:focus {
outline: 0;
}
label {
font-weight: $font-weight-bold;
margin-bottom:.5rem;
}