This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/assets/sass/base/images.sass

15 lines
208 B
Sass
Raw Normal View History

2018-12-07 22:45:27 +00:00
img
2018-12-29 02:13:20 +00:00
&.has-border,
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-29 02:13:20 +00:00
&.has-padding,
2018-12-18 22:57:51 +00:00
&.with-padding
2018-12-29 02:13:20 +00:00
@apply p-2
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