2018-05-15 15:28:17 +04:00
|
|
|
@import 'utilities/textsizeadjust';
|
|
|
|
|
|
|
|
*,
|
|
|
|
*::after,
|
|
|
|
*::before {
|
|
|
|
@include text-size-adjust(100%);
|
2018-12-06 19:49:11 +04:00
|
|
|
box-sizing: border-box;
|
2018-05-15 15:28:17 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
html {
|
2019-02-22 03:35:23 +04:00
|
|
|
height: 100%;
|
2018-05-15 15:28:17 +04:00
|
|
|
overflow-y: scroll;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
2019-02-22 03:35:23 +04:00
|
|
|
min-height: 100%;
|
2018-05-15 15:28:17 +04:00
|
|
|
padding-bottom: 20px;
|
2019-03-25 02:52:06 +04:00
|
|
|
padding-top: 100px;
|
2018-05-15 15:28:17 +04:00
|
|
|
}
|