forked from platypush/platypush
Increased font size for widgets
This commit is contained in:
parent
851c0f8583
commit
42e5673192
2 changed files with 6 additions and 6 deletions
|
@ -16,17 +16,17 @@ $playback-status-color: #757f70;
|
||||||
|
|
||||||
.unknown,
|
.unknown,
|
||||||
.no-track {
|
.no-track {
|
||||||
font-size: 1.5em;
|
font-size: 1.7em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.artist {
|
.artist {
|
||||||
font-size: 1.4em;
|
font-size: 1.7em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-bottom: .25em;
|
margin-bottom: .25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
font-size: 1.25em;
|
font-size: 1.6em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -10,19 +10,19 @@
|
||||||
padding: 0 2em;
|
padding: 0 2em;
|
||||||
|
|
||||||
.source {
|
.source {
|
||||||
font-size: 1.25em;
|
font-size: 1.5em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-bottom: .5em;
|
margin-bottom: .5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
font-size: 1.25em;
|
font-size: 1.5em;
|
||||||
margin-bottom: .5em;
|
margin-bottom: .5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.published {
|
.published {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
font-size: .9em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue