jam-cloud/web/app/assets/stylesheets/dialogs/MusicNotationUploadDialog.c...

35 lines
570 B
SCSS

@import "client/common";
#music-notation-upload-dialog {
width: 500px;
max-height:500px;
h3 {
color:white;
margin-bottom:20px;
}
.dialog-inner {
width: auto;
height:100%;
@include border_box_sizing;
margin-top: -29px;
padding: 50px 25px 25px;
}
div[data-react-class="MusicNotationUploadDialog"] {
}
.MusicNotationUploadDialog {
height:100%;
}
.spinner-large {
width:200px;
height:200px;
line-height: 200px;
position:relative;
margin:25px auto;
}
.actions {
text-align:right;
}
}