1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- #gui .pinBottom.right {
- /* height: 60px; */
- display: flex;
- align-items: end;
- }
- .pinBottom-container.drawerOpen {
- bottom: 0;
- }
- #drawer-container.drawerOpen #drawer.open {
- height: 140px;
- }
- #drawer-container.drawerOpen #drawer.open.noScroll,
- #drawer.open.noScroll.playing {
- height: 137px;
- }
- #thumb-container .thumbImg .overlay {
- color: #fff;
- }
- #thumb-container .active .overlay {
- color: #D6B970;
- }
- #thumb-container .active > img {
- border: 3px solid #D6B970;
- }
- #drawer {
- background-color: #911212;
- border-radius: 30px 30px 0 0;
- }
- #drawer .darkGlass {
- background-color: transparent;
- }
- #progressBar .step.active::before,
- #progressBar .step.recent::before {
- background-color: #D6B970;
- }
- #popup {
- background: none;
- }
- #popup .popup-content {
- overflow: hidden;
- }
- #cad path {
- stroke-width: 0.5;
- fill: #911212;
- stroke: #fff;
- }
- #ele1 circle {
- fill: #911212;
- r: 1;
- }
- #share-modal {
- display: none !important;
- }
- @media screen and (max-width: 1000px) {
- #drawer.open.noScroll {
- height: 118px !important;
- }
- #scrollFrame {
- padding: 8px 15px 0;
- }
- #scrollFrame .thumbImg .overlay {
- font-size: 12px;
- }
- #closepop {
- top: 4px;
- right: 4px;
- }
- }
|