sprint/Main/static/assets/scss/volt/components/_body.scss
Administrator 01c592100d New ui
2022-04-18 06:52:24 +00: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;
}