Demo tweaks

This commit is contained in:
Sam Potts
2019-06-03 00:26:08 +10:00
parent 1890a9378d
commit d9d2c4a219
12 changed files with 44 additions and 23 deletions

View File

@ -22,13 +22,13 @@
// Buttons
.button {
font-weight: $font-weight-bold;
padding-left: $spacing-base;
padding-right: $spacing-base;
padding-left: ($spacing-base * 1.25);
padding-right: ($spacing-base * 1.25);
transition: all 0.2s ease;
&:hover,
&:focus {
color: $gray-dark;
color: $color-button-text-hover;
// Remove the underline/border
&::after {
@ -65,7 +65,7 @@
// Count bubble
.button__count {
animation: fadein 0.2s ease;
margin-left: ($spacing-base / 2);
margin-left: ($spacing-base * 0.75);
&::before {
border: $arrow-size solid transparent;