Added sorting options for anime lists
This commit is contained in:
@ -3,14 +3,6 @@ html
|
||||
font-family "Ubuntu", "Trebuchet MS", sans-serif
|
||||
font-size 90%
|
||||
|
||||
// > 900px
|
||||
// html
|
||||
// font-size 90%
|
||||
|
||||
// > 1400px
|
||||
// html
|
||||
// font-size 95%
|
||||
|
||||
body
|
||||
tab-size 4
|
||||
overflow hidden
|
||||
|
@ -3,10 +3,9 @@ mixin ui-element
|
||||
background ui-background
|
||||
border-radius ui-element-border-radius
|
||||
default-transition
|
||||
|
||||
:hover
|
||||
border-color ui-hover-border-color
|
||||
// background ui-hover-background
|
||||
// box-shadow outline-shadow-medium
|
||||
|
||||
mixin ui-disabled
|
||||
color button-color !important
|
||||
|
@ -7,6 +7,11 @@
|
||||
box-sizing inherit
|
||||
font inherit
|
||||
|
||||
// This breaks accessibility, but is needed to ensure a consistent style.
|
||||
// Make sure you add your own focus styles.
|
||||
::-moz-focus-inner
|
||||
border 0
|
||||
|
||||
// Set root element to use border-box sizing,
|
||||
// all sub-elements will inherit this property.
|
||||
html
|
||||
|
Reference in New Issue
Block a user