Browse Source

Rem to px

Volodymyr Tkach 2 years ago
parent
commit
0ec7acb38b
1 changed files with 4 additions and 4 deletions
  1. 4 4
      css/controls/input/text.css

+ 4 - 4
css/controls/input/text.css

@@ -1,17 +1,17 @@
 .form-control {
 	background-clip: padding-box;
 	background-color: #fff;
-	border-radius: 0.25rem;
+	border-radius: 4px;
 	border: 1px solid #ced4da;
 	color: #495057;
 	display: inline-block;
 	font-family: inherit;
-	font-size: 1rem;
-	height: calc(2.25rem + 2px);
+	font-size: 16px;
+	height: 38px;
 	line-height: 1.5;
 	margin: 0;
 	overflow: visible;
-	padding: 0.375rem 0.75rem;
+	padding: 6px 12px;
 	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
 	vertical-align: middle;
 }