Advertisement
xapu

Untitled

Feb 28th, 2019
2,755
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SAS 0.71 KB | None | 0 0
  1. @mixin collaborateTab($backgroundColor) {
  2.     $backgroundColor: none !default;
  3.  
  4.     .nav-setting-tabs {
  5.         background: $backgroundColor;
  6.  
  7.         ::ng-deep mat-tab-header {
  8.             max-width: 80% !important;
  9.         }
  10.  
  11.         ::ng-deep .mat-tab-label {
  12.             text-transform: uppercase;
  13.             font-size: 14px;
  14.             letter-spacing: normal;
  15.             text-align: left;
  16.         }
  17.  
  18.         ::ng-deep .mat-tab-label-active {
  19.             color: #4caf50 !important;
  20.  
  21.             ::ng-deep .mat-tab-label-content {
  22.                 color: #4caf50 !important;
  23.  
  24.                 label {
  25.                     color: #4caf50 !important;
  26.                 }
  27.             }
  28.         }
  29.     }
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement