improve editor styling

This commit is contained in:
Ray Elliott 2022-07-18 19:14:26 +01:00
parent c7602b0275
commit b6249574b8
1 changed files with 1 additions and 14 deletions

View File

@ -9,20 +9,7 @@
align-items: center; align-items: center;
list-style: none; list-style: none;
padding: 16px; padding: 16px;
border: 1px solid #ccc; background-color: currentColor;
&::before {
z-index: 10;
content: "";
display: block;
position: relative;
left: 0;
right: 0;
width: 120px;
height: 120px;
border-radius: 50%;
background-color: currentColor;
}
> .orbital-content { > .orbital-content {
z-index: 20; z-index: 20;