1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-08 04:59:08 +00:00
safing-web/_sass/_community.scss
2018-06-11 12:52:23 +02:00

44 lines
580 B
SCSS

.community-snippet {
.lead {
font-size: 1.7em;
}
aside {
background-color: $color_alabaster_approx;
}
hr {
max-width: 750px;
margin: 0 auto;
}
a {
color: $color_mine_shaft_approx;
&:hover > div {
background-color: $color_gallery_approx;
border-radius: 15px;
}
}
}
.community-hub {
a {
color: $color_mine_shaft_approx;
&:hover > div {
background-color: $color_gallery_approx;
border-radius: 35px;
}
}
padding-bottom: 20px;
}
.twitch {
color: #6441a5;
}
.twitter {
color: #00aced;
}