www/assets/scss/_header.scss
asandikci 3fc520bb02
update scss
- for external an external repo
2024-01-03 17:44:27 +03:00

32 lines
No EOL
448 B
SCSS

@use "colors" as c;
@mixin main {
display: flex;
align-items: center;
justify-content: left;
&.centered {
justify-content: center;
}
padding: 0px 10px;
min-height: 60px;
background-color: c.$bg;
border-bottom: c.$accent 0.2vh solid;
user-select: none;
#hlogo>img {
max-height: 45px;
max-width: 200px;
margin-top:5px;
padding:auto;
}
h1.centered {
align-self: center;
margin:0px;
}
}