.pe-fab {
       user-select: none;
  -moz-user-select: none;
  display: inline-block;
  position: relative;
  outline: none;
  cursor: pointer;
  padding: 0;
  border: none;
}

.pe-fab .pe-button__content {
  position: relative;
  border-radius: 50%;
}

.pe-fab .pe-fab__content {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.pe-fab .pe-ripple {
  border-radius: inherit;
}

.pe-fab .pe-button__wash {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  transition: background-color .18s ease-in-out;
  pointer-events: none;
  background-color: transparent;
}

.pe-fab.pe-fab--mini .pe-button__content {
  width: 40px;
  height: 40px;
  padding: 8px;
}

.pe-fab .pe-button__content {
  width: 56px;
  height: 56px;
}

.pe-dark-tone.pe-fab .pe-button__content,
.pe-dark-tone .pe-fab .pe-button__content {
  color: #fff;
  background-color: #2196f3;
}

.pe-dark-tone.pe-fab .pe-button__wash-color,
.pe-dark-tone .pe-fab .pe-button__wash-color {
  background-color: currentColor;
  opacity: .1;
}

.pe-fab .pe-button__content, .pe-light-tone.pe-fab .pe-button__content,
.pe-light-tone .pe-fab .pe-button__content {
  color: #fff;
  background-color: #2196f3;
}

.pe-fab .pe-button__wash-color, .pe-light-tone.pe-fab .pe-button__wash-color,
.pe-light-tone .pe-fab .pe-button__wash-color {
  background-color: currentColor;
  opacity: .1;
}

/*# sourceMappingURL=polythene-fab.css.map */