Update button styles

This commit is contained in:
alxshelepenok
2018-11-11 14:45:46 +03:00
parent ffbe3e2c4f
commit cca1567f16
4 changed files with 30 additions and 29 deletions

View File

@@ -27,6 +27,10 @@ $typographic-link-s-font-color: $color-secondary;
$typographic-leading: round(16 * ($typographic-root-font-size / 100) * $typographic-base-line-height);
// Buttons
$button-height: 35px;
$button-border-radius: 20px;
// Layout
$layout-post-single-width: 945px;
$layout-post-width: $layout-post-single-width - 305px;