diff --git a/source/components/list_item.cjsx b/source/components/list_item.cjsx index a9d0409f..e7172024 100644 --- a/source/components/list_item.cjsx +++ b/source/components/list_item.cjsx @@ -3,11 +3,11 @@ ### module.exports = (data) -> -
+
text lorem ipsum...
moment -
+ diff --git a/source/styles/components/button.styl b/source/styles/components/button.styl index c9cc72f5..f7c4b1f6 100644 --- a/source/styles/components/button.styl +++ b/source/styles/components/button.styl @@ -1,5 +1,4 @@ button, .button - font-size : FONT_SIZE_BIG font-weight : FONT_WEIGHT_BOLD line-height : BUTTON_HEIGHT @@ -11,9 +10,9 @@ button, .button transition-timing-function ANIMATION_EASE &:not(.circle) - height : BUTTON_HEIGHT + height : BUTTON_HEIGHT max-height : BUTTON_HEIGHT - width : auto + width : auto &.circle width : SIZE = BUTTON_CIRCLE_HEIGHT @@ -29,5 +28,3 @@ button, .button &:not([disabled]) &.primary background-color : PRIMARY - &.secondary - background-color : PRIMARY diff --git a/source/styles/components/list_item.styl b/source/styles/components/list_item.styl index 49e4ca77..712d5d6c 100644 --- a/source/styles/components/list_item.styl +++ b/source/styles/components/list_item.styl @@ -1,8 +1,10 @@ li margin-bottom : SPACE - padding : SPACE + padding : (SPACE * 1.25) background-color : white box-shadow : HEADER_SHADOW + &, & a + color: COLOR img width : SIZE = (2.5 * SPACE) height : SIZE diff --git a/source/styles/screens/__init.styl b/source/styles/screens/__init.styl index 2d59d9a3..555ef692 100644 --- a/source/styles/screens/__init.styl +++ b/source/styles/screens/__init.styl @@ -5,6 +5,8 @@ height : 100vh width : 100vw transition transform ANIMATION_DURATION ANIMATION_EASE + > section height : 100vh - padding : (HEADER_HEIGHT + UNIT) OFFSET OFFSET OFFSET + padding : (HEADER_HEIGHT + (2 * OFFSET)) OFFSET OFFSET OFFSET + padding : (HEADER_HEIGHT + (UNIT + SPACE)) UNIT UNIT UNIT