Add spacing between toggle buttons and source dropdown

pull/4403/head
Alirie Gray 2018-09-10 11:57:30 -07:00
parent deda6c936b
commit b104ae2341
1 changed files with 8 additions and 0 deletions

View File

@ -15,4 +15,12 @@
color: $g13-mist;
@include no-user-select();
}
.dropdown {
margin: 5px;
}
.radio-buttons {
margin: 5px;
}
}