2018-05-15 14:28:17 +03:00
|
|
|
@import 'utilities/textsizeadjust';
|
|
|
|
|
|
|
|
*,
|
|
|
|
*::after,
|
|
|
|
*::before {
|
|
|
|
@include text-size-adjust(100%);
|
2018-12-06 18:49:11 +03:00
|
|
|
box-sizing: border-box;
|
2018-05-15 14:28:17 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
html {
|
|
|
|
overflow-y: scroll;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
padding-bottom: 20px;
|
|
|
|
padding-top: 20px;
|
|
|
|
}
|