universal popover styling
This commit is contained in:
parent
ecc664bcaf
commit
ab98ce6b79
1 changed files with 9 additions and 14 deletions
23
style.scss
23
style.scss
|
|
@ -44,6 +44,15 @@ label {
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
popover > contents {
|
||||||
|
all: initial;
|
||||||
|
|
||||||
|
padding: 4px 12px;
|
||||||
|
border-radius: 8px;
|
||||||
|
border: 4px solid $crust;
|
||||||
|
background: rgba($color: $base, $alpha: 0.75);
|
||||||
|
}
|
||||||
|
|
||||||
.no-styles {
|
.no-styles {
|
||||||
all: initial;
|
all: initial;
|
||||||
|
|
||||||
|
|
@ -108,15 +117,6 @@ label {
|
||||||
}
|
}
|
||||||
|
|
||||||
.WirePlumberMenu {
|
.WirePlumberMenu {
|
||||||
contents {
|
|
||||||
all: initial;
|
|
||||||
|
|
||||||
padding: 4px 12px;
|
|
||||||
border-radius: 8px;
|
|
||||||
border: 4px solid $crust;
|
|
||||||
background: rgba($color: $base, $alpha: 0.75);
|
|
||||||
}
|
|
||||||
|
|
||||||
arrow {
|
arrow {
|
||||||
all: initial;
|
all: initial;
|
||||||
}
|
}
|
||||||
|
|
@ -159,11 +159,6 @@ label {
|
||||||
border: 3px solid $rosewater;
|
border: 3px solid $rosewater;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
padding: 4px 12px;
|
|
||||||
border-radius: 8px;
|
|
||||||
border: 4px solid $crust;
|
|
||||||
background: rgba($color: $base, $alpha: 0.75);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
arrow {
|
arrow {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue