fix(elements): Improved styling consistency across several components
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user