| 1234567891011121314151617181920212223242526272829303132 |
- .logo {
- height: 3rem;
- }
- .navbar-text {
- color: black;
- font-weight: bold;
- }
- .divider-vertical {
- height: 50px;
- margin: 0 9px;
- border-left: 1px solid #F2F2F2;
- border-right: 1px solid #FFF;
- }
- ::ng-deep .input-group-prepend .input-group-text {
- width: 77px;
- min-height: 38px;
- }
- ::ng-deep .navbar-wrapper {
- height: auto !important;
- }
- ::ng-deep .navbar-toggler {
- width: 50px;
- height: 50px;
- position: absolute;
- top: 30px;
- right: 25px;
- }
|