CE-1554: added ability to overlay html over a block widget

This commit is contained in:
Tim Chamberlain
2024-08-20 15:42:58 -05:00
parent 4230f34b15
commit 4533815535
2 changed files with 44 additions and 10 deletions

View File

@ -787,3 +787,20 @@ input[type="search"]::-webkit-search-results-decoration
{
margin: 2rem 1rem;
}
/* default styles for a block widget overlay */
.blockWidgetOverlay
{
font-weight: 400;
position: relative;
top: 15px;
height: 0;
display: flex;
font-size: 14px;
flex-direction: column;
align-items: center;
}
.blockWidgetOverlay a
{
color: #0062FF !important;
}