This commit is contained in:
Abdullah Almsaeed
2017-01-08 15:37:30 -05:00
parent 4758ab5216
commit 02efe00fc9
20 changed files with 51 additions and 52 deletions

View File

@@ -5,7 +5,7 @@
.form-control {
.border-radius(@input-radius);
box-shadow: none;
border-color: @gray;
border-color: @gray-lte;
&:focus {
border-color: @light-blue;
box-shadow: none;
@@ -72,7 +72,7 @@
.input-group {
.input-group-addon {
.border-radius(@input-radius);
border-color: @gray;
border-color: @gray-lte;
background-color: #fff;
}
}