First Commit
This commit is contained in:
commit
feb864dc47
170 changed files with 4671 additions and 0 deletions
38
hackatonApp/scss/auth/walkthrough.styles.scss
Normal file
38
hackatonApp/scss/auth/walkthrough.styles.scss
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
.walkthrough-view
|
||||
{
|
||||
.top-content
|
||||
{
|
||||
height: 75%;
|
||||
text-align: center;
|
||||
|
||||
h1
|
||||
{
|
||||
color: $auth-color;
|
||||
}
|
||||
}
|
||||
|
||||
.bottom-content
|
||||
{
|
||||
height: 25%;
|
||||
padding-top: 5px;
|
||||
margin-top: 0px;
|
||||
|
||||
.button
|
||||
{
|
||||
border: none;
|
||||
color: $auth-color;
|
||||
font-weight: bolder;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.login.button
|
||||
{
|
||||
background-color: $auth-login-btn-bg;
|
||||
}
|
||||
|
||||
.sign-up.button
|
||||
{
|
||||
background-color: $auth-signup-btn-bg;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue