You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by dy...@apache.org on 2022/03/22 11:30:26 UTC

[incubator-datalab] branch develop updated: fixed font-size in nav menu

This is an automated email from the ASF dual-hosted git repository.

dyankiv pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/develop by this push:
     new 5243ca3  fixed font-size in nav menu
     new 6161e59  Merge pull request #1472 from GennadiyShpak/fix/nav-font-size
5243ca3 is described below

commit 5243ca38f892e83a0a79b93e4e109ebeb66d867f
Author: Hennadii_Shpak <bo...@gmail.com>
AuthorDate: Tue Mar 22 13:20:48 2022 +0200

    fixed font-size in nav menu
---
 .../resources/webapp/src/app/shared/navbar/navbar.component.scss    | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/services/self-service/src/main/resources/webapp/src/app/shared/navbar/navbar.component.scss b/services/self-service/src/main/resources/webapp/src/app/shared/navbar/navbar.component.scss
index d573313..11ecd7f 100644
--- a/services/self-service/src/main/resources/webapp/src/app/shared/navbar/navbar.component.scss
+++ b/services/self-service/src/main/resources/webapp/src/app/shared/navbar/navbar.component.scss
@@ -330,6 +330,7 @@ mat-sidenav-content {
 .blue {
   color: #35afd5;
 }
+
 .account-icon {
   margin-right: 20px;
   color: white;
@@ -337,7 +338,8 @@ mat-sidenav-content {
   cursor: pointer;
 }
 
-.about-btn {
+.statusbar.about-btn--wrapper > span.about-btn {
+  font-size: 16px;
   background-color: transparent;
   color: white;
   border: none;
@@ -346,7 +348,7 @@ mat-sidenav-content {
 
 .help-link {
   color: white;
-  font-size: 18px;
+  font-size: 16px;
 
   &--wrapper {
     margin-right: 20px;

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org