您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

26 行
377B

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