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