mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-12-17 15:40:37 +00:00
tooltips créatures
This commit is contained in:
parent
37e28207f0
commit
e15a84fa0e
7 changed files with 281 additions and 5 deletions
|
|
@ -28,8 +28,12 @@
|
|||
&.tooltip-spell {
|
||||
background-color: $color-dragon;
|
||||
}
|
||||
// &.tooltip-condition {
|
||||
// }
|
||||
&.tooltip-monster {
|
||||
background-color: $color-red;
|
||||
}
|
||||
&.tooltip-condition {
|
||||
background-color: $color-purple;
|
||||
}
|
||||
color: #fff;
|
||||
font-family: 'Oswald', sans-serif;
|
||||
font-weight: bold;
|
||||
|
|
@ -60,6 +64,11 @@
|
|||
margin-bottom: .5rem;
|
||||
padding-bottom: .5rem;
|
||||
}
|
||||
.monster-details {
|
||||
border-bottom: 2px solid $color-red;
|
||||
margin-bottom: .5rem;
|
||||
padding-bottom: .5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue