client/src/App.scss
author Alexandre Segura <mex.zktk@gmail.com>
Wed, 31 May 2017 17:28:12 +0200
changeset 11 6fb4de54acea
parent 5 5c91bfa8fcde
child 12 48ddaa42b810
permissions -rw-r--r--
Delete default state, focus on textarea.

.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;
  }
}


@keyframes App-logo-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}