Zaktualizuj kolor tła i przycisków w stylach CSS oraz dodaj nowe style dla menu i konturów wyszukiwania

This commit is contained in:
2025-04-03 21:44:11 +02:00
parent bbdb27eb5d
commit d5a334c6a8
3 changed files with 39 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
$cGold: #CAA462;
$cGold: #b8a982;
$cBlackLight: #141414;
$cBlackDark: #09090a;
$cGreen: #22c55e;
@@ -22,11 +22,12 @@ body {
border: 0;
border-radius: 0 !important;
display: inline-flex;
height: 45px;
height: 44px;
width: 45px;
align-items: center;
justify-content: center;
cursor: pointer;
margin-top: -1px !important;
}
input {
@@ -78,4 +79,38 @@ body {
}
}
}
}
.storefront-search .search .search_outline {
outline: none !important;
border: 1px solid $cGold !important;
}
.menu {
background: transparent !important;
.menu-content_root {
background: transparent !important;
li {
a {
font-weight: 500;
font-size: 14px;
color: $cGold !important;
font-family: 'Poppins', sans-serif !important;
&:hover {
color: #FFF !important;
}
}
}
}
}
header {
>.grid:last-child {
border-top: 1px solid rgba(255, 255, 255, 0.1);
max-width: 100vw;
margin-top: 25px;
}
}