You've already forked AstralRinth
forked from didirus/AstralRinth
Move everything to components, (WIP) Version creation
This commit is contained in:
1
assets/images/utils/upload.svg
Normal file
1
assets/images/utils/upload.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="17 8 12 3 7 8"></polyline><line x1="12" y1="3" x2="12" y2="15"></line></svg>
|
||||
|
After Width: | Height: | Size: 277 B |
@@ -55,6 +55,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
.required:after {
|
||||
content: ' *';
|
||||
color: red;
|
||||
}
|
||||
|
||||
.markdown-body {
|
||||
p {
|
||||
padding: 0;
|
||||
|
||||
@@ -104,6 +104,8 @@ input {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@import "~assets/styles/layout.scss";
|
||||
@import "~assets/styles/utils.scss";
|
||||
@import "~assets/styles/components.scss";
|
||||
|
||||
Reference in New Issue
Block a user