1
0
Fork 0
forked from gitea/nas

Add kmyblue mark in config page

This commit is contained in:
KMY 2023-05-11 11:16:53 +09:00
parent 424dc584a9
commit d1c625df7c
9 changed files with 34 additions and 11 deletions

View file

@ -199,7 +199,8 @@
.account-role,
.simple_form .recommended,
.simple_form .not_recommended {
.simple_form .not_recommended,
.simple_form .kmyblue {
display: inline-block;
padding: 4px 6px;
cursor: default;
@ -230,6 +231,12 @@
border-color: rgba(lighten($error-red, 12%), 0.5);
}
.simple_form .kmyblue {
color: lighten($kmyblue, 12%);
background-color: rgba(lighten($kmyblue, 12%), 0.1);
border-color: rgba(lighten($kmyblue, 12%), 0.5);
}
.account__header__fields {
max-width: 100vw;
padding: 0;

View file

@ -5,6 +5,7 @@ $success-green: #79bd9a !default; // Padua
$error-red: #df405a !default; // Cerise
$warning-red: #ff5050 !default; // Sunset Orange
$gold-star: #ca8f04 !default; // Dark Goldenrod
$kmyblue: #29a5f7 !default;
$red-bookmark: $warning-red;