Updated news preview styling a little bit.
This commit is contained in:
parent
9a1d05e3d6
commit
4b91fd392a
1 changed files with 5 additions and 6 deletions
|
@ -26,15 +26,13 @@
|
||||||
&__info {
|
&__info {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
border-top: 1px solid var(--accent-colour);
|
|
||||||
font-size: .9em;
|
font-size: .9em;
|
||||||
padding: 0 2px;
|
|
||||||
margin-top: 1px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&__link {
|
&__link {
|
||||||
color: inherit;
|
color: var(--accent-colour);
|
||||||
text-decoration: underline dotted;
|
text-decoration: none;
|
||||||
|
padding: 2px 5px;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
@ -48,11 +46,12 @@
|
||||||
color: inherit;
|
color: inherit;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
padding: 5px;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
&__avatar {
|
&__avatar {
|
||||||
height: 50px;
|
height: 50px;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
margin-left: 4px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&__name {
|
&__name {
|
||||||
|
|
Loading…
Add table
Reference in a new issue