151 lines
3.6 KiB
CSS
151 lines
3.6 KiB
CSS
/* Aether Modules: Other */
|
|
|
|
/* *** BEGIN *** System Modules *** Event *** */
|
|
/* *** BEGIN *** System Modules *** Event: Meeting *** */
|
|
/* Event: Meeting */
|
|
.meeting_view {
|
|
background: pink;
|
|
border: dashed thin deeppink;
|
|
height: 5rem;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.meeting_view:hover {
|
|
height: 100%;
|
|
}
|
|
|
|
.meetings_overview {
|
|
font-size: smaller;
|
|
}
|
|
/* *** END *** System Modules *** Event: Meeting *** */
|
|
|
|
/* *** BEGIN *** Other Modules *** Event: Badge search *** */
|
|
.event_badge_main .event_badge_options {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
align-content: center;
|
|
}
|
|
|
|
.event_badge.search_and_results {
|
|
display: flex;
|
|
flex-direction: column;
|
|
/* flex-wrap: wrap; */
|
|
|
|
justify-content: flex-start;
|
|
align-items: stretch;
|
|
align-content: stretch;
|
|
|
|
/* max-width: 100vw; */
|
|
}
|
|
|
|
.event_badge .search_options {
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: stretch; /* space-evenly stretch */
|
|
align-items: flex-start;
|
|
align-content: stretch;
|
|
}
|
|
|
|
.event_badge .search_results {
|
|
|
|
}
|
|
|
|
.event_badge .qr_scanner_form {
|
|
flex-grow: 1;
|
|
flex-shrink: 1;
|
|
flex-basis: 45%;
|
|
}
|
|
.event_badge .search_form {
|
|
/*outline: solid thin red;*/
|
|
|
|
flex-grow: 1;
|
|
flex-shrink: 1;
|
|
flex-basis: 45%;
|
|
}
|
|
|
|
.event_badge .search_form legend {
|
|
text-align: center;
|
|
}
|
|
|
|
.event_badge .search_fields {
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: space-evenly;
|
|
align-items: stretch;
|
|
align-content: stretch;
|
|
}
|
|
/* *** END *** Other Modules *** Event: Badge search *** */
|
|
|
|
/* *** BEGIN *** Other Modules *** Event: Badge view *** */
|
|
.event_badge_wrapper {
|
|
/* outline: solid thin pink; */
|
|
}
|
|
|
|
.event_badge_options {
|
|
/*position: fixed;
|
|
top: 1rem;
|
|
left: 1rem;
|
|
margin: 3rem;*/
|
|
}
|
|
/* *** END *** Other Modules *** Event: Badge view *** */
|
|
|
|
/* x-Small devices (portrait phones, less than 576px) */
|
|
@media (max-width: 575px) {
|
|
|
|
}
|
|
|
|
/* Small devices (landscape phones, less than 768px) */
|
|
@media (max-width: 767px) {
|
|
.event_badge .search_results {
|
|
font-size: smaller;
|
|
}
|
|
}
|
|
|
|
/* *** END *** System Modules *** Event *** */
|
|
|
|
|
|
|
|
/* Aether System Objects Styles */
|
|
|
|
/* *** BEGIN *** System Objects *** All Objects *** */
|
|
.mod__event_registration .purp__obj_li header {
|
|
border-bottom: solid medium hsl(var(--hue-default),var(--saturation-least),var(--lum-light));
|
|
}
|
|
|
|
.mod__event_registration .purp__view.obj__product {
|
|
margin: 1rem 0rem;
|
|
padding: 1rem 0rem;
|
|
/*border-top: solid thin hsl(var(--hue-default),var(--saturation-least),var(--lum-darkest));*/
|
|
border-bottom: solid thin hsl(var(--hue-default),var(--saturation-least),var(--lum-light));
|
|
}
|
|
|
|
|
|
.mod__fundraising .purp__obj_li header {
|
|
border-bottom: solid medium hsl(var(--hue-default),var(--saturation-least),var(--lum-light));
|
|
}
|
|
|
|
.mod__fundraising .purp__view.obj__product {
|
|
margin: 1rem 0rem;
|
|
padding: 1rem 0rem;
|
|
/*border-top: solid thin hsl(var(--hue-default),var(--saturation-least),var(--lum-darkest));*/
|
|
border-bottom: solid thin hsl(var(--hue-default),var(--saturation-least),var(--lum-light));
|
|
}
|
|
|
|
.mod__membership .purp__obj_li header {
|
|
border-bottom: solid medium hsl(var(--hue-default),var(--saturation-least),var(--lum-light));
|
|
}
|
|
|
|
.mod__membership .purp__view.obj__product {
|
|
margin: 1rem 0rem;
|
|
padding: 1rem 0rem;
|
|
/*border-top: solid thin hsl(var(--hue-default),var(--saturation-least),var(--lum-darkest));*/
|
|
border-bottom: solid thin hsl(var(--hue-default),var(--saturation-least),var(--lum-light));
|
|
}
|
|
|