mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-01 21:47:16 +00:00
26 lines
559 B
SCSS
26 lines
559 B
SCSS
@import 'admin/plugins/font-awesome';
|
|
|
|
// Some fixes for fontwesome stylesheets
|
|
[class^="icon-"], [class*=" icon-"] {
|
|
&:before {
|
|
padding-right: 5px;
|
|
}
|
|
|
|
&.button, &.icon_link {
|
|
width: auto;
|
|
|
|
&:before {
|
|
padding-top: 3px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.icon-email:before { @extend .icon-envelope:before }
|
|
.icon-resume:before { @extend .icon-refresh:before }
|
|
|
|
.icon-cancel:before,
|
|
.icon-void:before { @extend .icon-remove:before }
|
|
|
|
.icon-capture:before { @extend .icon-ok:before }
|
|
.icon-credit:before { @extend .icon-ok:before }
|