Get rid of the icons font

This commit is contained in:
Gaël Métais
2020-08-09 01:13:09 +02:00
parent 517206364a
commit 9bfc16a4d5
24 changed files with 130 additions and 337 deletions
+9 -6
View File
@@ -120,8 +120,8 @@
.summary .notations .criteria .table > a:hover > div.info {
background: #FFF;
}
.summary .notations .criteria .table > a:hover > div.info .icon-question {
color: #EBD8E2;
.summary .notations .criteria .table > a:hover > div.info svg {
fill: #EBD8E2;
}
.summary .notations .criteria .grade {
width: 10%;
@@ -140,10 +140,13 @@
vertical-align: middle;
}
.summary .notations .warning .label,
.summary .notations .warning .result,
.summary .notations .icon-warning {
.summary .notations .warning .result {
color: #FF1919;
}
.summary .notations .icon-warning svg {
fill: #FF1919;
margin: -2px 0;
}
.summary .notations .criteria .info {
width: 2%;
text-align: center;
@@ -152,8 +155,8 @@
padding-left: 0.1em;
padding-right: 0.1em;
}
.summary .notations .criteria .icon-question {
color: transparent;
.summary .notations .criteria .info svg {
fill: transparent;
}
.summary .fromShare {
margin-bottom: 3em;