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,
|
||||
.no-track {
|
||||
font-size: 1.5em;
|
||||
font-size: 1.7em;
|
||||
}
|
||||
|
||||
.artist {
|
||||
font-size: 1.4em;
|
||||
font-size: 1.7em;
|
||||
font-weight: bold;
|
||||
margin-bottom: .25em;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: 1.25em;
|
||||
font-size: 1.6em;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -10,19 +10,19 @@
|
|||
padding: 0 2em;
|
||||
|
||||
.source {
|
||||
font-size: 1.25em;
|
||||
font-size: 1.5em;
|
||||
font-weight: bold;
|
||||
margin-bottom: .5em;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: 1.25em;
|
||||
font-size: 1.5em;
|
||||
margin-bottom: .5em;
|
||||
}
|
||||
|
||||
.published {
|
||||
text-align: right;
|
||||
font-size: .9em;
|
||||
font-size: 1em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue