remove headline border from modal

This commit is contained in:
Miguel Ribeiro
2026-07-11 18:20:48 +02:00
parent e82fdcaa55
commit 481bf91eff
2 changed files with 0 additions and 5 deletions

View File

@@ -502,7 +502,6 @@ input[type="checkbox"]:checked+label::after {
.subscription-modal h3 {
margin-top: 0;
border-bottom: 1px solid var(--main-color);
padding-bottom: 15px;
}
@@ -529,9 +528,6 @@ input[type="checkbox"]:checked+label::after {
margin-top: 12px;
}
/* RESTORE MODAL END */
/* ==================================================== */
/* Wallos v5 — desktop split layout for auth pages */
/* ==================================================== */
.auth-brand {
display: none;

View File

@@ -1884,7 +1884,6 @@ button.dark-theme-button i {
.subscription-form h3,
.subscription-modal h3 {
border-bottom: 1px solid var(--main-color);
padding-bottom: 15px;
margin-top: 0px;
}