Guest User

Untitled

a guest
Aug 17th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. @media screen and (max-width: 650px) {
  2. .ui {
  3. flex-direction: row!important;
  4. }
  5.  
  6. .tabs-bar {
  7. flex-direction: column!important;
  8. margin: 0!important;
  9. }
  10.  
  11. .tabs-bar__link {
  12. max-height: 10px!important;
  13. }
  14.  
  15. .tabs-bar__link span {
  16. display: none!important;
  17. }
  18.  
  19. .tabs-bar__link .fa {
  20. font-size: 20px!important;
  21. }
  22.  
  23. .tabs-bar__link.active {
  24. border-bottom: none!important;
  25. }
  26.  
  27. .columns-area {
  28. padding: 0!important;
  29. }
  30.  
  31. .react-swipeable-view-container .columns-area {
  32. height: 100%!important;
  33. }
  34. }
Add Comment
Please, Sign In to add comment