ds4/src/scss/global/_window.scss

13 lines
242 B
SCSS
Raw Normal View History

2021-02-24 12:55:30 +01:00
@use "../utils/typography";
2020-10-29 16:18:38 +01:00
.window-app {
2021-02-24 12:55:30 +01:00
font-family: typography.$font-primary;
2021-01-06 00:02:30 +01:00
input[type="text"],
input[type="number"],
input[type="password"],
input[type="date"],
input[type="time"] {
width: 100%;
}
2020-10-29 16:18:38 +01:00
}