x x x
Only portrait mode is currently supported - please rotate your device.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTML
<link rel="stylesheet" type="text/css" href="https://gsvlabs-confluence-files.s3-us-west-2.amazonaws.com/stylesheets/ESG/eventsDashboardStylesheet.css" />

<script type="text/javascript" src="https://gsvlabs-confluence-files.s3-us-west-2.amazonaws.com/js/esg/eventsDashboardScript.js?v=1"></script>

<style>
.wiki-content .ev-banner-container .ev-banner-title .card-title {
	background-image: unset !important;
	-webkit-background-clip: unset !important;
	background-clip: unset !important;
	color: var(--primary-color)black !important;
}

.countryFilterContainer #country-placeholder {
    height: 45px;
    min-height: 45px;
    margin: 0px;
    text-align: left;
    width: calc(100% - 40px);
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.69);
    padding: 0px 20px;
    cursor: text;
    position: relative;
    align-items: center;
    background: #1f1f1f;
    border: none;
}
.countryFilterContainer {
	justify-content: center !important;
}
.countryFilterContainer #country-clear-button {
    position: absolute;
    right: 0px;
}

.attendees {
	display: none;
}

@media screen and (max-width: 640px) {
.filtersContainer {
	justify-content: center;
}
}
</style>

...