29 lines
351 B
SCSS
29 lines
351 B
SCSS
#submissions-slider {
|
|
margin-top: 25px;
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
#current-file.editor {
|
|
height: 400px;
|
|
}
|
|
|
|
.clickable {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.flex-container {
|
|
display: flex;
|
|
}
|
|
|
|
.flex-item {
|
|
flex-grow: 1;
|
|
}
|
|
|
|
#play-button {
|
|
height: 40px;
|
|
width: 40px;
|
|
margin-right: 15px;
|
|
margin-top: auto;
|
|
margin-bottom: auto;
|
|
}
|