Improved anime view on characters
This commit is contained in:
@ -40,4 +40,4 @@ rt
|
||||
text-align center
|
||||
|
||||
.spacer
|
||||
flex 1
|
||||
flex 1
|
||||
|
@ -71,7 +71,7 @@ const group-post-width = comment-width
|
||||
const post-avatar-text-margin = 0.5rem
|
||||
|
||||
// Avatar
|
||||
avatar-size = 50px
|
||||
const avatar-size = 50px
|
||||
|
||||
// Badge
|
||||
badge-important-bg-color = rgb(215, 38, 15)
|
||||
|
13
styles/mixins/card.scarlet
Normal file
13
styles/mixins/card.scarlet
Normal file
@ -0,0 +1,13 @@
|
||||
const card-padding = 1rem
|
||||
|
||||
mixin card
|
||||
horizontal
|
||||
ui-element
|
||||
padding card-padding
|
||||
margin 0.4rem
|
||||
width 100%
|
||||
|
||||
:hover
|
||||
border 1px solid input-focus-border-color
|
||||
// TODO: Replace with alpha(main-color, 20%) function
|
||||
box-shadow 0 0 6px rgba(248, 165, 130, 0.2)
|
Reference in New Issue
Block a user