Files
kupshop/web/common/twig/scss/base/_reboot.scss
2025-08-02 16:30:27 +02:00

26 lines
307 B
SCSS

@import "@css/base/_reboot";
html,
body {
height: auto;
min-height: 100vh;
}
body {
display: flex;
flex-direction: column;
}
.wpj-blocek .form-group label {
color: inherit !important;
}
.tab-key {
a:focus,
input:focus,
select:focus,
button:focus {
outline: auto;
}
}