safing-web/_sass/_community.scss
2019-09-13 14:40:31 +02:00

65 lines
790 B
SCSS

.community-snippet {
p{
margin: 0;
}
h2{
margin: 0;
}
a {
color: $white !important;
}
}
.community-snippet .ui.mobile.only{
p{
padding: 2px 0;
}
h2{
padding: 5px 0 25px 0;
}
}
.community-snippet .ui.divider {
color: $primary;
margin: 0 14%;
border-top: solid !important;
}
.community-snippet .ui.basic.segment {
margin: 0 !important;
padding: 0 !important;
}
.community-hub .ui.button {
width: 100%;
border-radius: 92px;
margin: 1rem 0;
.twitch.icon {
color: #4b367c;
}
.twitter.icon {
color: #1da1f2;
}
.github.icon {
color: black;
}
.reddit.icon {
color: #ff4301;
}
.discourse.icon {
color: green;
}
.rss.icon {
color: #a0a5ae;
}
.envelope.icon {
color: #c16f6f;
}
}