pages + refactor
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user