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

icons.scss « css - github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: db6b3c7b39fcb80d17dc772affc63faa5f3ddde2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
@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);
@include icon-black-white('underline', 'text', 1);
@include icon-black-white('link', 'text', 1);
@include icon-black-white('ol', 'text', 1);
@include icon-black-white('ul', 'text', 1);
@include icon-black-white('tasklist', 'text', 1);
@include icon-black-white('table', 'text', 1);
@include icon-black-white('hr', 'text', 1);
@include icon-black-white('quote', 'text', 1);
@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('help', 'text', 1);
@include icon-black-white('warn', 'text', 1);
@include icon-black-white('success', 'text', 1);
@include icon-black-white('emoji', 'text', 1);
@include icon-black-white('h1', 'text', 1);
@include icon-black-white('h2', 'text', 1);
@include icon-black-white('h3', 'text', 1);
@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_before', 'text', 1);
@include icon-black-white('add_col_after', 'text', 1);
@include icon-black-white('add_row_before', 'text', 1);
@include icon-black-white('add_row_after', 'text', 1);
@include icon-black-white('delete_col', 'text', 1);
@include icon-black-white('delete_row', 'text', 1);