aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/assets/css/core/_svg.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/assets/css/core/_svg.scss')
-rw-r--r--app/src/main/assets/css/core/_svg.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/src/main/assets/css/core/_svg.scss b/app/src/main/assets/css/core/_svg.scss
index df9994a6..b9144bd7 100644
--- a/app/src/main/assets/css/core/_svg.scss
+++ b/app/src/main/assets/css/core/_svg.scss
@@ -1,3 +1,6 @@
+
+// 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>';
// status upload image
@@ -38,3 +41,10 @@ $share: '<svg xmlns="http://www.w3.org/2000/svg" fill="#{$text}" viewBox="0 0 24
@include background-svg($share);
background-position: center !important;
}
+
+$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 {
+ @include background-svg($more_horiz);
+ background-position: center !important;
+}