Initial commit
This commit is contained in:
31
src/app/app-view/news/news.component.scss
Normal file
31
src/app/app-view/news/news.component.scss
Normal file
@@ -0,0 +1,31 @@
|
||||
:host {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
mat-card {
|
||||
margin: 15px;
|
||||
padding: 1ch;
|
||||
}
|
||||
|
||||
mat-spinner {
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
mat-card-title {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
mat-card-footer p {
|
||||
font-size: 0.8rem;
|
||||
color: #4a4a4a;
|
||||
@media (prefers-color-scheme: dark) {
|
||||
color: #999999
|
||||
}
|
||||
margin-bottom: 0;
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
mat-card-content p {
|
||||
white-space: pre-line;
|
||||
}
|
||||
Reference in New Issue
Block a user