aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/assets/css/core/_svg.scss
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-12-11 21:18:57 -0500
committerGitHub <noreply@github.com>2017-12-11 21:18:57 -0500
commitb90dcc04376b48d2b91fea8a5de48acbd7f885c4 (patch)
tree6aded93178a507631215ac2309485c0fb3f6fe4c /app/src/main/assets/css/core/_svg.scss
parentdb262e95779e0a17275bdb94be2b0ac12819178e (diff)
downloadfrost-b90dcc04376b48d2b91fea8a5de48acbd7f885c4.tar.gz
frost-b90dcc04376b48d2b91fea8a5de48acbd7f885c4.tar.bz2
frost-b90dcc04376b48d2b91fea8a5de48acbd7f885c4.zip
misc (#548)
* Separate scss files and fix some issues * Delete blank css * Update menu stylings * Add branch details to auto release * Update script and readme * Test 2 * Test 3
Diffstat (limited to 'app/src/main/assets/css/core/_svg.scss')
-rw-r--r--app/src/main/assets/css/core/_svg.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/assets/css/core/_svg.scss b/app/src/main/assets/css/core/_svg.scss
index b9144bd7..9dc9c817 100644
--- a/app/src/main/assets/css/core/_svg.scss
+++ b/app/src/main/assets/css/core/_svg.scss
@@ -1,4 +1,3 @@
-
// icons courtesy of https://material.io/icons/
$camera: '<svg xmlns="http://www.w3.org/2000/svg" fill="#{$text}" viewBox="0 -10 50 50"><circle cx="25" cy="23" r="3.2"/><path d="M22 13l-1.83 2H17c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V17c0-1.1-.9-2-2-2h-3.17L28 13h-6zm3 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"/><path fill="none" d="M13 11h24v24H13z"/></svg>';
@@ -44,7 +43,8 @@ $share: '<svg xmlns="http://www.w3.org/2000/svg" fill="#{$text}" viewBox="0 0 24
$more_horiz: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0z"/><path fill="#{$text}" d="M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"/></svg>';
-.sp_C2yIhMFjXJl_1_5x, .sp_C2yIhMFjXJl_3x {
+.sp_NIWBacTn8LF_2x[data-sigil="story-popup-context-init"],
+.sp_NIWBacTn8LF_2x[data-sigil="story-popup-context"]{
@include background-svg($more_horiz);
background-position: center !important;
-}
+} \ No newline at end of file