@shakthillc/components
Version:
React generic components for shakthi products
28 lines (24 loc) • 428 B
CSS
.font-styling {
font-size: 14px;
font-weight: 500;
font-style: normal;
font-stretch: normal;
line-height: 1.43;
letter-spacing: normal;
-moz-appearance: none;
-webkit-appearance: none;
}
.anchor {
composes: font-styling;
color: #2773ff;
}
.anchor:hover {
color: #2368e6;
}
.anchor-disabled {
composes: font-styling;
composes: anchor;
cursor: not-allowed;
opacity: 0.5;
pointer-events: none;
}