add right to livestats

This commit is contained in:
Kode
2018-11-10 21:37:21 +00:00
parent 49b8dc0079
commit 4463ef4a9a
3 changed files with 30 additions and 13 deletions

View File

@@ -866,11 +866,6 @@ hr {
justify-content: space-between;
width: 100%;
li {
text-align: center;
margin: 0;
line-height: 1;
}
span {
display: block;
text-transform: uppercase;
@@ -893,6 +888,18 @@ hr {
margin-left: 4px;
}
}
li {
text-align: center;
margin: 0;
line-height: 1;
&.right {
text-align: right;
span {
justify-content: flex-end;
}
}
}
&.flexcolumn {
flex-direction: column;
}