45 lines
522 B
SCSS
45 lines
522 B
SCSS
@import '../../../variables.scss';
|
|
|
|
a.title {
|
|
white-space: break-spaces;
|
|
}
|
|
|
|
span.urlbase {
|
|
margin-left: 5px;
|
|
font-size: 0.7em;
|
|
color: $accent;
|
|
|
|
a {
|
|
color: $accent;
|
|
}
|
|
|
|
a::after {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
small a {
|
|
color: inherit !important;
|
|
text-decoration: none;
|
|
}
|
|
|
|
small a:hover {
|
|
color: inherit !important;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
span.voted {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
.mat-icon {
|
|
top: 3px;
|
|
position: relative;
|
|
margin-right: 3px;
|
|
}
|
|
|
|
small .mat-icon {
|
|
top: 2px;
|
|
margin-right: 0px;
|
|
}
|