Add kmyblue mark in config page
This commit is contained in:
parent
424dc584a9
commit
d1c625df7c
9 changed files with 34 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue