Add blue beta dot to the space panel create button
This commit is contained in:
parent
1272b375d5
commit
f98de18427
2 changed files with 19 additions and 1 deletions
|
@ -100,6 +100,16 @@ $activeBorderColor: $secondary-fg-color;
|
|||
}
|
||||
}
|
||||
|
||||
.mx_SpaceItem_new {
|
||||
position: relative;
|
||||
|
||||
.mx_BetaDot {
|
||||
position: absolute;
|
||||
left: 33px;
|
||||
top: -5px;
|
||||
}
|
||||
}
|
||||
|
||||
.mx_SpaceItem:not(.hasSubSpaces) > .mx_SpaceButton {
|
||||
margin-left: $gutterSize;
|
||||
min-width: 40px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue