mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
refactor(webapp): changed color for event-ribbon.
Co-authored-by: Elweyn <heine.hannes@gmail.com>
This commit is contained in:
parent
a4f84b0a4c
commit
a08d4f48ae
@ -11,6 +11,7 @@ $color-primary-inverse: rgb(241, 253, 244);
|
||||
$color-secondary: rgb(0, 142, 230);
|
||||
$color-secondary-active: rgb(10, 161, 255);
|
||||
$color-secondary-inverse: rgb(240, 249, 255);
|
||||
$color-third: rgb(149,74,255);
|
||||
$color-success: rgb(23, 181, 63);
|
||||
$color-success-active: rgb(26, 203, 71);
|
||||
$color-success-inverse: rgb(241, 253, 244);
|
||||
|
||||
@ -48,10 +48,10 @@ export default {
|
||||
}
|
||||
}
|
||||
.eventBg {
|
||||
background-color: $color-success-active;
|
||||
background-color: $color-third;
|
||||
|
||||
&::before {
|
||||
border-color: $color-success-active transparent transparent $color-success-active;
|
||||
border-color: $color-third transparent transparent $color-third;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user