Warning, /firebird/firebird-ng/src/app/components/nav-config/nav-config.component.scss is written in an unsupported language. File is not indexed.
0001 #main-top-navbar {
0002 display: flex;
0003 flex-direction: row;
0004 box-sizing: border-box;
0005 height: 50px;
0006 flex-wrap: nowrap;
0007 align-items: center;
0008 }
0009
0010 .nav-link{
0011 color: var(--text-color) !important;
0012 //transition: background-color 0.3s, color 0.3s;
0013 }
0014 .config-toggle-btn {
0015 color: white;
0016 position: absolute;
0017 left: 0;
0018 top: 0;
0019 padding-top: -3px;
0020 }
0021
0022 .logo-button {
0023 background: none;
0024 border: none;
0025 padding: 0;
0026 margin: 0;
0027 cursor: pointer;
0028 }
0029
0030