| | |
| | | @use "../../styles/variables.scss" as *; |
| | | |
| | | .graph { |
| | | & > h3 { |
| | | font-size: 1rem; |
| | | margin: 0 |
| | | margin: 0; |
| | | } |
| | | |
| | | & > .graph-outer { |
| | |
| | | top: 0; |
| | | right: 0; |
| | | border-radius: 4px; |
| | | background-color: transparent; |
| | | background-color: transparent; |
| | | transition: background-color 0.5s ease; |
| | | cursor: pointer; |
| | | &:hover { |
| | |
| | | top: 0; |
| | | width: 100vw; |
| | | height: 100%; |
| | | overflow: scroll; |
| | | backdrop-filter: blur(4px); |
| | | display: none; |
| | | overflow: hidden; |
| | | |
| | | &.active { |
| | | display: inline-block; |
| | |
| | | |
| | | & > #global-graph-container { |
| | | border: 1px solid var(--lightgray); |
| | | background-color: var(--light); |
| | | background-color: var(--light); |
| | | border-radius: 5px; |
| | | box-sizing: border-box; |
| | | position: fixed; |
| | |
| | | transform: translate(-50%, -50%); |
| | | height: 60vh; |
| | | width: 50vw; |
| | | |
| | | @media all and (max-width: $fullPageWidth) { |
| | | width: 90%; |
| | | } |
| | | } |
| | | } |
| | | } |