13 lines
244 B
SCSS
13 lines
244 B
SCSS
@use "../01-base/breakpoints" as *;
|
|
@use "../01-base/colors" as *;
|
|
|
|
.header{
|
|
height: 80px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
.header-logo{
|
|
width: 125px;
|
|
height: 27px;
|
|
}
|
|
} |