In this page we will render a list of clickable Goals icons that will show their targets and related local targets Co-authored-by: Senen <senenrodero@gmail.com>
15 lines
181 B
SCSS
15 lines
181 B
SCSS
.sdg-help-content {
|
|
@include grid-column-gutter;
|
|
|
|
> .tabs {
|
|
@extend %sdg-goal-list-expanded;
|
|
|
|
li {
|
|
|
|
&:focus {
|
|
outline: $outline-focus;
|
|
}
|
|
}
|
|
}
|
|
}
|