Added basic anime list item view

This commit is contained in:
2017-06-19 20:59:02 +02:00
parent eea81b3eca
commit 63a5b02c0e
13 changed files with 131 additions and 25 deletions

View File

@ -20,11 +20,21 @@ input, textarea
:disabled
ui-disabled
button, select
button, .button
ui-element
max-width 600px
padding 0.6rem 1rem
margin 0 auto
font-size 1rem
line-height 1rem
padding 0.75rem 1rem
color link-color
:hover
cursor pointer
color white
background-color link-hover-color
:active
transform translateY(3px)
// box-shadow 0 0 2px white, 0 -2px 5px rgba(0, 0, 0, 0.08) inset
// :active
// background-color black
@ -34,6 +44,11 @@ button, select
// // box-shadow 0 0 6px alpha(mainColor, 20%)
// border 1px solid main-color
// select
// ui-element
// font-size 1rem
// padding 0.5em 1em
label
width 100%
padding 0.5rem 0