Dodaj nowe style dla logo, kontenera wyszukiwania oraz przycisku koszyka, poprawiając układ i estetykę

This commit is contained in:
Roman Pyrih
2025-04-15 16:01:09 +02:00
parent cdaedeea7f
commit 6739442353
3 changed files with 45 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -499,13 +499,56 @@ footer.footer {
header { header {
.login-bar { .login-bar {
} }
.logo-bar-spacer {
flex-grow: 1;
}
.logo-bar { .logo-bar {
display: flex;
flex-direction: row;
align-items: center;
.link-logo-img { .link-logo-img {
img { img {
width: 100%; width: 100%;
max-width: 100px; max-width: 100px;
} }
} }
.search__container {
margin-left: 20px;
margin-right: 20px;
}
.menu-basket-btn {
a {
position: relative;
display: inline-block;
img {
width: 100%;
max-width: 20px;
filter: invert(0.9);
}
span {
position: absolute;
background-color: #b79e5f;
color: #000;
font-family: $fScandia;
justify-content: center;
align-content: center;
top: -5px;
left: 14px;
font-size: 12px;
border-radius: 100px;
padding: 4px 6px 3px 6px;
line-height: 10px;
font-weight: bold;
}
}
}
} }
} }