Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. atom-workspace-axis.vertical atom-pane {
  2. flex-direction: row-reverse;
  3. .tab-bar {
  4. box-shadow: inset -1px 0 0 #181a1f;
  5. resize: horizontal;
  6. height: auto;
  7. display: block;
  8. padding-right: 1px;
  9. padding-bottom: 3em;
  10. min-width: 14em;
  11. }
  12. .tab-bar .tab {
  13. display: block;
  14. border: none;
  15. }
  16. .tab-bar .tab,
  17. .tab-bar .tab.active {
  18. flex: none;
  19. width: auto;
  20. max-width: none;
  21. box-shadow: inset 0 -1px 0 0 #181a1f;
  22. }
  23. .tab-bar .tab .title {
  24. text-align: left;
  25. }
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement