mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-10 06:02:13 +00:00
Minor styling improvements
This commit is contained in:
parent
bcf3448a9f
commit
cc349c2859
@ -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;
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user