UNPKG

@winner-fed/wui-theme-redness

Version:

Wui component redness theme.

46 lines (35 loc) 752 B
@import './variables'; .win-address-edit { padding: @address-edit-padding; &__fields { overflow: hidden; border-radius: @padding-xs; .win-field__label { width: 4.1em; } } &__default { margin-top: @padding-sm; overflow: hidden; border-radius: @padding-xs; } &__buttons { padding: @address-edit-buttons-padding-v @address-edit-buttons-padding-h; .win-button { margin-bottom: @address-edit-button-margin-bottom; } } &-detail { padding: 0; &__search-item { background-color: @gray-2; } &__keyword { color: @red; } &__finish { color: @address-edit-detail-finish-color; font-size: @address-edit-detail-finish-font-size; } } }