Merge commit '45ba9ada34
' into kb_migration_development
This commit is contained in:
commit
922c936ef1
26 changed files with 336 additions and 18 deletions
|
@ -3172,7 +3172,7 @@ $ui-header-height: 55px;
|
|||
|
||||
&.active {
|
||||
transition: none;
|
||||
box-shadow: 0 0 0 2px rgba(lighten($highlight-text-color, 8%), 0.7);
|
||||
box-shadow: 0 0 0 6px rgba(lighten($highlight-text-color, 8%), 0.7);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -136,6 +136,10 @@ code {
|
|||
line-height: 22px;
|
||||
color: $secondary-text-color;
|
||||
margin-bottom: 30px;
|
||||
|
||||
a {
|
||||
color: $highlight-text-color;
|
||||
}
|
||||
}
|
||||
|
||||
.rules-list {
|
||||
|
@ -1039,6 +1043,10 @@ code {
|
|||
}
|
||||
}
|
||||
|
||||
.simple_form .h-captcha {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.permissions-list {
|
||||
&__item {
|
||||
padding: 15px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue