소스 검색

refactor: use border radius variable

version-14
Summayya 3 년 전
부모
커밋
eafb89f059
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      frappe/public/scss/website/footer.scss

+ 1
- 1
frappe/public/scss/website/footer.scss 파일 보기

@@ -94,7 +94,7 @@
max-width: 300px;
border: 1px solid var(--dark-border-color);
box-shadow: none;
border-radius: 0.375rem;
border-radius: var(--border-radius);
font-size: $font-size-sm;
}
}

불러오는 중...
취소
저장