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

liste des sorts

This commit is contained in:
Maxime Moraine 2020-04-08 16:41:31 +02:00
parent f3643e6eaf
commit b1b97a01e9
373 changed files with 9259 additions and 34 deletions

View file

@ -1,8 +1,9 @@
.v-tooltip__content {
&.spell-tooltip-container {
&.spell-tooltip-container,
&.condition-tooltip-container {
opacity: 1 !important;
.spell-tooltip {
.spell-tooltip, .condition-tooltip {
text-align: left;
width: 50vw;
max-width: 555px;
@ -25,6 +26,14 @@
.spell-details {
margin-bottom: 24px;
}
.condition-tooltip-title {
background-color: $color-hero;
color: #fff;
margin: -12px -12px 6px;
padding: 12px;
border-radius: 5px 5px 0 0;
}
}
}
}

View file

@ -6,4 +6,4 @@
@import "blocks";
@import "layout";
@import "spelltooltip";
@import "tooltips";