added login
This commit is contained in:
26
src/app/auth/profile/profile.component.scss
Normal file
26
src/app/auth/profile/profile.component.scss
Normal file
@@ -0,0 +1,26 @@
|
||||
.container {
|
||||
width: 100%;
|
||||
}
|
||||
form {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
form > * {
|
||||
margin-bottom: 1.5em;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.cursor-pointer {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.signout {
|
||||
float: right;
|
||||
}
|
||||
|
||||
@media (min-width: 900px) {
|
||||
.container {
|
||||
margin: 0 auto;
|
||||
width: 75%;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user