abdullahtarawneh.com/assets/scss/base/components.scss
2020-10-25 00:15:18 -05:00

13 lines
239 B
SCSS

.button {
background: #0060ff;
color: white !important;
width: max-content;
font-size: clamp(1em,2vw,1em);
padding: 0.75em;
display: flex;
justify-content: center;
text-decoration: none;
border-radius: 100em;
font-weight: 700;
}