2018-05-15 14:28:17 +03:00
|
|
|
@import 'utilities/textsizeadjust';
|
|
|
|
|
|
|
|
*,
|
|
|
|
*::after,
|
|
|
|
*::before {
|
|
|
|
@include text-size-adjust(100%);
|
2020-01-23 10:54:12 +03:00
|
|
|
|
2018-12-06 18:49:11 +03:00
|
|
|
box-sizing: border-box;
|
2018-05-15 14:28:17 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
html {
|
2019-05-04 03:51:17 +03:00
|
|
|
background-color: $color-html;
|
2018-05-15 14:28:17 +03:00
|
|
|
overflow-y: scroll;
|
|
|
|
}
|