blob: 23fc7f8aa81a1ad0c63b2a0ef31c801024ec1f1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
@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;
}
}
|