42304a8e27
refs #163
18 lines
210 B
SCSS
18 lines
210 B
SCSS
header#topbar section#user-account {
|
|
|
|
button {
|
|
margin-left: 1.5rem;
|
|
}
|
|
|
|
button + button {
|
|
margin-left: 0.6rem;
|
|
}
|
|
|
|
@include media-max(small) {
|
|
.anonymous {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
}
|