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:
authorMax <max@nextcloud.com>2022-03-21 14:10:35 +0300
committerMax <max@nextcloud.com>2022-03-31 15:29:24 +0300
commit5ea06281ebc17add0074ea696e4a79e5821793d5 (patch)
treee30f53cb4fe382ee25a1c8b3eaf9968418af106b /css
parent932191e8dcf285c5eba7eb0503f2d5d02e189251 (diff)
feat: add and remove columns in tables
Signed-off-by: Max <max@nextcloud.com>
Diffstat (limited to 'css')
-rw-r--r--css/icons.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/css/icons.scss b/css/icons.scss
index 6c36e66fb..3d6bf6f17 100644
--- a/css/icons.scss
+++ b/css/icons.scss
@@ -24,3 +24,5 @@
@include icon-black-white('h4', 'text', 1);
@include icon-black-white('h5', 'text', 1);
@include icon-black-white('h6', 'text', 1);
+@include icon-black-white('add_col_after', 'text', 1);
+@include icon-black-white('add_col_before', 'text', 1);