Merge pull request #4220 from aignatov-bio/ai-sci-6944-change-core-colors

Update accent colors [SCI-6944]
This commit is contained in:
aignatov-bio 2022-07-12 10:38:01 +02:00 committed by GitHub
commit 67dbab97d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 17 deletions

View file

@ -5,7 +5,7 @@
position: relative;
&::after {
background: $brand-accent;
background: $brand-danger;
border-radius: 50%;
content: "";
display: block;

View file

@ -17,7 +17,7 @@ $brand-primary-light: #7094cb;
$brand-academy: #a52068;
$brand-academy-dark: #8c1b58;
$brand-accent: #a52068;
$brand-accent: #ffcf26;
$brand-focus: #609fff;
$brand-focus-light: #dfecff;

View file

@ -21,7 +21,6 @@
#count-notifications {
background-color: $brand-accent;
border-radius: 8px;
color: $color-concrete;
display: none;
font-size: 11px;
font-weight: bold;
@ -424,9 +423,8 @@
}
#count-system-notifications {
background-color: $brand-primary;
background-color: $brand-accent;
border-radius: 5px;
color: $color-concrete;
display: none;
font-size: 11px;
font-weight: bold;

View file

@ -63,10 +63,6 @@
padding-bottom: 16px;
position: fixed;
width: inherit;
.academy-color {
color: $brand-academy-dark;
}
}
.dropup {
@ -100,12 +96,6 @@
position: absolute
}
}
#support-link,
#knowledge-center-link {
color: $brand-primary;
}
}
@media(max-height:510px) {

View file

@ -714,9 +714,9 @@ ul.double-line > li {
}
.badge-indicator {
background: $brand-primary;
background: $brand-accent;
border-radius: $border-radius-tag;
color: $color-white;
color: $color-black;
font-size: 10px;
margin-left: -8px;
}