Fix image header URL in advert details, update CV access message, enhance image ratio alerts in profile edit, modify registration titles and agreement checkbox behavior.

This commit is contained in:
2025-06-11 00:25:57 +02:00
parent c2a11763fc
commit 603c10f251
11 changed files with 45 additions and 19 deletions

View File

@@ -3370,6 +3370,16 @@ div.form--aplication-link {
transform: translate(-50%, -50%);
padding: 20px 60px;
font-size: 22px;
@media (max-width: 991px) {
display: none !important;
}
}
}
.aplication-link {
@media (max-width: 991px) {
display: none !important;
}
}
@@ -3724,7 +3734,8 @@ div.form--aplication-link {
}
&._single {
grid-template-columns: 600px;
grid-template-columns: 1fr;
max-width: 600px;
margin: 30px auto;
justify-content: center;
}
@@ -3878,4 +3889,15 @@ div.form--aplication-link {
.mt25 {
margin-top: 25px !important;
}
#user-panel a.btn-danger {
display: inline-flex;
height: 25px;
align-items: center;
justify-content: center;
color: #FFF;
background: $cRed;
width: 25px;
border-radius: 50%;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long