mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
add yunite logo and branding scss file
This commit is contained in:
parent
336e9469db
commit
968dcc7276
6
webapp/assets/styles/imports/_branding.scss
Normal file
6
webapp/assets/styles/imports/_branding.scss
Normal file
@ -0,0 +1,6 @@
|
||||
.header-menu {
|
||||
background-color: #748885;
|
||||
}
|
||||
.ds-menu-item-link {
|
||||
color: antiquewhite;
|
||||
}
|
||||
@ -1,3 +1,4 @@
|
||||
@import './imports/_branding.scss';
|
||||
@import './imports/_tooltip.scss';
|
||||
@import './imports/_toast.scss';
|
||||
|
||||
|
||||
@ -59,7 +59,7 @@ export default {
|
||||
},
|
||||
data() {
|
||||
const logosObject = {
|
||||
header: { path: logos.LOGO_HEADER_PATH, alt: 'Header', widthDefault: '130px' },
|
||||
header: { path: logos.LOGO_HEADER_PATH, alt: 'Header', widthDefault: '47px' },
|
||||
welcome: { path: logos.LOGO_WELCOME_PATH, alt: 'Welcome', widthDefault: '200px' },
|
||||
signup: { path: logos.LOGO_SIGNUP_PATH, alt: 'Sign Up', widthDefault: '200px' },
|
||||
logout: { path: logos.LOGO_LOGOUT_PATH, alt: 'Logging Out', widthDefault: '200px' },
|
||||
@ -107,7 +107,7 @@ export default {
|
||||
}
|
||||
|
||||
.ds-logo-svg {
|
||||
width: 130px;
|
||||
width: 47px;
|
||||
height: auto;
|
||||
fill: #000000;
|
||||
}
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
}
|
||||
|
||||
.ds-logo-svg {
|
||||
width: 130px;
|
||||
width: 47px;
|
||||
height: auto;
|
||||
fill: currentColor;
|
||||
}
|
||||
@ -4,7 +4,7 @@
|
||||
<ds-container class="main-navigation-container" style="padding: 10px 10px">
|
||||
<div>
|
||||
<ds-flex class="main-navigation-flex">
|
||||
<ds-flex-item :width="{ base: '142px' }">
|
||||
<ds-flex-item :width="{ base: '47px' }">
|
||||
<nuxt-link :to="{ name: 'index' }" v-scroll-to="'.main-navigation'">
|
||||
<logo logoType="header" />
|
||||
</nuxt-link>
|
||||
@ -17,7 +17,7 @@
|
||||
<base-button icon="bars" @click="toggleMobileMenuView" circle />
|
||||
</ds-flex-item>
|
||||
<ds-flex-item
|
||||
:width="{ base: '45%', sm: '45%', md: '45%', lg: show ? 'auto' : '50%' }"
|
||||
:width="{ base: '45%', sm: '45%', md: show ? 'auto' : '45%', lg: show ? 'auto' : '50%' }"
|
||||
:class="{ 'hide-mobile-menu': !toggleMobileMenu }"
|
||||
style="flex-shrink: 0; flex-grow: 1"
|
||||
id="nav-search-box"
|
||||
|
||||
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 3.4 KiB |
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 3.4 KiB |
Loading…
x
Reference in New Issue
Block a user