hugo-book-theme/assets/_pure-extension.scss

20 lines
340 B
SCSS
Raw Normal View History

2018-09-05 16:22:04 +02:00
@import 'variables';
html, button, input, select, textarea, .pure-g [class *= "pure-u"] {
2018-09-13 18:07:55 +02:00
font-family: Roboto, sans-serif;
font-weight: $body-font-weight;
2018-09-05 16:22:04 +02:00
}
.pure-g {
[class *= "pure-u"] {
box-sizing: border-box;
2018-09-24 17:03:23 +02:00
padding: $padding-16;
2018-09-05 16:22:04 +02:00
}
}
2018-09-24 17:03:23 +02:00
@media screen and (max-width:64em) {
.pure-hidden-md {
display: none;
2018-09-05 16:22:04 +02:00
}
}