Files
grecia/app/assets/stylesheets/sdg/help.scss
taitus d26607183e Add sdg help page
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>
2021-03-02 14:45:18 +01:00

15 lines
181 B
SCSS

.sdg-help-content {
@include grid-column-gutter;
> .tabs {
@extend %sdg-goal-list-expanded;
li {
&:focus {
outline: $outline-focus;
}
}
}
}