14115 SIPs events on summary page

This commit is contained in:
2025-02-19 15:00:25 +00:00
parent e1444887cb
commit ae5c0b4e39
10 changed files with 310 additions and 1 deletions
+24
View File
@@ -2932,4 +2932,28 @@ ul.subFieldList {
.ql-snow .ql-tooltip {
z-index: 1000;
}
.eventContainer {
display: flex;
margin-bottom: 20px;
border-bottom: 1px solid $lightgrey_semi;
padding-bottom: 10px;
@media screen and (max-width: 768px) {
display: block;
padding-bottom: 10px;
}
.eventColumn {
line-height: 1.5;
width: 25%;
@media screen and (max-width: 768px) {
width: 100%;
}
}
}