make login box flush with header
This commit is contained in:
parent
091ac19f77
commit
23bd190c27
1 changed files with 4 additions and 0 deletions
|
@ -391,3 +391,7 @@ footer .footer-copy {
|
||||||
background-color: $gray-lighter;
|
background-color: $gray-lighter;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.login #content_body .row > div.col-md-9 > p + div.container {
|
||||||
|
padding-left: 0px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue