51 lines
685 B
SCSS
51 lines
685 B
SCSS
.upload-assets {
|
|
.title {
|
|
text-align: center;
|
|
background: rgba($theme, 0.03);
|
|
padding: 15px;
|
|
@extend %defaultBorderRadius;
|
|
border: 1px dashed $theme;
|
|
|
|
h3 {
|
|
b {
|
|
color: $theme;
|
|
}
|
|
}
|
|
}
|
|
|
|
.level-description {
|
|
margin-top: 50px;
|
|
|
|
h3 {
|
|
margin-bottom: 20px;
|
|
}
|
|
}
|
|
|
|
.upload-description {
|
|
margin-top: 50px;
|
|
|
|
ul {
|
|
margin-top: 20px;
|
|
|
|
li {
|
|
list-style: disc;
|
|
list-style-position: inside;
|
|
margin-bottom: 10px;
|
|
|
|
span {
|
|
color: #000;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.upload {
|
|
margin-top: 50px;
|
|
|
|
p {
|
|
margin-top: 20px;
|
|
margin-bottom: 40px;
|
|
}
|
|
}
|
|
}
|