/*
ERROR TIP
*/

@import '~styles/variables';

.ErrorTip {
  &--contents {
    color: $red;
    margin: $pad-mar-small 0 0;
  }

  &--select {
    left: 0;
    margin-top: 0;
  }
}
