23 lines
448 B
SCSS
23 lines
448 B
SCSS
.homegrade-blocks-focus-point-bullet-panel-preview {
|
|
width: 40px;
|
|
height: 40px;
|
|
background: red;
|
|
color: white;
|
|
border-radius: 50%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-weight: 800;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.homegrade-blocks-focus-point {
|
|
position: absolute !important;
|
|
}
|
|
|
|
.components-panel__body .homegrade-blocks-focus-point-bullet {
|
|
position: static !important;
|
|
margin-top: -16px;
|
|
margin-bottom: 10px;
|
|
}
|