You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
706 B

.ce-header-indicator>div {
padding: 3px 6px;
color: #000000;
font-size: 12px;
background: rgb(218 231 252);
position: absolute;
transform-origin: 0 0;
}
.ce-header-indicator-border__top,
.ce-header-indicator-border__bottom,
.ce-header-indicator-border__left,
.ce-header-indicator-border__right {
display: block;
position: absolute;
}
.ce-header-indicator-border__top {
border-top: 2px dashed rgb(238, 238, 238);
}
.ce-header-indicator-border__bottom {
border-top: 2px dashed rgb(238, 238, 238);
width: 100%;
}
.ce-header-indicator-border__left {
border-left: 2px dashed rgb(238, 238, 238);
}
.ce-header-indicator-border__right {
border-right: 2px dashed rgb(238, 238, 238);
}