Only portrait mode is currently supported - please rotate your device.
Page History
...
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; -webkit-text-fill-color: unset !important; color: var(--primary-color) !important;*/ background-image : linear-gradient(95deg, #ffd966 -5%, #f1bd3d 32%, #be9001 76%); } .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> |
...