mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 13:20:43 +00:00
Initial version of record audits
This commit is contained in:
@ -293,3 +293,21 @@ input[type="search"]::-webkit-search-results-decoration { display: none; }
|
||||
color: blue;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
|
||||
.auditGroupBlock
|
||||
{
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.auditGroupBlock .singleAuditBlock::before
|
||||
{
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 2rem;
|
||||
left: 19px;
|
||||
height: calc(100% - 60px);
|
||||
z-index: 1;
|
||||
opacity: 1;
|
||||
border-right: 0.0625rem solid rgb(222, 226, 230);
|
||||
}
|
Reference in New Issue
Block a user