.add-software-form { &__uploading-message { display: flex; align-items: center; flex-direction: column; gap: $pad-large; p { margin: 0 } } &__form { display: flex; flex-direction: column; gap: $pad-large; } &__file-uploader { box-sizing: border-box; } &__selected-file { display: flex; gap: $pad-medium; align-items: center; width: 100%; text-align: left; &--details { &--name { font-size: $x-small; font-weight: $bold; } &--platform { font-size: $xx-small; color: $ui-fleet-black-75; } } } }