Add style to Photo Viewer page
This commit is contained in:
@@ -6,4 +6,14 @@
|
||||
fill: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
&--pink {
|
||||
path {
|
||||
fill: $color-secondary;
|
||||
}
|
||||
}
|
||||
|
||||
&--flip {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user