@zohodesk/dot
Version:
In this Library, we Provide Some Basic Components to Build Your Application
16 lines (15 loc) • 445 B
CSS
.container {
composes: dInflex alignVertical from '~@zohodesk/components/es/common/common.module.css';
color: var(--zdt_headerlink_text);
font-size: var(--zd_font_size12) ;
margin-inline-end: var(--zd_size15) ;
}
.icon {
margin-inline-end: var(--zd_size5) ;
}
.container:hover .text {
border-bottom: 1px solid var(--zdt_headerlink_hover_text);
}
.text {
composes: dotted from '~@zohodesk/components/es/common/common.module.css';
}