Advertisement
bitWolfy

e6NG Restyling

Mar 14th, 2020
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. div#e6ng-settings {
  2. background-color: #274c83;
  3. border: 1px solid #152f56;
  4. outline: unset;
  5. z-index: 50;
  6. box-shadow: black 0px 0px 10px -5px;
  7. border-radius: 6px;
  8. }
  9.  
  10. div#e6ng-settings-dragable {
  11. padding: 0.25rem 0.25rem 0.25rem 1rem;
  12. background-color: #1f3c67;
  13. }
  14.  
  15. div#e6ng-settings-close {
  16. margin: unset;
  17. height: unset;
  18. width: unset;
  19. line-height: unset;
  20. font-size: 1.25rem;
  21. text-align: unset;
  22. cursor: pointer;
  23. }
  24.  
  25. div#e6ng-settings-tabbar {
  26. margin: 0 0.5rem;
  27. }
  28.  
  29. div.e6ng-settings-tab {
  30. margin: 0 0.5rem;
  31. border-radius: 0 0 6px 6px;
  32. font-weight: 500;
  33. cursor: pointer;
  34. }
  35.  
  36. div.e6ng-settings-tab-selected {
  37. background-color: #1f3c67;
  38. }
  39. div#e6ng-settings-content {
  40. margin: 0.25rem 1rem 1rem;
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement