Skip to content
Snippets Groups Projects
Commit 68a3a3ed authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

add new icon rules to icons.css

parent c4a100f5
No related branches found
No related tags found
No related merge requests found
......@@ -47,10 +47,12 @@
.icon-checkmark {
background-image: url('../img/actions/checkmark.svg');
}
.icon-checkmark-white {
background-image: url('../img/actions/checkmark-white.svg');
}
.icon-checkmark-color {
background-image: url('../img/actions/checkmark-color.svg');
}
.icon-close {
background-image: url('../img/actions/close.svg');
......@@ -82,6 +84,16 @@
background-image: url('../img/actions/edit.svg');
}
.icon-error {
background-image: url('../img/actions/error.svg');
}
.icon-error-white {
background-image: url('../img/actions/error-white.svg');
}
.icon-error-color {
background-image: url('../img/actions/error-color.svg');
}
.icon-external {
background-image: url('../img/actions/external.svg');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment