@import '../../../../sass/variables/colors'; @import '../../../../sass/mixins/elevation'; .modal-body { min-height: 100px; } .tenant-box { @include elevation-1; display: flex; height: 90px; align-items: center; word-break: break-word; font-size: 16px; font-weight: 500; background: $white; border-radius: 10px; padding-top: 26px; padding-bottom: 29px; padding-right: 12px; padding-left: 23px; margin-bottom: 24px; color: #474747; transition: box-shadow 240ms ease-out; &:hover { @include elevation-2; } i { color: var(--vitamui-secondary); font-size: 42px; margin-right: 15px; } } .modal-tenant-box { height: 60px; font-size: 14px; i { font-size: 30px; } } .clickable { cursor: pointer; }