Added basic anime list item view
This commit is contained in:
@ -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
|
||||
|
@ -13,5 +13,9 @@ h3
|
||||
text-align left
|
||||
margin-top 0.6em
|
||||
|
||||
h2
|
||||
a
|
||||
color text-color
|
||||
|
||||
.page-title
|
||||
display none
|
@ -11,9 +11,4 @@
|
||||
|
||||
:hover
|
||||
color white !important
|
||||
background-color link-hover-color
|
||||
|
||||
.action-button
|
||||
ui-element
|
||||
font-size 1rem
|
||||
text-align center
|
||||
background-color link-hover-color
|
Reference in New Issue
Block a user