Files
bstlboard-front/src/app/ui/entry/entry.ui.scss
T
2021-10-06 12:56:10 +02:00

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;
}