Merge pull request 'Connect release 25th May 2023' (#2) from develop into master

Reviewed-on: #2
This commit is contained in:
Konstantinos Triantafyllou 2023-05-25 16:11:28 +02:00
commit a5b03a914c
1 changed files with 8 additions and 0 deletions

View File

@ -6,6 +6,7 @@
@navbar-nav-item-font-size: @global-small-font-size;
@navbar-nav-item-font-weight: 600;
@navbar-nav-item-height: @global-header-height;
@navbar-nav-logo-max-width: @width-xsmall-width;
@navbar-nav-item-color: @global-color;
@navbar-nav-item-before-background: @global-secondary-background;
@navbar-nav-item-hover-color: @navbar-nav-item-before-background;
@ -52,9 +53,16 @@
/* Navbar */
.hook-navbar() {
& .uk-logo {
& > img {
height: @navbar-nav-item-height - 20px;
object-fit: contain;
}
&.small > img {
max-width: @navbar-nav-logo-max-width !important;
}
}
}