mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add dashboard branding page
This commit is contained in:
parent
441494d5b2
commit
ca5f94df63
8 changed files with 259 additions and 10 deletions
|
@ -22,6 +22,20 @@ h3 {
|
|||
@include font(400, 1.17em);
|
||||
}
|
||||
|
||||
.textarea-mono {
|
||||
font-family: ui-monospace,
|
||||
Menlo, Monaco,
|
||||
"Cascadia Mono", "Segoe UI Mono",
|
||||
"Roboto Mono",
|
||||
"Oxygen Mono",
|
||||
"Ubuntu Mono",
|
||||
"Source Code Pro",
|
||||
"Fira Mono",
|
||||
"Droid Sans Mono",
|
||||
"Consolas", "Courier New", monospace
|
||||
!important;
|
||||
}
|
||||
|
||||
.layout-tv {
|
||||
/* Per WebOS and Tizen guidelines, fonts must be 20px minimum.
|
||||
This takes the 16px baseline and multiplies it by 1.25 to get 20px. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue