Fix: Unify design with Security page

This commit is contained in:
Nelson Chan
2022-06-14 15:04:46 +08:00
parent e425e408a2
commit f723930d11
3 changed files with 14 additions and 18 deletions

View File

@@ -473,6 +473,14 @@ textarea.form-control {
outline: none !important;
}
h5.settings-subheading::after {
content: "";
display: block;
width: 50%;
padding-top: 8px;
border-bottom: 1px solid $dark-border-color;
}
// Localization
@import "localization.scss";