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

logos classes

This commit is contained in:
Maxime Moraine 2022-09-18 10:42:10 +02:00
parent 9a324bea91
commit 9c242a47e1
32 changed files with 1727 additions and 29 deletions

View file

@ -50,6 +50,16 @@ $icon-kobold: "\e900";
-moz-osx-font-smoothing: grayscale;
}
// Dice font
@font-face {
font-family: Dicier;
src: url('#{$srd-font-path}/Dicier-Round-Heavy.woff2');
}
.dicier {
font-family: Dicier, sans-serif;
font-feature-settings: liga 1, kern 1, calt 1;
}
.icon-bookmark {
&:before {
content: $icon-bookmark;
@ -104,6 +114,13 @@ $icon-kobold: "\e900";
}
}
.color-hero {
color: $color-hero;
}
.color-dragon {
color: $color-dragon;
}
.home-logo {
font-size: 20rem;
color: $color-gold;
@ -308,3 +325,21 @@ ul, ol {
}
}
}
.class-logo {
text-align: center;
img {
max-width: 30%;
}
}
.class-summary {
.v-card__subtitle, .v-card__text {
letter-spacing: normal;
.dicier {
font-size: 1.5rem;
margin-left: .5rem;
margin-right: .5rem;
}
}
}