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.

40 lines (38 loc) 823 B
.mailContainer { border: 1px solid #ddd; border-radius: 5px; width: 350px; height: 40px; display: flex; align-items: center; } .inputField { margin-left: 10px; border: none; outline: none; width: 100%; min-height: 30px; align-self: center; } .headers { font-family: "Roboto", sans-serif; font-size: 14px; margin-bottom: 5px; display: flex; align-items: center; } .focused { border: 1px solid #0a5dc2; } .error{ font-family: "Roboto", sans-serif; font-size: 14px; display: flex; color:red } .required{ color: red; font-size: 20px; margin-left: 4px; margin-top: 2px; }