Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Ambrosini <marcoambrosini@pm.me>2020-04-20 09:32:54 +0300
committerMarco Ambrosini <marcoambrosini@pm.me>2020-04-21 13:18:20 +0300
commit18cf1d25578a8ce96f349b8e78c6c95c5b82c9eb (patch)
tree9ea629350a967c86be9a96c70980161369033c38
parentd189dba0d5ae2fd1ff980aac7df09cf4a618386e (diff)
Add promoted view icon
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
-rw-r--r--css/icons.scss4
-rw-r--r--img/promoted-view.svg1
2 files changed, 5 insertions, 0 deletions
diff --git a/css/icons.scss b/css/icons.scss
index 6823517c6..6f2c5668e 100644
--- a/css/icons.scss
+++ b/css/icons.scss
@@ -68,6 +68,9 @@
&.icon-screen-off {
background-image: url(icon-color-path('screen-off', 'actions', 'fff', 1, true));
}
+ &.icon-promoted-view{
+ background-image: url(icon-color-path('promoted-view', 'actions', 'fff', 1, true));
+ }
}
.icon-favorite {
@@ -114,3 +117,4 @@
background-image: url(icon-color-path('close', 'actions', 'fff', 1, true));
}
}
+
diff --git a/img/promoted-view.svg b/img/promoted-view.svg
new file mode 100644
index 000000000..8a50397ed
--- /dev/null
+++ b/img/promoted-view.svg
@@ -0,0 +1 @@
+<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><rect x="1" y="1" width="13" height="9"/><rect x="1" y="12" width="3" height="3"/><rect x="6" y="12" width="3" height="3"/><rect x="11" y="12" width="3" height="3"/></svg>