MIF_E31222691/resources/assets/sass/theme.scss

17 lines
316 B
SCSS

// Buttons
.btn {
box-sizing: border-box;
display: inline-block;
font-family: 'Raleway';
font-size: 11px;
font-weight: 600;
height: 38px;
letter-spacing: .1rem;
line-height: 38px;
padding: 0 20px;
text-align: center;
text-transform: uppercase;
white-space: nowrap;
}