26 lines
307 B
SCSS
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;
|
|
}
|
|
}
|