2025-04-16 16:13:31 +02:00

26 lines
476 B
CSS

/**
* Palantics Tracking Block Styles
*/
.palantics-tracking-block-wrapper {
border: 1px dashed #007cba;
padding: 10px;
position: relative;
}
.palantics-tracking-block-notice {
background: #007cba;
color: white;
padding: 5px 10px;
font-size: 12px;
position: absolute;
top: 0;
right: 0;
border-bottom-left-radius: 4px;
display: flex;
align-items: center;
}
/* Frontend styles */
/*
.palantics-tracking-wrapper {
} */