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.
52 lines (44 loc) • 751 B
CSS
.stepContainer {
display: flex;
align-items: center;
text-transform: capitalize;
}
.stepIcon {
font-family: "Arial", sans-serif;
font-size: 13px;
width: 28px;
height: 28px;
border-radius: 50%;
align-items: center;
justify-content: center;
display: flex;
border: solid 1px #1b3764;
}
.stepIconRow {
margin-bottom: 11px;
}
.stepLabel {
font-size: 18px;
font-family: "Roboto", sans-serif;
flex-wrap: wrap;
}
.stepLabelColumn {
padding-left: 30px;
}
.completedStepIcon {
background-color: #1b3764;
color: #fff;
border: solid 1px #d7d7d7;
}
.stepDivider {
width: 0px;
height: 48px;
margin: 4px;
margin-left: 14px;
}
.stepDividerRow {
width: 48px;
height: 0px;
margin: 4px;
margin-top: 14px;
}