mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Plugin card header font size tweaks.
This commit is contained in:
@@ -85,6 +85,10 @@ loot-clear-metadata
|
||||
}
|
||||
|
||||
/* Content styling. */
|
||||
content::content * {
|
||||
font-weight: 400;
|
||||
font-size: 1rem;
|
||||
}
|
||||
content::content > .tag,
|
||||
content::content > ul {
|
||||
display: block;
|
||||
@@ -92,8 +96,6 @@ loot-clear-metadata
|
||||
}
|
||||
content::content > h1 {
|
||||
display: inline-block;
|
||||
font-weight: 400;
|
||||
font-size: 1rem;
|
||||
margin: 0;
|
||||
}
|
||||
content::content > .version {
|
||||
|
||||
@@ -47,19 +47,19 @@ loot-editor-close
|
||||
}
|
||||
|
||||
/* Content styling. */
|
||||
h1 {
|
||||
core-toolbar > div {
|
||||
display: inline-block;
|
||||
font-weight: 400;
|
||||
font-size: 1rem;
|
||||
}
|
||||
h1 {
|
||||
margin: 0;
|
||||
}
|
||||
#version {
|
||||
display: inline-block;
|
||||
margin-left: 16px;
|
||||
color:#6394F8;
|
||||
}
|
||||
#crc {
|
||||
display: inline-block;
|
||||
margin-left: 16px;
|
||||
color:#BC8923;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user