adjust padding
This commit is contained in:
parent
47cd7660ab
commit
27a263142f
1 changed files with 3 additions and 1 deletions
|
|
@ -183,12 +183,14 @@ popover > contents {
|
||||||
|
|
||||||
window.Bar {
|
window.Bar {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
padding: 4px;
|
padding: 8px 8px 2px 8px;
|
||||||
|
|
||||||
> centerbox {
|
> centerbox {
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
|
||||||
background-color: $base300;
|
background-color: $base300;
|
||||||
|
border: 2px solid $base100;
|
||||||
|
box-shadow: 0 0 10px rgba($color: $base100, $alpha: 0.5);
|
||||||
// background: rgba($color: $base300, $alpha: 0.75);
|
// background: rgba($color: $base300, $alpha: 0.75);
|
||||||
// border-bottom: 4px solid $base200;
|
// border-bottom: 4px solid $base200;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue