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: e743c346d44aea6ee66454da1ed6b16ebdf9740e (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
.icon-bold {
	background-image: url('./../../img/icons/bold.svg');
}
.icon-italic {
	background-image: url('./../../img/icons/italic.svg');
}
.icon-underline {
	background-image: url('./../../img/icons/underline.svg');
}
.icon-link {
	background-image: url('./../../img/icons/link.svg');
}
.icon-ol {
	background-image: url('./../../img/icons/ol.svg');
}
.icon-ul {
	background-image: url('./../../img/icons/ul.svg');
}
.icon-hr {
	background-image: url('./../../img/icons/hr.svg');
}
.icon-quote {
	background-image: url('./../../img/icons/quote.svg');
}
.icon-paragraph {
	background-image: url('./../../img/icons/paragraph.svg');
}
.icon-code {
	background-image: url('./../../img/icons/code.svg');
}
.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);
@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('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('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);