UNPKG

glide-design-system

Version:

Glide design system is an open-source React component library. It offers numerous benefits that make them essential tools for design and development teams.

65 lines (54 loc) 1.13 kB
.parentContainer { margin: 20px; border: 1px solid #ddd; } .dayViewContainer { display: flex; margin: 10px; justify-content: space-between; } .dayCalander { width: 220px; display: flex; border: 1px solid #ddd; border-radius: 5px; } .daySymbolStyles { margin-top: 12px; font-size: 30px; cursor: pointer; } .weekViewContainer { width: 280px; display: flex; border: 1px solid #ddd; height: 60px; align-items: center; font-size: 20px; border-radius: 5px; } .weekSymbolStyles { margin-top: 3px; font-size: 30px; cursor: pointer; } .btnContainer { display: flex; align-items: center; } .rs-picker-toggle { border: none !important; } @supports not (color: rgb(255, 255, 255)) { :root { --rs-state-focus-shadow: none !important; } } .rs-theme-light { -rs-state-focus-shadow: none !important; } @supports (color: rgb(255, 255, 255)) { .rs-theme-light { -rs-state-focus-shadow: none !important; } }