Updating background images to be svgs

This commit is contained in:
mgabdev
2020-01-27 17:20:07 -05:00
parent 6c8eea5160
commit c00c202d39
20 changed files with 246 additions and 118 deletions

View File

@@ -1,7 +1,6 @@
.button {
display: inline-block;
font-family: inherit;
padding: 0 16px;
position: relative;
text-decoration: none;
background-color: $ui-highlight-color;
@@ -10,9 +9,9 @@
cursor: pointer;
@include border-design(transparent, 10px, 4px);
@include text-sizing(14px, 500, 36px, center);
@include text-sizing(14px, 600, 1em, center);
@include size(auto, 36px);
@include text-overflow(nowrap);
// @include text-overflow(nowrap);
&:active,
&:focus,