mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.208.0
This commit is contained in:
@@ -43,6 +43,16 @@
|
||||
url("../fonts/hpphumblescratch-webfont.woff2") format("woff2");
|
||||
}
|
||||
|
||||
@keyframes kf-fade-in {
|
||||
from {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
to {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes kf-fade-out {
|
||||
from {
|
||||
opacity: 1;
|
||||
@@ -180,7 +190,7 @@ $h-ipt-xs: 22px;
|
||||
// endregion
|
||||
|
||||
// region Fonts
|
||||
$font-line-height: 1.4286;
|
||||
$font-line-height: 1.42857143;
|
||||
// endregion
|
||||
|
||||
@mixin mix-shadow-1() {
|
||||
|
||||
Reference in New Issue
Block a user