Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. body.ember-application {
  2. direction: rtl;
  3. text-align: right;
  4. }
  5.  
  6. .gh-nav-list svg {
  7. margin-right: 0;
  8. margin-left: 15px;
  9. }
  10.  
  11. .koenig-plus-menu-button {
  12. margin: -2px -66px 0 0;
  13. }
  14.  
  15. .gh-publishmenu-dropdown {
  16. right: auto;
  17. }
  18.  
  19. .settings-menu-container {
  20. text-align: left;
  21. direction: ltr;
  22. }
  23.  
  24. .gh-publishmenu-dropdown {
  25. direction: ltr;
  26. }
  27.  
  28. .ember-power-select-trigger {
  29. padding: 0 30px 0 8px;
  30. }
  31.  
  32. .dropdown-menu {
  33. right: 0;
  34. }
  35.  
  36. .dropdown-menu svg {
  37. margin-right: 0;
  38. margin-left: 10px;
  39. }
  40.  
  41. .gh-notification-content {
  42. text-align: left;
  43. }
  44.  
  45. .koenig-cardmenu {
  46. left: auto;
  47. }
  48.  
  49. .koenig-breakout-wide {
  50. margin: auto;
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement