This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Biukop
/
SFM-Broker
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
make sure background cover in any size of screen
tags/2.037
Patrick Sun
5 years ago
parent
e18b3099d4
commit
e5f00c9005
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/app/auth/auth.component.scss
+ 1
- 0
src/app/auth/auth.component.scss
View File
@@ -6,6 +6,7 @@ div.parent {
height: 100vh;
opacity: 0.95;
background: url('../../assets/img/body_bg.jpg') no-repeat center center fixed;
background-size: cover;
}
.form_login {
Write
Preview
Loading…
Cancel
Save