12 lines
123 B
SCSS
12 lines
123 B
SCSS
.Link {
|
|
color: inherit;
|
|
|
|
&:hover {
|
|
color: inherit;
|
|
|
|
&.GroupCallLink {
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
}
|