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);
|
||||
}
|
||||
}
|
||||
15
src/style/atoms/_button-circle.scss
Normal file
15
src/style/atoms/_button-circle.scss
Normal file
@@ -0,0 +1,15 @@
|
||||
.button-circle {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 56px;
|
||||
height: 56px;
|
||||
background-color: #fff;
|
||||
border-radius: 100vh;
|
||||
|
||||
& > * {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
object-fit: contain;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user