open-consul/ui/packages/consul-ui/app/components/auth-form/skin.scss

13 lines
357 B
SCSS

%auth-form-hr {
text-transform: uppercase;
}
%auth-form-hr::before {
border-top: 1px solid rgb(var(--tone-gray-200));
}
/* This is to mask off the hr so it has a space */
/* in the center so if the background color of what the */
/* line is on is different, then this should be different */
%auth-form-hr span {
background-color: rgb(var(--white));
}