mirror of
https://github.com/safing/web
synced 2025-09-01 10:39:03 +00:00
79 lines
1.3 KiB
SCSS
79 lines
1.3 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 !important;
|
|
border-radius: 35px !important;
|
|
}
|
|
}
|
|
padding-bottom: 20px;
|
|
font-size: 1rem;
|
|
.twitch.icon {
|
|
color: #4b367c;
|
|
}
|
|
.twitter.icon {
|
|
color: #1da1f2;
|
|
}
|
|
.github.icon {
|
|
color: black;
|
|
}
|
|
.discourse.icon {
|
|
color: green;
|
|
}
|
|
.rss.icon {
|
|
color: #a0a5ae;
|
|
}
|
|
.envelope.icon {
|
|
color: $primary;
|
|
}
|
|
}
|