diff --git a/source/css/layout/common/keep-theme.styl b/source/css/layout/common/keep-theme.styl index ed78641..4342902 100644 --- a/source/css/layout/common/keep-theme.styl +++ b/source/css/layout/common/keep-theme.styl @@ -43,12 +43,10 @@ keep-container(scaleX, scaleY, padding, marginBottomValue) { +keep-tablet() { padding: padding * 0.8; border-radius: $keep-container-border-radius * 0.8; - hover-style(scaleX * 0.8, scaleY * 0.8); } +keep-mobile() { padding: padding * 0.6; border-radius: $keep-container-border-radius * 0.6; - hover-style(scaleX * 0.6, scaleY * 0.6); } }