mirror of
https://github.com/alexta69/metube.git
synced 2026-06-14 16:20:06 +00:00
27 lines
594 B
Sass
27 lines
594 B
Sass
/* You can add global styles to this file, and also import other style files */
|
|
|
|
.navbar
|
|
background-color: var(--bs-dark) !important
|
|
|
|
[data-bs-theme="dark"] &
|
|
background-color: var(--bs-dark-bg-subtle) !important
|
|
|
|
.ng-select
|
|
flex: 1
|
|
|
|
.ng-select-container
|
|
min-height: 38px
|
|
|
|
.ng-value
|
|
white-space: nowrap
|
|
overflow: visible
|
|
|
|
.ng-dropdown-panel
|
|
.ng-dropdown-panel-items
|
|
max-height: 300px
|
|
|
|
.ng-option
|
|
white-space: nowrap
|
|
overflow: visible
|
|
text-overflow: ellipsis
|