Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. .AppBar {
  2. /* Background color of the app bar */
  3. background-color: red !important;
  4. }
  5.  
  6. .AppBar .Icon {
  7. /* Color of feature icons */
  8. color: purple !important;
  9. }
  10.  
  11. .AppBar .Layout .List .Badge {
  12. /* Background color for both the org/cohort location and the role indicator */
  13. /* And the text color of just the role badge */
  14. background-color: black !important;
  15. color: orange !important;
  16. }
  17.  
  18. .AppBar .Layout .List .Badge .Title {
  19. /* Text color for the org/cohort */
  20. color: orange !important;
  21. }
  22.  
  23. .depth-3 .Layout .Layout {
  24. /* Body of org tree */
  25. background-color: pink !important;
  26. color: black !important;
  27. }
  28.  
  29. .depth-3 .Layout .Toolbar {
  30. /* Org region of org tree */
  31. background-color: pink !important;
  32. color: black !important;
  33. }
  34.  
  35. .column .column .column .Toolbar {
  36. /* Grey bar below the app bar*/
  37. background-color: blue !important;
  38. color: red !important;
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement