Merge branch 'login-flash' into 'master'

Add bottom margin for flash container on login page

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>

cc @jschatz1 @skyruler 

Fixes #13935 

See merge request !3040
This commit is contained in:
Dmitriy Zaporozhets 2016-03-01 16:10:44 +00:00
commit d4e327a592
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@
max-width: none;
}
.flash-container {
margin-bottom: $gl-padding;
}
.brand-holder {
font-size: 18px;
line-height: 1.5;