Просмотр исходного кода

feat: increased border radius for buttons

Marcelo Vilas Boas Correa Filho 3 лет назад
Родитель
Сommit
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;
 }