Finish Photo viewer styling with responsive

This commit is contained in:
2021-10-25 15:45:12 +02:00
parent e830a18454
commit adc395b3f7
6 changed files with 249 additions and 80 deletions

View File

@@ -1,18 +1,15 @@
.arrow {
display: block;
// Colors
&--white {
path {
fill: #fff;
}
color: #fff;
}
&--pink {
path {
fill: $color-secondary;
}
color: $color-secondary;
}
// Variants
&--flip {
transform: rotate(180deg);
}