1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
@use "../../../sass/abstracts/variables" as var; .header { border-bottom: 1px solid var.$primary-color; .container { display: flex; flex-flow: row wrap; align-items: center; justify-content: space-between; padding: 1rem 0; position: relative; } } .branding { color: var.$primary-color; }