improve editor styling
This commit is contained in:
parent
c7602b0275
commit
b6249574b8
|
@ -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;
|
||||||
|
|
Reference in New Issue