Add style to Photo Viewer page

This commit is contained in:
2021-10-19 12:22:04 +02:00
parent 1aaa12f435
commit ab9b0e1a59
8 changed files with 221 additions and 25 deletions

View File

@@ -6,4 +6,14 @@
fill: #fff;
}
}
&--pink {
path {
fill: $color-secondary;
}
}
&--flip {
transform: rotate(180deg);
}
}