32 lines
622 B
SCSS
32 lines
622 B
SCSS
.wiki-summary {
|
|
@include clearfix();
|
|
figure {
|
|
float: left;
|
|
margin-right: .5rem;
|
|
vertical-align: sub;
|
|
width: 32px;
|
|
}
|
|
ul {
|
|
align-items: flex-start;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: flex-start;
|
|
}
|
|
.username-edition {
|
|
min-width: 240px;
|
|
span {
|
|
display: block;
|
|
float: none;
|
|
}
|
|
.username {
|
|
@extend %large;
|
|
color: $fresh-taiga;
|
|
white-space: nowrap;
|
|
}
|
|
}
|
|
.button {
|
|
color: $white;
|
|
float: right;
|
|
}
|
|
}
|