summaryrefslogtreecommitdiff
path: root/_sass/additional/_photo-frame.scss
diff options
context:
space:
mode:
Diffstat (limited to '_sass/additional/_photo-frame.scss')
-rw-r--r--_sass/additional/_photo-frame.scss17
1 files changed, 0 insertions, 17 deletions
diff --git a/_sass/additional/_photo-frame.scss b/_sass/additional/_photo-frame.scss
deleted file mode 100644
index 55a30c7..0000000
--- a/_sass/additional/_photo-frame.scss
+++ /dev/null
@@ -1,17 +0,0 @@
-.article__content {
- img.shadow, .shadow > img {
- @include box-shadow();
- }
-
- img.border, .border > img {
- border: 1px solid $border-color-l;
- }
-
- img.rounded, .rounded > img {
- border-radius: map-get($base, border-radius);
- }
-
- img.circle, .circle > img {
- border-radius: 50%;
- }
-}