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