mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
rebranding for yunite
This commit is contained in:
parent
35796f338f
commit
507f42a55a
BIN
branding/assets/fonts/Overpass-VariableFont_wght.ttf
Normal file
BIN
branding/assets/fonts/Overpass-VariableFont_wght.ttf
Normal file
Binary file not shown.
73
branding/assets/styles/imports/_branding.scss
Normal file
73
branding/assets/styles/imports/_branding.scss
Normal file
@ -0,0 +1,73 @@
|
||||
/*
|
||||
*
|
||||
* Here, all SCSS variables and classes can be adapted to your custom design.
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: Overpass;
|
||||
src: url('~@/assets/fonts/Overpass-VariableFont_wght.ttf');
|
||||
}
|
||||
|
||||
|
||||
$color-primary: #6e8b87;
|
||||
$color-primary-yunite: #a6ff00;
|
||||
$color-primary-light: #fff;
|
||||
$color-primary-active: hsla(0,0%,100%,.8);
|
||||
|
||||
$font-family-heading: 'Overpass',Helvetica,Arial,Lucida,sans-serif;;
|
||||
$font-family-text: 'Overpass',Helvetica,Arial,Lucida,sans-serif;;
|
||||
|
||||
$color-header-background: $color-primary;
|
||||
$color-footer-background: $color-primary-yunite;
|
||||
|
||||
$color-locale-menu: $color-primary-yunite;
|
||||
|
||||
.main-navigation a {
|
||||
color: $color-primary-light;
|
||||
text-transform: uppercase;
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
}
|
||||
.main-navigation a:hover {
|
||||
color: $color-primary-active;
|
||||
}
|
||||
.main-navigation .router-link-exact-active {
|
||||
color: #A6FF00!important;
|
||||
}
|
||||
|
||||
.main-navigation .locale-menu {
|
||||
color: $color-primary-light;
|
||||
}
|
||||
|
||||
.main-navigation .base-button {
|
||||
color: $color-primary-light;
|
||||
}
|
||||
|
||||
#nav-search-box .hc-hashtag a{
|
||||
color: #17b53f;
|
||||
}
|
||||
|
||||
#footer {
|
||||
background-color: $color-primary-yunite;
|
||||
}
|
||||
|
||||
#footer a {
|
||||
color: $color-primary;
|
||||
}
|
||||
|
||||
.branding-menu .ds-text {
|
||||
font-family: 'Overpass',Helvetica,Arial,Lucida,sans-serif;
|
||||
font-weight: 500;
|
||||
text-transform: uppercase;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.ds-footer {
|
||||
font-family: 'Overpass',Helvetica,Arial,Lucida,sans-serif;
|
||||
text-transform: uppercase;
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user