taiga-front/app/styles/modules/common/external-reference.scss

30 lines
562 B
SCSS

.blocked {
.external-reference {
color: $white;
a {
color: $white;
transition: color .3s linear;
&:hover {
color: $red-light;
}
}
}
}
.external-reference {
@extend %small;
color: $gray-light;
margin-top: .5rem;
a {
border-left: 1px solid $gray-light;
padding: 0 .2rem;
transition: color .3s linear;
&:hover {
color: $green-taiga;
}
&:first-child {
border: 0;
}
}
}