@@ -10,7 +10,6 @@
@import "__init.styl"
.list
-
& li
list-style-type: none
padding: LIST_PADDING LIST_PADDING_HORIZONTAL (LIST_PADDING - 1) LIST_PADDING_HORIZONTAL
@@ -64,7 +63,6 @@
& strong
position: relative
font-size: FONT_SIZE_BIG
- font-weight: 400
& small
display: block
@@ -94,7 +94,7 @@ body
/* ================================= ASIDE ================================= */
/* ========================================================================= */
& > aside
- min-width: ASIDE_WIDTH
+ width: ASIDE_WIDTH
display: none
z-index: -1
&.active, &.show
@@ -8,7 +8,6 @@
overflow: hidden
- width 15%
transform translateX(-100%)
transition-property transform
transition-duration TRANSITION_TIME