safing-web/_sass/_community.scss
2018-09-19 12:54:19 +02:00

70 lines
1.1 KiB
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-snippet a {
color: $white !important;
}
.community-snippet .ui.divider {
border-top: $primary 3px solid !important;
margin: 0 25%;
}
.community-snippet .ui.basic.segment {
margin: 0 !important;
padding: 0 !important;
}
.community-snippet .ui.basic.button {
color: $white !important;
box-shadow: 0 0 0 -1px;
margin: 5px;
&:hover {
background-color: $secondary !important;
}
}
.community-hub {
a {
color: $color_mine_shaft_approx;
&:hover {
text-decoration: none;
}
&:hover > div {
background-color: $color_gallery_approx;
border-radius: 35px;
}
}
padding-bottom: 20px;
font-size: 1rem;
}
.twitch {
}
.twitter {
}