fediparty/themes/starter/source/assets/scss/modules/_network.scss

49 lines
600 B
SCSS
Raw Normal View History

2018-03-12 19:31:14 +00:00
.network h2 {
text-transform: uppercase;
}
.network .section-title {
position: relative;
}
.network aside {
position: absolute;
right: 0;
top: -1em;
line-height: 1.5;
text-align: right;
}
2018-08-23 22:18:07 +00:00
.network .connections li {
margin-right: .3em;
}
.connections .section-list {
margin-top: -.4em;
}
svg.f-highlight {
position: relative;
width: 18px;
height: 18px;
top: .2em;
right: .2em;
}
.server-list {
margin-left: 1.3em;
}
img.mascot {
display: inline-block;
margin: 0 .2em;
2018-03-17 01:28:25 +00:00
}
2018-03-12 19:31:14 +00:00
@media screen and (max-width: $mq-small) {
.network aside {
display: none;
}
}