UNPKG

@geode/vease

Version:

Desktop and cloud software for data visualization

61 lines (48 loc) 729 B
@import "@fontsource/michroma"; * { font-family: "Roboto", sans-serif; user-select: none; } body { overflow: hidden; } img { pointer-events: none; } p { color: rgb(60, 153, 131) } h2 { font-family: "Michroma", sans-serif; color:white; } .custom-background { background: linear-gradient( 135deg, rgba(56, 157, 133, 1) 0%, rgb(60, 153, 131) 50%, rgb(20, 19, 19) 100% ); } .icon-style { border-radius: 20%; background-color: #ffffff26; } .icon-style:hover { background-color: #ffffff4d; } .title-text { font-size: 30px; font-weight: 100; } .drop-zone { width: 5%; padding: 30px; min-height: 10px; } .drag-el { padding: 6px; } .drag-el:last-child { margin-bottom: 0; }