hugo-book-theme/assets/_pure-extension.scss
2018-09-24 17:03:23 +02:00

19 lines
340 B
SCSS

@import 'variables';
html, button, input, select, textarea, .pure-g [class *= "pure-u"] {
font-family: Roboto, sans-serif;
font-weight: $body-font-weight;
}
.pure-g {
[class *= "pure-u"] {
box-sizing: border-box;
padding: $padding-16;
}
}
@media screen and (max-width:64em) {
.pure-hidden-md {
display: none;
}
}