ソースを参照

Override form-control class to increase its border radius

Talha Mansoor 10 年 前
コミット
19184aba74
共有1 個のファイルを変更した5 個の追加0 個の削除を含む
  1. 5 0
      static/css/elegant.less

+ 5 - 0
static/css/elegant.less

@@ -29,6 +29,11 @@ h1, h2, h3, h4, h5, h6 {
     }
 }
 
+.form-control {
+    &:extend(.form-control);
+    border-radius: 15px;
+}
+
 .page-header {
     &:extend(.page-header);
     color: @page-header-color;