nav-bar.component.scss 461 B

1234567891011121314151617181920212223242526272829303132
  1. .logo {
  2. height: 3rem;
  3. }
  4. .navbar-text {
  5. color: black;
  6. font-weight: bold;
  7. }
  8. .divider-vertical {
  9. height: 50px;
  10. margin: 0 9px;
  11. border-left: 1px solid #F2F2F2;
  12. border-right: 1px solid #FFF;
  13. }
  14. ::ng-deep .input-group-prepend .input-group-text {
  15. width: 77px;
  16. min-height: 38px;
  17. }
  18. ::ng-deep .navbar-wrapper {
  19. height: auto !important;
  20. }
  21. ::ng-deep .navbar-toggler {
  22. width: 50px;
  23. height: 50px;
  24. position: absolute;
  25. top: 30px;
  26. right: 25px;
  27. }