12312321

12312321

.doubly-wrapper {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  float: left;
  font-family: "Helvetica Neue", Arial;
  font-size: 12px;
  font-weight: 400;
  height: 45px;
  line-height: 40px;
  outline: 0;
  padding-left: 10px;
  padding-right: 20px;
  position: relative;
  text-align: left !important;
  transition: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
Back to blog