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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-06-14 13:23:25 +0300
committerJulius Härtl <jus@bitgrid.net>2019-06-14 15:15:55 +0300
commit625ad17b23db5a24f3b79abd97f69f5d90b67af6 (patch)
tree3d31500e29798b141958eb48e76b24316f8babfc /css
parent9cd33bd4a0e0b7d1199287b8ff36bb63e0a7ed86 (diff)
Refactor menu bar
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'css')
-rw-r--r--css/icons.scss10
1 files changed, 9 insertions, 1 deletions
diff --git a/css/icons.scss b/css/icons.scss
index d4d2249c3..e743c346d 100644
--- a/css/icons.scss
+++ b/css/icons.scss
@@ -31,7 +31,8 @@
.icon-image {
background-image: url('./../../img/icons/image.svg');
}
-
+@include icon-black-white('undo', 'text', 1);
+@include icon-black-white('redo', 'text', 1);
@include icon-black-white('bold', 'text', 1);
@include icon-black-white('italic', 'text', 1);
@include icon-black-white('strike', 'text', 1);
@@ -44,3 +45,10 @@
@include icon-black-white('paragraph', 'text', 1);
@include icon-black-white('code', 'text', 1);
@include icon-black-white('image', 'text', 1);
+@include icon-black-white('h1', 'text', 2);
+@include icon-black-white('h2', 'text', 2);
+@include icon-black-white('h3', 'text', 2);
+@include icon-black-white('h4', 'text', 2);
+@include icon-black-white('h5', 'text', 2);
+@include icon-black-white('h6', 'text', 2);
+