palanticshelper/wordpress/tracking-block.css
2025-04-07 17:14:25 +02:00

21 lines
381 B
CSS

/**
* Tracking Block Styles
*/
.tracking-block-wrapper {
border: 1px dashed #007cba;
padding: 10px;
position: relative;
}
.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;
}