mirror of
https://github.com/safing/web
synced 2025-09-01 18:49:06 +00:00
70 lines
1.1 KiB
SCSS
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 {
|
|
|
|
}
|