Profile mods page (#119)

* Finish profile mods page

* commit missing

* finish pr

* Run lint
This commit is contained in:
Geometrically
2023-05-18 17:12:36 -07:00
committed by GitHub
parent 16407060f0
commit 4df7605b8d
9 changed files with 206 additions and 95 deletions

View File

@@ -349,6 +349,17 @@ const setJavaInstall = (javaInstall) => {
</template>
<style lang="scss">
.testing-loader {
height: 1rem !important;
width: 1rem !important;
svg {
height: inherit !important;
width: inherit !important;
}
}
</style>
<style lang="scss" scoped>
.concurrent-downloads {
width: 80% !important;
}
@@ -451,16 +462,6 @@ const setJavaInstall = (javaInstall) => {
gap: 0.5rem;
}
.testing-loader {
height: 1rem !important;
width: 1rem !important;
svg {
height: inherit !important;
width: inherit !important;
}
}
.test-success {
color: var(--color-green);
}