This commit is contained in:
Roman Pyrih
2025-03-26 10:12:55 +01:00
parent 2d7bd25d1f
commit 8aaa0b90f8
4 changed files with 105 additions and 79 deletions

View File

@@ -1058,6 +1058,8 @@ strong {
}
select {
position: relative;
appearance: none;
padding: 13px 14px 11px 14px;
border-radius: 20px;
width: 100%;
@@ -1073,6 +1075,22 @@ strong {
outline: none;
}
.voivodeship__wrapper {
position: relative;
&::before {
content: '\f107';
font: normal normal normal 14px / 1 FontAwesome;
font-size: 14px;
text-rendering: auto;
position: absolute;
top: 50%;
right: 20px;
transform: translateY(-50%);
z-index: 1;
}
}
._radios {
display: flex;
flex-direction: row;
@@ -1196,9 +1214,10 @@ strong {
}
.form_actions {
align-items: center;
@include respond-below(xs) {
flex-direction: column;
align-items: center;
row-gap: 20px;
}
}
@@ -1215,29 +1234,34 @@ strong {
}
button[type='submit'] {
background: #fbf27a;
width: fit-content;
// margin-left: auto;
border: none;
display: flex;
flex-direction: row;
align-items: center;
gap: 10px;
padding: 17px 20px 13px 38px;
margin-bottom: 5px;
background: #fff246;
border-radius: 6px;
color: #1d1d1e;
font-size: 14px;
font-family: $font3;
font-weight: 800;
letter-spacing: 2px;
font-size: 13px;
font-family: 'URW Form', sans-serif;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
padding: 12px 37px;
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.11);
line-height: 1;
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
width: fit-content;
border: none;
outline: none;
cursor: pointer;
&:active {
background: #f0e875;
}
// &:active {
// background: #f0e875;
// }
img {
margin-left: 10px;
width: 18px;
padding-bottom: 3px;
}
@include respond-above(xs) {