mirror of
https://github.com/beatriceo/polyglot.git
synced 2025-10-22 17:52:10 +00:00
done with login signup
This commit is contained in:
@@ -14,3 +14,6 @@
|
||||
@import "layouts/index";
|
||||
@import "components/index";
|
||||
@import "pages/index";
|
||||
|
||||
@import "devise/index";
|
||||
|
||||
|
1
app/assets/stylesheets/devise/_index.scss
Normal file
1
app/assets/stylesheets/devise/_index.scss
Normal file
@@ -0,0 +1 @@
|
||||
@import 'login';
|
40
app/assets/stylesheets/devise/_login.scss
Normal file
40
app/assets/stylesheets/devise/_login.scss
Normal file
@@ -0,0 +1,40 @@
|
||||
.login-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
position: absolute;
|
||||
background-image:
|
||||
linear-gradient(
|
||||
-225deg,
|
||||
rgba(5,25,55,0.3) 0%,
|
||||
rgba(68,73,101,0.3),
|
||||
rgba(128,129,149,0.3),
|
||||
rgba(191,190,200,0.3),
|
||||
rgba(255,255,255,0.3)
|
||||
50%),
|
||||
url('https://unsplash.com/photos/jay5BqVyf5A');
|
||||
|
||||
|
||||
|
||||
.login-content {
|
||||
position: relative;
|
||||
top: -10vh;
|
||||
padding: 50px;
|
||||
background-color: white;
|
||||
width: 25vw;
|
||||
border-radius: 3px;
|
||||
box-shadow: 1px 1px 10px rgba(0,0,0, 0.21);
|
||||
|
||||
h2 {
|
||||
color: $primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.login {
|
||||
// color: $primary;
|
||||
width:100%;
|
||||
}
|
Reference in New Issue
Block a user