Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. /* custom kirby 3 panel styles */
  2.  
  3. .k-view {
  4. max-width: 87rem;
  5. }
  6.  
  7. .k-grid[data-gutter] {
  8. grid-column-gap: 1rem !important;
  9. grid-row-gap: 1rem !important;
  10. }
  11.  
  12. .k-section {
  13. padding: 1.5em;
  14. background-color: rgba(255, 255, 255, .5);
  15. box-shadow: 0 0 2px 0 #cbd6da;
  16. }
  17.  
  18. .k-section:only-child {
  19. height: 100%;
  20. }
  21.  
  22. .k-section + .k-section {
  23. margin-top: 1.5rem;
  24. }
  25.  
  26. .k-list-item + .k-list-item {
  27. margin-top: .25rem;
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement