Dodaj nowe style dla logo, kontenera wyszukiwania oraz przycisku koszyka, poprawiając układ i estetykę
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -499,13 +499,56 @@ footer.footer {
|
||||
header {
|
||||
.login-bar {
|
||||
}
|
||||
|
||||
.logo-bar-spacer {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.logo-bar {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
|
||||
.link-logo-img {
|
||||
img {
|
||||
width: 100%;
|
||||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user