Initial
This commit is contained in:
30
listify-client/src/app/account/account.component.scss
Normal file
30
listify-client/src/app/account/account.component.scss
Normal file
@@ -0,0 +1,30 @@
|
||||
.account-page {
|
||||
min-height: inherit;
|
||||
display: grid;
|
||||
align-items: start;
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
.account-card {
|
||||
width: min(100%, 520px);
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.status-row {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.75rem;
|
||||
margin-top: 1rem;
|
||||
color: var(--mat-sys-on-surface-variant);
|
||||
}
|
||||
|
||||
.status-row mat-icon {
|
||||
color: var(--mat-sys-primary);
|
||||
}
|
||||
|
||||
@media (min-width: 600px) {
|
||||
.account-page {
|
||||
place-items: center;
|
||||
padding: 2rem 1rem;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user