소스 검색

feat: increased border radius for buttons

Marcelo Vilas Boas Correa Filho 3 년 전
부모
커밋
2d6072656c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      css/accessible/bootstrap/bootstrap.css

+ 1 - 1
css/accessible/bootstrap/bootstrap.css

@@ -2527,7 +2527,7 @@ textarea.form-control {
   padding: 0.375rem 0.75rem;
   font-size: 1rem;
   line-height: 1.5;
-  border-radius: 0.25rem;
+  border-radius: 10px;
   transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
 }