baseline
This commit is contained in:
31
web/css/components/app-brand.css
Normal file
31
web/css/components/app-brand.css
Normal file
@@ -0,0 +1,31 @@
|
||||
.brand {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
img.brand-logo {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
object-fit: contain;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.brand-name {
|
||||
line-height: 1;
|
||||
font-weight: bold;
|
||||
color: var(--app-contrast);
|
||||
}
|
||||
|
||||
.brand-info {
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.brand-slogan {
|
||||
font-size: 0.85em;
|
||||
color: var(--app-muted-color);
|
||||
}
|
||||
|
||||
.badge:empty {
|
||||
padding: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user