Fix test.
.App {
text-align: center;
}
.App-logo {
animation: App-logo-spin infinite 20s linear;
height: 80px;
}
.App-header {
background-color: #222;
height: 150px;
padding: 20px;
color: white;
}
.App-intro {
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;
}
}
.editor-wrapper {
border: 1px solid #efefef;
padding: 20px;
}
@keyframes App-logo-spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}