From 3647ff37c565c77ebd1e68fce1552201c35b5cb3 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 15 May 2018 15:28:17 +0400 Subject: Complete redesign of site styles Signed-off-by: Valentin Popov --- _scss/components/core/_basis.scss | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 _scss/components/core/_basis.scss (limited to '_scss/components/core/_basis.scss') diff --git a/_scss/components/core/_basis.scss b/_scss/components/core/_basis.scss deleted file mode 100644 index 7803126..0000000 --- a/_scss/components/core/_basis.scss +++ /dev/null @@ -1,27 +0,0 @@ -@import 'utilities/boxsizing'; -@import 'utilities/textsizeadjust'; - -*, -*::after, -*::before { - @include box-sizing(border-box); - @include text-size-adjust(100%); -} - -html { - font-size: 62.5%; - overflow-y: scroll; -} - -body { - color: $color-secondary; - font-family: -apple-system, BlinkMacSystemFont, Roboto, Cantarell, 'Droid Sans', 'Fira Sans', Helvetica, 'Helvetica Neue', 'Helvetica Neue', Oxygen, 'Segoe UI', Ubuntu, sans-serif; - font-size: 16px; - letter-spacing: .01em; - line-height: 1.6; - margin: 0 auto; - max-width: 128rem; - min-height: 100vh; - padding: 2rem; - width: 100%; -} -- cgit v1.2.3