somewhere

This commit is contained in:
Swift
2023-08-17 13:05:51 +03:30
parent 30c7eb0e7b
commit 53843207cc
429 changed files with 117489 additions and 1 deletions
+50
View File
@@ -0,0 +1,50 @@
.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;
}
}
}