fleet/frontend/pages/SoftwarePage/components/AddSoftwareForm/_styles.scss

44 lines
646 B
SCSS
Raw Normal View History

.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;
}
}
}
}