Update webinar and workshop content with new details and styles
Enhanced webinars and workshops sections with updated schedules, new descriptions, and recorded session details. Adjusted styles for improved responsiveness, layout clarity, and a better user experience across devices.
This commit is contained in:
@@ -46,6 +46,10 @@
|
||||
max-height: 0;
|
||||
overflow: hidden;
|
||||
transition: max-height 0.3s ease, padding 0.3s ease;
|
||||
&.active{
|
||||
overflow: visible;
|
||||
padding-bottom: 7px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.custom-faq-answer.active {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#nextcloud-form {
|
||||
width: 100%;
|
||||
border: none;
|
||||
min-height: 3600px;
|
||||
min-height: 2240px;
|
||||
transition: height .3s ease;
|
||||
color-scheme: dark;
|
||||
|
||||
@@ -50,6 +50,14 @@
|
||||
}
|
||||
}
|
||||
|
||||
.satag--webinar-location {
|
||||
margin-left: 30px;
|
||||
i{
|
||||
margin-left: -27px;
|
||||
padding-right: 6px;
|
||||
}
|
||||
}
|
||||
|
||||
.satag--webinar-course {
|
||||
margin-bottom: 0.25rem;
|
||||
}
|
||||
|
||||
@@ -92,6 +92,11 @@
|
||||
}
|
||||
|
||||
|
||||
.satag--webinar-form-container{
|
||||
#nextcloud-form {
|
||||
min-height: 2260px !important;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -96,4 +96,16 @@
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
@media (max-width: 620px){
|
||||
.satag--webinar-form-container{
|
||||
#nextcloud-form {
|
||||
min-height: 2680px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user