Browse Source
Feature/remove border of sidebar navigation (#5325)
* Remove border
pull/3661/head
Thomas Kaul
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
8 additions and
0 deletions
-
apps/client/src/styles.scss
|
|
@ -1,3 +1,5 @@ |
|
|
|
@use '@angular/material' as mat; |
|
|
|
|
|
|
|
@import './styles/bootstrap'; |
|
|
|
@import './styles/table'; |
|
|
|
|
|
|
@ -525,6 +527,12 @@ ngx-skeleton-loader { |
|
|
|
@media (min-width: 576px) { |
|
|
|
flex-direction: row-reverse; |
|
|
|
|
|
|
|
@include mat.tabs-overrides( |
|
|
|
( |
|
|
|
divider-height: 0 |
|
|
|
) |
|
|
|
); |
|
|
|
|
|
|
|
.mat-mdc-tab-header { |
|
|
|
background-color: rgba(var(--palette-foreground-base), 0.02); |
|
|
|
padding: 2rem 0; |
|
|
|