settings page styling

This commit is contained in:
realaravinth
2021-07-21 14:46:31 +05:30
parent b603208d48
commit 2c2f79e1cd
9 changed files with 184 additions and 43 deletions

View File

@@ -32,3 +32,11 @@ $blue-link: rgb(3, 102, 214);
$form-content-width: 90%;
$form-input-height: 40px;
@mixin light-text-icon-filter {
filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(325deg)
brightness(105%) contrast(101%);
opacity: 0.8;
}
$red: #d10028;