1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-30 13:14:20 +00:00

intégration des cinq royaumes

This commit is contained in:
Maxime Moraine 2020-06-10 10:30:32 +02:00
parent 62cf701300
commit 29a950bc72
25 changed files with 866 additions and 43 deletions

View file

@ -1,5 +1,18 @@
@import url('https://fonts.googleapis.com/css2?family=Spectral+SC:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@font-face {
font-family: "ornaments";
src: url("/fonts/ornaments.eot"); /* IE9 Compat Modes */
src: url("/fonts/ornaments.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
url("/fonts/ornaments.otf") format("opentype"), /* Open Type Font */
url("/fonts/ornaments.svg") format("svg"), /* Legacy iOS */
url("/fonts/ornaments.ttf") format("truetype"), /* Safari, Android, iOS */
url("/fonts/ornaments.woff") format("woff"), /* Modern Browsers */
url("/fonts/ornaments.woff2") format("woff2"); /* Modern Browsers */
font-weight: normal;
font-style: normal;
}
.home-logo {
max-width: 300px;
width: 100%;
@ -57,3 +70,31 @@ ul {
color: #eee;
}
}
.orn {
font-family: 'ornaments';
font-weight: normal;
}
.theme--light {
.v-icon {
.orn {
color:rgba(0, 0, 0, 0.54);
}
}
.v-list-item--active {
.v-icon {
.orn {
color: $color-hero;
}
}
}
}
.v-btn {
.orn {
font-size: 1.5rem;
margin-right: 0.5rem;
}
}