diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-07-01 13:28:37 +0200 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 19:20:13 +0100 |
commit | 8941ce3958a90711d309c1a7ef3c7a3f9c148a97 (patch) | |
tree | 353420caeece37a2c0af857a2b569637da593d08 /src/styles | |
parent | 1893ddafd77d7e9d7489b1f4bbe8ff9d66389c5e (diff) |
RESTRUCT Update layout to remove homescreen styles
Diffstat (limited to 'src/styles')
-rw-r--r-- | src/styles/app.scss | 1 | ||||
-rw-r--r-- | src/styles/svg.scss | 18 |
2 files changed, 0 insertions, 19 deletions
diff --git a/src/styles/app.scss b/src/styles/app.scss index f08ff56..5e7fbd4 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -4,6 +4,5 @@ $colors: ( ); @import "main.scss"; -@import "svg.scss"; @import "portrait.scss"; @import "landscape.scss";
\ No newline at end of file diff --git a/src/styles/svg.scss b/src/styles/svg.scss deleted file mode 100644 index 2aa0441..0000000 --- a/src/styles/svg.scss +++ /dev/null @@ -1,18 +0,0 @@ -body { - svg { - path, - polygon, - linearGradient, - rect { - fill: map-get($colors, primary) !important; - } - - circle { - fill: none !important; - } - - text { - display: none !important; - } - } -}
\ No newline at end of file |