Added Hall of Fame

This commit is contained in:
2018-03-27 21:08:26 +02:00
parent ff80d6d336
commit 953d95c6aa
20 changed files with 171 additions and 23 deletions

View File

@ -33,6 +33,8 @@
width 100%
padding 0.7rem 0.5rem
background linear-gradient(to top, hsla(0, 0%, 0%, 0.8), hsla(0, 0%, 0%, 0))
border-bottom-left-radius ui-element-border-radius
border-bottom-right-radius ui-element-border-radius
default-transition
.anime-grid-title-text

View File

@ -225,7 +225,7 @@ post-content-padding-y = 0.75rem
// flex-grow 1
// padding 0.4rem 1rem
// margin-left 0.3rem
// border-radius 3px
// border-radius ui-element-border-radius
// position relative
// :hover

View File

@ -11,7 +11,7 @@ mixin grid-cell
max-height anime-image-medium-height
// min-width 90px
// min-height 127px
border-radius 3px
border-radius ui-element-border-radius
// background-size cover
// background-position 50% 50%
@ -30,7 +30,7 @@ mixin grid-text
mixin grid-image
width 100%
height 100%
border-radius 3px
border-radius ui-element-border-radius
object-fit cover
default-transition

View File

@ -26,7 +26,7 @@ ui-background = rgb(254, 254, 254)
// ui-background = linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.037) 100%)
// ui-hover-background = linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.027) 100%)
ui-disabled-color = rgb(224, 224, 224)
ui-element-border-radius = 3px
const ui-element-border-radius = 3px
// Input
input-height = 2.4rem

View File

@ -6,7 +6,7 @@
horizontal
display inline-block
padding 0.5rem 1rem
border-radius 3px
border-radius ui-element-border-radius
font-size 0.9rem
:hover

View File

@ -29,7 +29,7 @@ hr
p > img
max-width 100%
border-radius 3px
border-radius ui-element-border-radius
display inherit
margin 0 auto