/* Stylesheet for things that exist outside the React app */

.wincher-upgrade-link {
  color: #48a523;
  font-weight: 900;
  font-size: 105%;
}

.wincher-activate {
  position: relative;
  background: #5a3264;
  padding: 15px;
  font-size: 1.1em;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  margin: 10px 0;
}

.wincher-close-activate {
  bottom: 0;
}

.wincher-close-activate:before {
  color: white;
}

.wincher-activate a {
  background: #f19901;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  margin-left: 10px;
}

#wincher-dashboard-root * {
  box-sizing: border-box;
}
