Commit f4fbc7b9 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Add box shadow to login box

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 853ce954
......@@ -11,6 +11,7 @@
padding: 20px;
background: #f5f5f5;
border: 1px solid #EEE;
@include box-shadow(0 1px 1px rgba(0, 0, 0, 0.05));
}
.brand-image {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment