.quick-actions { display: flex; flex-direction: row; align-items: center; padding: 24px 16px; background: #ffffff; &__item { flex: 1; display: flex; flex-direction: column; align-items: center; &:active { opacity: 0.7; } } &__icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 8px; &--orange { background: #ff8c1a; } &--blue { background: #3b82f6; } &--cyan { background: #06b6d4; } &--red { background: #ef4444; } } &__label { font-size: 13px; color: #333333; font-weight: 500; } }