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

@@ -16,8 +16,6 @@ export class ConsentsoftwareMainSelection extends LitElement {
:host {
display: block;
position: relative;
border-top: 1px solid rgba(255, 255, 255, 0.1);
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.maincontainer {
@@ -28,7 +26,8 @@ export class ConsentsoftwareMainSelection extends LitElement {
.itemBox {
padding: 16px;
text-align: center;
border-right: 1px solid rgba(255, 255, 255, 0.1);
border-right: 1px solid;
border-image: radial-gradient(circle, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%) 1;
}
.itemBox:last-child {
border-right: none;