This commit is contained in:
Roman Pyrih
2025-02-05 13:57:04 +01:00
parent 6fdf88eca9
commit a08adefb71
5 changed files with 179 additions and 25 deletions

View File

@@ -74,7 +74,7 @@
._file {
background: #fff;
height: 95px;
min-height: 95px;
display: flex;
align-items: center;
justify-content: center;
@@ -82,25 +82,47 @@
font-weight: 300;
font-size: 16px;
gap: 20px;
flex-wrap: wrap;
@media (max-width: 768px) {
gap: 10px;
font-size: 14px;
}
button {
.fileuploader-input {
display: flex;
height: 60px;
padding: 20px 36px;
font-weight: 700;
color: #fff;
background-color: rgba(29, 29, 30, 1);
border: 0;
text-transform: uppercase;
gap: 10px;
flex-direction: row;
align-items: center;
@media (max-width: 768px) {
padding: 20px;
.fileuploader-input-caption {
align-self: auto;
font-weight: 300;
font-size: 16px;
font-family: 'URW Form', sans-serif;
}
}
.fileuploader-input {
button {
display: flex;
height: 60px;
padding: 20px 36px;
font-weight: 700;
color: #fff;
background-color: rgba(29, 29, 30, 1);
border: 0;
text-transform: uppercase;
gap: 10px;
span {
display: flex;
gap: 10px;
}
@media (max-width: 768px) {
padding: 20px;
}
}
}
}
@@ -136,6 +158,9 @@
input[type='radio'] {
border: 1px solid rgba(223, 223, 223, 1);
}
label {
margin: 0;
}
}
input[type='text'],