v0.10.0-rc

This commit is contained in:
2020-03-30 13:33:54 -03:00
parent 158f3ff0f7
commit 9a9c031499
13 changed files with 148 additions and 32 deletions

View File

@ -90,6 +90,9 @@
height: 1.2rem;
margin-right: 1rem;
}
#servicios i.icon {
color: grey;
}
#servicios .list a {
color: inherit;
}

View File

@ -0,0 +1,66 @@
@font-face {
font-family: 'icomoon';
src: url('../fonts/icomoon.eot?krhhew');
src: url('../fonts/icomoon.eot?krhhew#iefix') format('embedded-opentype'),
url('../fonts/icomoon.ttf?krhhew') format('truetype'),
url('../fonts/icomoon.woff?krhhew') format('woff'),
url('../fonts/icomoon.svg?krhhew#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-autorizaciones:before {
content: "\e900";
}
.icon-contacto:before {
content: "\e901";
}
.icon-contratos-y-otros:before {
content: "\e902";
}
.icon-declaracion:before {
content: "\e903";
}
.icon-extranjeros:before {
content: "\e904";
}
.icon-horario:before {
content: "\e905";
}
.icon-laboral:before {
content: "\e906";
}
.icon-metro:before {
content: "\e907";
}
.icon-poder:before {
content: "\e908";
}
.icon-poderes-bancarios:before {
content: "\e909";
}
.icon-renovacion-de-poderes:before {
content: "\e90a";
}
.icon-ubicacion:before {
content: "\e90b";
}
.icon-vehiculos:before {
content: "\e90c";
}