Allegations page

This commit is contained in:
Martín González
2016-12-12 19:36:38 +01:00
committed by Amaia Castro
parent 23211337ef
commit daba441178
11 changed files with 1058 additions and 8 deletions

View File

@@ -1,5 +1,4 @@
@charset "UTF-8";
@font-face {
font-family: 'icons';
src: font-url('icons.eot');
@@ -10,7 +9,6 @@
font-weight: normal;
font-style: normal;
}
[data-icon]:before {
font-family: "icons" !important;
content: attr(data-icon);
@@ -23,7 +21,6 @@
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
font-family: "icons" !important;
@@ -36,7 +33,6 @@
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-angle-down:before {
content: "\61";
}
@@ -163,6 +159,12 @@
.icon-whatsapp:before {
content: "\50";
}
.icon-zip:before {
content: "\4f";
}
.icon-banner:before {
content: "\51";
}
.icon-arrow-down:before {
content: "\52";
}
@@ -172,6 +174,21 @@
.icon-arrow-right:before {
content: "\55";
}
.icon-check-circle:before {
content: "\56";
}
.icon-arrow-top:before {
content: "\57";
}
.icon-checkmark-circle:before {
content: "\59";
}
.icon-minus-square:before {
content: "\58";
}
.icon-plus-square:before {
content: "\5a";
}
.icon-expand:before {
content: "\30";
}