mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-30 13:14:20 +00:00
minor update
This commit is contained in:
parent
cffa159a73
commit
b04b17ebc6
6 changed files with 5 additions and 12 deletions
|
|
@ -16,13 +16,12 @@
|
|||
$srd-font-family: "srd" !default;
|
||||
$srd-font-path: "/fonts" !default;
|
||||
|
||||
$icon-bookmark: "\e900";
|
||||
$icon-zeppelin: "\e901";
|
||||
$icon-bookmark: "\e901";
|
||||
$icon-hexagon: "\e902";
|
||||
$icon-gondolfiere: "\e903";
|
||||
$icon-laelith: "\e904";
|
||||
$icon-dragon: "\e905";
|
||||
$icon-kobold: "\e906";
|
||||
$icon-kobold: "\e900";
|
||||
|
||||
@font-face {
|
||||
font-family: '#{$srd-font-family}';
|
||||
|
|
@ -56,11 +55,6 @@ $icon-kobold: "\e906";
|
|||
content: $icon-bookmark;
|
||||
}
|
||||
}
|
||||
.icon-zeppelin {
|
||||
&:before {
|
||||
content: $icon-zeppelin;
|
||||
}
|
||||
}
|
||||
.icon-hexagon {
|
||||
&:before {
|
||||
content: $icon-hexagon;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue