From 025ba97f3409aef208d87c86d02cb55544c88e4b Mon Sep 17 00:00:00 2001 From: Humberto Alfonso Díaz Date: Thu, 20 Jun 2019 09:01:08 +0200 Subject: RESTRUCT Split style into several files --- src/app.scss | 72 ------------------------------------------------------------ 1 file changed, 72 deletions(-) delete mode 100644 src/app.scss (limited to 'src/app.scss') diff --git a/src/app.scss b/src/app.scss deleted file mode 100644 index 40d2929..0000000 --- a/src/app.scss +++ /dev/null @@ -1,72 +0,0 @@ -@media (orientation: portrait) { - - html { - background-image: url('./images/vertical_background.png'); - } - - body { - .item { - flex-basis: 33%; - } - } -} - -@media (orientation: landscape) { - - html { - background-image: url('./images/horizontal_background.png'); - } - - body { - .item { - flex-basis: 25%; - } - } -} - -html { - height: 100%; - background-size: cover; -} - -body { - font-size: 1.2rem; - font-family: Arial; - color: #999999; - margin: 5%; - - svg { - path, - polygon, - linearGradient, - rect { - fill: #00ADDC !important; - } - - circle { - fill: none !important; - } - - text { - display: none !important; - } - } - - .parent { - display: flex; - flex-direction: row; - flex-wrap: wrap; - justify-content: flex-start; - align-items: flex-start; - height: 100%; - - .item { - .name { - width: 100%; - text-align: center; - text-transform: uppercase; - margin-top: -20%; - } - } - } -} \ No newline at end of file -- cgit 1.2.3-korg