Current section
Files
Jump to
Current section
Files
assets/css/modules/_suntime.scss
$color: #EC6E4C;
.snowhite-modules-suntime {
font-family: $font-family-sans;
h2 {
font-size: 0.9em;
color: darken($white, 30%);
margin-bottom: 1em;
}
.times {
display: flex;
justify-content: flex-end;
margin-bottom: 1em;
& > div {
display: flex;
flex-direction: column;
&:first-child {
margin-right: 1.5em;
}
}
svg {
fill: $color;
height: 3em;
}
}
}