sevenLee
9/4/2017 - 9:08 AM

inset-shadow

inset-shadow

.input {
  padding: 5px;
  border-radius: 24px;
  border: none;
  @include box-shadow(inset 0 3px 5px rgba(0,0,0,.125));
}