From 0245f376ada23dcd1ce06a71317823c9f2f933d4 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 24 Apr 2018 20:39:50 +0400 Subject: Add style background Signed-off-by: Valentin Popov --- _scss/components/theme/_background.scss | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 _scss/components/theme/_background.scss (limited to '_scss/components') diff --git a/_scss/components/theme/_background.scss b/_scss/components/theme/_background.scss new file mode 100644 index 0000000..5b45f0c --- /dev/null +++ b/_scss/components/theme/_background.scss @@ -0,0 +1,15 @@ +@import 'utilities/boxshadow'; + +$background-image: 'data:image/svg+xml;utf8,'; + +html { + background: $color-tertiary url($background-image) repeat fixed; +} + +body { + background: $color-initial; + border-left: 1px solid rgba(0, 0, 0, .09); + border-right: 1px solid rgba(0, 0, 0, .09); + + @include box-shadow(0 1px 4px rgba(0, 0, 0, .04)); +} -- cgit v1.2.3