added bad dialog idea.

This commit is contained in:
Bryce Covert
2020-04-19 08:16:35 -07:00
parent fc9f94a64d
commit 5579fc95b2
8 changed files with 329 additions and 707 deletions

View File

@@ -1,12 +1,13 @@
@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?z8rl1o');
src: url('fonts/icomoon.eot?z8rl1o#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?z8rl1o') format('truetype'),
url('fonts/icomoon.woff?z8rl1o') format('woff'),
url('fonts/icomoon.svg?z8rl1o#icomoon') format('svg');
src: url('fonts/icomoon.eot?oso6hx');
src: url('fonts/icomoon.eot?oso6hx#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?oso6hx') format('truetype'),
url('fonts/icomoon.woff?oso6hx') format('woff'),
url('fonts/icomoon.svg?oso6hx#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
@@ -24,9 +25,24 @@
-moz-osx-font-smoothing: grayscale;
}
.icon-task-list-check-1:before {
.icon-subtract:before {
content: "\e906";
}
.icon-add-bold:before {
content: "\e90b";
}
.icon-remove-bold:before {
content: "\e90e";
}
.icon-remove:before {
content: "\e916";
}
.icon-add:before {
content: "\e904";
}
.icon-add-tab:before {
content: "\e905";
}
.icon-task-list-disable:before {
content: "\e91c";
}
@@ -87,15 +103,6 @@
.icon-cash-payment-bill-1:before {
content: "\e903";
}
.icon-cash-payment-bill-2:before {
content: "\e904";
}
.icon-cash-payment-bill-3:before {
content: "\e905";
}
.icon-cash-payment-bill-4:before {
content: "\e906";
}
.icon-cash-payment-bill:before {
content: "\e907";
}