mirror of
https://github.com/safing/web
synced 2025-09-01 18:49:06 +00:00
107 lines
1.7 KiB
SCSS
107 lines
1.7 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 {
|
|
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;
|
|
// border-top: $primary 3px solid !important;
|
|
// margin: 0 25%;
|
|
|
|
}
|
|
.community-snippet .ui.basic.segment {
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
}
|
|
// .community-snippet .ui.button {
|
|
// color: $white !important;
|
|
// background-color: $secondary !important;
|
|
// box-shadow: 0 0 0 -1px;
|
|
// margin: 5px;
|
|
// &:hover {
|
|
// background-color: $fill_dark !important;
|
|
//
|
|
// }
|
|
// }
|
|
|
|
.community-hub .ui.button{
|
|
width: 100%;
|
|
border-radius: 92px;
|
|
margin: 1rem 0;
|
|
|
|
|
|
|
|
|
|
|
|
// 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;
|
|
}
|
|
}
|