mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-17 03:05:19 +00:00
Entry view: update .stats margins and color
Decreasing margin of .stats, increasing vertical margin of .stats li, increasing right margin of material icons and reducing contrast of material icons. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
parent
b9c26b6330
commit
79ea33c9d3
1 changed files with 7 additions and 2 deletions
|
@ -108,12 +108,17 @@
|
||||||
|
|
||||||
.stats {
|
.stats {
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
margin: 8px 15px 5px;
|
margin: 8px 5px 5px;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
margin: 0 5px;
|
margin: 3px 5px;
|
||||||
|
|
||||||
|
i.material-icons {
|
||||||
|
color: #3e3e3e;
|
||||||
|
margin-right: 3px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|
Loading…
Reference in a new issue