| changeset 5 | 5c91bfa8fcde |
| parent 2 | b52921a63e77 |
| child 12 | 48ddaa42b810 |
--- a/client/src/App.scss Tue May 23 16:42:07 2017 +0200 +++ b/client/src/App.scss Tue May 23 16:18:34 2017 +0200 @@ -18,6 +18,22 @@ font-size: large; } +.toolbar-menu { + padding: 1px 0 17px 18px; + margin: 0 -20px; + border-bottom: 2px solid #eee; + margin-bottom: 20px; + .button { + color: #ccc; + cursor: pointer; + } + + .button[data-active="true"] { + color: black; + } +} + + @keyframes App-logo-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); }