Border color and text placeholder color.

This commit is contained in:
Sean Li 2015-04-27 15:49:07 -07:00
Родитель 532fc4cb80
Коммит 58881f0fc7
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -105,7 +105,7 @@
border-color: @brand-primary;
}
&::-webkit-input-placeholder {
color: #DDD;
color: @gray-lightest;
font-weight: 400;
}
}
@ -183,7 +183,7 @@
border-bottom-left-radius: 4px;
justify-content: center;
text-align: center;
box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.1);
box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.2);
img {
margin-top: 15px;
}
@ -191,7 +191,7 @@
.card {
padding: 10px 20px 10px 20px;
position: relative;
border: 1px solid @gray-lightest;
border: 1px solid @gray-lighter;
border-left: 0;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;