taiga-front/app/styles/modules/wiki-summary.scss

25 lines
448 B
SCSS

.wiki-summary {
@include clearfix();
figure {
float: left;
margin-right: .5rem;
vertical-align: sub;
width: 32px;
}
.username-edition {
width: 240px;
span {
display: block;
float: none;
}
.username {
@extend %large;
color: $fresh-taiga;
}
}
.button {
color: $white;
float: right;
}
}