Minor styling improvements

This commit is contained in:
SpectralFlame 2023-08-03 21:51:45 -05:00 committed by cyip92
parent bcf3448a9f
commit cc349c2859
5 changed files with 22 additions and 20 deletions

View File

@ -1648,20 +1648,6 @@ br {
cursor: auto;
}
.o-primary-btn--dimboost {
width: 21rem;
height: 4.5rem;
position: relative;
font-size: 0.9rem;
}
.o-primary-btn--galaxy {
width: 21rem;
height: 4.5rem;
position: relative;
font-size: 0.9rem;
}
.o-primary-btn--quick-reset {
width: 20rem;
height: 7rem;

View File

@ -152,4 +152,11 @@ export default {
.l-scaling-text-wrapper {
height: 2rem;
}
.o-primary-btn--galaxy {
width: 22rem;
height: 5.5rem;
position: relative;
font-size: 0.9rem;
}
</style>

View File

@ -89,3 +89,12 @@ export default {
</PrimaryButton>
</div>
</template>
<style scoped>
.o-primary-btn--dimboost {
width: 22rem;
height: 5.5rem;
position: relative;
font-size: 0.9rem;
}
</style>

View File

@ -166,8 +166,8 @@ export default {
.c-pelle-upgrade {
display: flex;
flex-direction: column;
width: 18.5rem;
height: 12rem;
width: 18rem;
height: 9rem;
position: relative;
justify-content: center;
align-items: center;
@ -179,8 +179,8 @@ export default {
border: 0.1rem solid var(--color-pelle--secondary);
border-radius: var(--var-border-radius, 0.5rem);
box-shadow: inset 0 0 1rem 0.1rem var(--color-pelle--secondary);
margin: 0.6rem 0.3rem;
padding: 2rem;
margin: 0.6rem 0.55rem;
padding: 1rem;
cursor: pointer;
}

View File

@ -153,9 +153,9 @@ export default {
<style scoped>
.o-dilation-upgrade {
width: 19rem;
height: 10rem;
height: 9rem;
font-family: Typewriter, serif;
font-size: 1.05rem;
font-size: 1rem;
font-weight: bold;
background: black;
border: 0.1rem solid;