12 lines
131 B
SCSS
12 lines
131 B
SCSS
header#topbar section#user-account {
|
|
|
|
button {
|
|
margin-left: 1.5rem;
|
|
}
|
|
|
|
button + button {
|
|
margin-left: 0.6rem;
|
|
}
|
|
|
|
}
|