PhoneView.less 295 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
@import '~antd/lib/style/themes/default.less';

.area_code {
  width: 128px;
  margin-right: 8px;
}
.phone_number {
  width: 312px;
}

@media screen and (max-width: @screen-sm) {
  .area_code {
    width: 100%;
    margin: 0;
    margin-bottom: 8px;
  }
  .phone_number {
    width: 100%;
  }
}