mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-30 05:04:21 +00:00
classes
This commit is contained in:
parent
1050fbb531
commit
38931015db
71 changed files with 5819 additions and 184 deletions
22
docs/.vuepress/theme/styles/_blocks.scss
Normal file
22
docs/.vuepress/theme/styles/_blocks.scss
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
.block-highlight {
|
||||
padding: 24px;
|
||||
border-top: 6px double;
|
||||
border-bottom: 2px solid;
|
||||
}
|
||||
|
||||
.hero {
|
||||
@extend .block-highlight;
|
||||
background-color: lighten($color-hero, 55);
|
||||
color: $color-hero;
|
||||
border-color: $color-hero;
|
||||
}
|
||||
|
||||
.dragon {
|
||||
@extend .block-highlight;
|
||||
background-color: $color-dragon;
|
||||
color: #fff;
|
||||
border-color: darken($color-dragon, 10);
|
||||
a {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue