pages + refactor

This commit is contained in:
2021-10-04 16:57:29 +02:00
parent 5004678f2b
commit c538200ea9
28 changed files with 439 additions and 91 deletions
+15
View File
@@ -1,5 +1,9 @@
@import '../../../variables.scss';
a.title {
white-space: break-spaces;
word-wrap: break-word;
}
small a {
color: inherit !important;
@@ -13,4 +17,15 @@ small a:hover {
span.voted {
opacity: 0.5;
}
.mat-icon {
top: 3px;
position: relative;
margin-right: 3px;
}
small .mat-icon {
top: 2px;
margin-right: 0px;
}