Improved styling
This commit is contained in:
parent
b86a59f53a
commit
bcb562bb43
@ -20,8 +20,8 @@
|
||||
object-fit cover
|
||||
|
||||
.character-image-small
|
||||
width 56px
|
||||
height 56px
|
||||
width character-image-small-width
|
||||
height character-image-small-height
|
||||
border-radius ui-element-border-radius
|
||||
box-shadow shadow-light
|
||||
object-fit cover
|
@ -140,6 +140,11 @@ const anime-image-medium-height = 200px
|
||||
const anime-image-large-width = 250px
|
||||
const anime-image-large-height = 350px
|
||||
|
||||
const character-image-small-width = 56px
|
||||
const character-image-small-height = 56px
|
||||
|
||||
const grid-cell-margin = 0.5rem
|
||||
|
||||
// Timings
|
||||
fade-speed = 150ms
|
||||
transition-speed = 150ms
|
||||
|
@ -53,6 +53,7 @@ mixin tip-after
|
||||
// When the browser is idle, we give all tips the "tip-active" class.
|
||||
.tip-active
|
||||
position relative
|
||||
z-index 9999
|
||||
|
||||
:before
|
||||
tip-before
|
||||
|
Loading…
Reference in New Issue
Block a user