Select Git revision
-
Stephane Glondu authored
git ls-files|xargs sed -i -r 's/(\W|^)auth(\W|$)/\1helios_auth\2/g'
Stephane Glondu authoredgit ls-files|xargs sed -i -r 's/(\W|^)auth(\W|$)/\1helios_auth\2/g'
switch.pcss 304 B
.switch {
@apply inline-flex;
}
.switch__item {
@apply py-4 px-8 bg-grey-150 mr-2 font-alt font-normal text-xl text-white text-center cursor-pointer;
&:hover {
@apply no-underline bg-grey-400;
}
&.switch__item--active,
&.switch__item--active:hover {
@apply bg-turquoise-500;
}
}