We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
knowledgebase/apps/ui/src/UI/LinkLabelByGroup/styles.scss
Line 19 in fa99cc6
* `text-color` (Optional) defaults to white * `border-color` (Optional) defaults to text-color, if present, or transparent */ // TODO make configurable $groups: 'for-teachers/' 'Faculty', 'for-students/' 'Students' white Constants.$navbarColor, 'for-staff/' 'Staff', 'for-employees/' 'Faculty & Staff', 'for-department-heads/' 'Dept. Heads', 'for-it/' 'IT' gold black; @each $url, $label, $color, $text, $border in $groups { a[href$='#{$url}'] { .badge { background: $color or Constants.$navbarColor; border: solid 1px ($border or $text or transparent); .label::before {
The text was updated successfully, but these errors were encountered:
battis
No branches or pull requests
knowledgebase/apps/ui/src/UI/LinkLabelByGroup/styles.scss
Line 19 in fa99cc6
The text was updated successfully, but these errors were encountered: