Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. .mdl-demo .mdl-layout.is-small-screen .mdl-layout__header-row h3 {
  2. font-size: inherit;
  3. }
  4. .mdl-demo .mdl-layout__tab-bar-button {
  5. display: none;
  6. }
  7. .mdl-demo .mdl-layout.is-small-screen .mdl-layout__tab-bar .mdl-button {
  8. display: none;
  9. }
  10. .mdl-demo .mdl-layout:not(.is-small-screen) .mdl-layout__tab-bar,
  11. .mdl-demo .mdl-layout:not(.is-small-screen) .mdl-layout__tab-bar-container {
  12. overflow: visible;
  13. }
  14. .mdl-demo .mdl-layout__tab-bar-container {
  15. height: 64px;
  16. }
  17. .mdl-demo .mdl-layout__tab-bar {
  18. padding: 0;
  19. padding-left: 16px;
  20. box-sizing: border-box;
  21. height: 100%;
  22. width: 100%;
  23. }
  24. .mdl-demo .mdl-layout__tab-bar .mdl-layout__tab {
  25. height: 64px;
  26. line-height: 64px;
  27. }
  28. .mdl-demo .mdl-layout__tab-bar .mdl-layout__tab.is-active::after {
  29. background-color: white;
  30. height: 4px;
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement