@import "@Themes/constants.scss"; .root { display: flex; position: relative; width: fit-content; margin: auto; height: 83px; padding: 10px 16px; .content { margin: auto; } .underline { width: 100%; height: 3px; background-color: var(--color-generic-white); position: absolute; bottom: 0; left: 0; &[data-active="true"] { background-color: var(--color-generic-black); } } &.desactivated { cursor: not-allowed; } }