Files
runosaari/styles/Shared.module.scss
2022-06-18 12:27:55 +03:00

20 lines
284 B
SCSS

.openingChevron {
background-color: transparent;
border: transparent;
cursor: pointer;
}
.openingChevron:hover {
svg {
color: rgb(117, 117, 117);
transition: color 0.3s;
}
}
.page {
text-align: center;
margin-bottom: 8rem;
width: 47rem;
max-width: 100%;
}