package reading.component.index.style import scalacss.Defaults._ object Books extends StyleSheet.Inline { import dsl._ val books = style( display.flex, flexWrap.wrap ) val book = style( width(250.px), paddingBottom(60.px), textAlign.center ) val cover = style( height(250.px), cursor.pointer ) }