index.acss 368 B

1234567891011121314151617181920212223242526
  1. .page-container-classname {
  2. padding-bottom: 300px;
  3. }
  4. .content {
  5. padding: 20px;
  6. background-color: #fff;
  7. }
  8. .content-2 {
  9. padding: 20px;
  10. }
  11. .right-nav {
  12. padding: 0 10px;
  13. line-height: 44px !important;
  14. background-color: #fff;
  15. }
  16. .special-tab {
  17. transition: all 0.25s ease-in-out;
  18. }
  19. .special-tab-active {
  20. font-size: 1.05em !important;
  21. }