@import "../../src/scss/variables.scss"; @import "../../src/scss/mixins.scss"; .component-checkout { padding: 10px 0 40px 0; .title { display: block; @include font-style($font-serif, 400, $font-32); color: $black; height: 50px; } .subtitle { display: block; @include font-style($font-sans, 700, $font-16); color: $gray; height: 40px; } .label { display: block; @include font-style($font-sans, 700, $font-16); color: $gray; padding: 15px 0 5px 0; } }