oliverdavies.uk/assets/sass/base/images.sass

13 lines
175 B
Sass
Raw Normal View History

2018-12-07 22:45:27 +00:00
img
2018-12-18 22:57:51 +00:00
&.with-border
@apply border border-solid border-grey-light
2018-12-07 22:45:27 +00:00
2018-12-18 22:57:51 +00:00
&.with-padding
@apply p-1
2018-12-07 22:45:27 +00:00
2018-12-18 22:57:51 +00:00
&.avatar
@apply border p-1 rounded-full
2018-12-07 22:45:27 +00:00
svg
2018-12-18 22:57:51 +00:00
fill: currentColor