You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
461B

  1. body.admin {
  2. nav.navbar.carac {
  3. background-color: white ;
  4. padding-top: 0px ;
  5. padding-bottom: 0px ;
  6. border-width: 2px;
  7. ul.left {
  8. position: relative ;
  9. top: 16px ;
  10. li {
  11. form.switch-section {
  12. button {
  13. border-radius: 7px 7px 0px 0px ;
  14. &:hover {
  15. color: gray ;
  16. }
  17. }
  18. }
  19. }
  20. }
  21. }
  22. .content-header {
  23. padding-top: 20px ;
  24. }
  25. }