fix(elements): Improved styling consistency across several components

This commit is contained in:
2025-01-16 00:28:47 +01:00
parent fb15f62189
commit 1e091ec600
6 changed files with 19 additions and 11 deletions

View File

@@ -11,10 +11,10 @@ export class ConsentsoftwareHeader extends LitElement {
public static styles = css`
:host {
display: block;
line-height: 2em;
line-height: 3em;
text-align: center;
font-family: ${shared.fontStack};
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
}
.heading {