Skip to content

Commit

Permalink
[CPCN-457] Top bar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzSF committed Aug 9, 2024
1 parent 73935da commit c0ac30f
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions assets/styles/custom-breadcrumb.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
@include xxsm {
display: none;
}
@include phone {
font-size: var(--text-size--small);
}
}

a.breadcrumb-item {
Expand Down
2 changes: 1 addition & 1 deletion assets/styles/custom-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ $container-max-widths: (
--top-bar-logo-main-max-width: 240px;
--top-bar-logo-main-max-width--mobile: 160px;
--top-bar-logo-main-padding-y: 12px;
--top-bar-logo-main-padding-x: 16px;
--top-bar-logo-main-padding-x: 16px 8px;
--top-bar-logo-main-margin-top: 0;
--top-bar-logo-main-margin-top--mobile: 0;
// Logo additional
Expand Down
3 changes: 3 additions & 0 deletions assets/styles/navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,9 @@
.breadcrumb-sub-item {
display: none;
}
.breadcrumb-item {
font-size: var(--text-size--small) !important;
}
}
nav {
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion assets/styles/user-profile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
.profile__info {
color: var(--profile-sidebar-color-fg);
opacity: 0.7;
font-size: var(--text-size--small); // 13px
font-size: var(--text-size--small); // 12px
}

.profile__characters {
Expand Down
2 changes: 1 addition & 1 deletion design_app/src/assets/styles/theme_Command-News.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
--color-text-link--navbar: hsl(0, 0%, 100%);
/* Logo main */
--top-bar-logo-main-max-width: 224px;
--top-bar-logo-main-max-width--mobile: 200px;
--top-bar-logo-main-max-width--mobile: 160px;
--top-bar-logo-main-margin-top: -9px;
--top-bar-logo-main-margin-top--mobile: -6px;
/* Logo additional */
Expand Down
2 changes: 1 addition & 1 deletion design_app/src/assets/styles/theme_News-Pro.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
--color-text-link--navbar: hsl(0, 0%, 100%);
/* Logo main */
--top-bar-logo-main-max-width: 224px;
--top-bar-logo-main-max-width--mobile: 200px;
--top-bar-logo-main-max-width--mobile: 160px;
--top-bar-logo-main-margin-top: -9px;
--top-bar-logo-main-margin-top--mobile: -6px;
/* Logo additional */
Expand Down

0 comments on commit c0ac30f

Please sign in to comment.