mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 17:51:13 +08:00
Merge pull request #4220 from aignatov-bio/ai-sci-6944-change-core-colors
Update accent colors [SCI-6944]
This commit is contained in:
commit
67dbab97d9
5 changed files with 5 additions and 17 deletions
|
@ -5,7 +5,7 @@
|
|||
position: relative;
|
||||
|
||||
&::after {
|
||||
background: $brand-accent;
|
||||
background: $brand-danger;
|
||||
border-radius: 50%;
|
||||
content: "";
|
||||
display: block;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue