.admin-flappy {
  top: 200px;
  right: 0;
  position: fixed;
  z-index: 9;
  background: #ebebeb;
  padding: 5px;
  border-radius: 3px 0 0 3px;
}
.admin-flappy .action-button {
  cursor: pointer;
  display: block;
  color: #666;
  line-height: 1;
  border-color: #d8d8d8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 3px 3px 3px;
  border-width: 1px;
  border-style: solid;
  background-color: #f5f5f5;
  position: relative;
}
.admin-flappy .action-button:hover {
  background-color: #ededed;
}
.admin-flappy .action-button:not(:last-child) {
  margin-bottom: 5px;
}
.admin-flappy .static-switcher.on .state {
  background: #00af00;
}
.admin-flappy .static-switcher.off .state {
  background: red;
}
.admin-flappy .static-switcher .state {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  bottom: 3px;
  right: 3px;
}
.admin-flappy .icon {
  width: 20px;
  height: 20px;
}
/*# sourceMappingURL=/xassets/uncompressed/source_map/77.css.css.map */