This commit is contained in:
Roman Pyrih
2025-03-07 15:02:07 +01:00
parent 752345dc72
commit cce644514f
21 changed files with 160 additions and 24 deletions

View File

@@ -10634,3 +10634,86 @@ div[class^='col-'] {
}
}
}
header#header {
padding-top: 35px;
padding-bottom: 35px;
.container {
@include respond-above(xxl) {
max-width: 1500px;
}
@include respond-above(xxxl) {
max-width: 1780px;
}
}
.header-data {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
column-gap: 100px;
.header-logo {
width: 100%;
max-width: 93px;
img {
width: 100%;
}
}
.header-menu {
display: flex;
flex-direction: row;
align-items: center;
#main-menu {
margin-right: 60px;
}
#header-action-btns {
display: flex;
flex-direction: row;
align-items: center;
gap: 10px;
margin-right: 15px;
> * {
margin: 0;
}
}
.btn-popup-oferta {
display: flex;
flex-direction: row;
align-items: center;
gap: 10px;
padding: 19px 36px 17px;
background: #fff246;
border-radius: 6px;
margin-right: 60px;
color: #1d1d1e;
font-size: 16px;
font-family: $font3;
font-weight: 800;
letter-spacing: 1px;
text-transform: uppercase;
line-height: 1;
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
img {
padding-bottom: 6px;
}
}
img.unia-img {
width: 100%;
max-width: 170px;
}
}
}
}