
| Current Path : /var/www/html/c12park/web/themes/contrib/bootstrap/scss/components/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/c12park/web/themes/contrib/bootstrap/scss/components/icons.scss |
/**
* @file
* Visual styles for icons.
*/
.icon-help {
background: url(/#{$bootstrap_path_images}help.png) 0 50% no-repeat;
/* LTR */
padding: 1px 0 1px ($spacer * 1.5);
/* LTR */
}
[dir="rtl"] .icon-help {
background-position: 100% 50%;
padding: 1px ($spacer * 1.5) 1px 0;
}
.feed-icon {
@include svg-icon-replace(rss-fill, $orange, $orange, $font-size-base);
}