1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Changed visibility for article stats

This commit is contained in:
Nicolas Lœuillet 2020-04-21 18:08:48 +02:00
parent b367534991
commit a6b5b8f7a9
No known key found for this signature in database
GPG key ID: 3A8718BE51C3BA8E
4 changed files with 19 additions and 16 deletions

View file

@ -111,7 +111,7 @@
flex-flow: row wrap;
.stats {
font-size: 0.8em;
font-size: 0.7em;
margin: 8px 5px 5px;
li {
@ -122,6 +122,7 @@
i.material-icons {
color: #3e3e3e;
margin-right: 3px;
font-size: 18px;
}
}
@ -138,10 +139,12 @@
}
.chip {
background-color: $blueAccentColor;
background-color: #9e9e9e;
padding: 0 15px 0 10px;
margin: auto 2px;
border-radius: 6px;
height: 18px;
line-height: 18px;
a,
i {
@ -150,8 +153,8 @@
i.material-icons {
float: right;
font-size: 20px;
line-height: 32px;
font-size: 16px;
line-height: 18px;
padding-left: 8px;
}
}