diff --git a/assets/styles/common.sass b/assets/styles/common.sass index 7a482d61..98070ebf 100644 --- a/assets/styles/common.sass +++ b/assets/styles/common.sass @@ -98,3 +98,9 @@ $types: "blogger", "buffer", "evernote", "facebook", "flipboard", "getpocket", " @each $type in $types &[data-network="#{$type}"] display: inline-block !important + +$icon: "%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='grey' d='m12 13.171l4.95-4.95l1.414 1.415L12 16L5.636 9.636L7.05 8.222z'/%3E%3C/svg%3E" + +.ivu-icon-ios-arrow-down:before + content: url("data:image/svg+xml,#{$icon}") +