mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2025-02-16 15:40:16 +00:00
Move some styles to scoped
This commit is contained in:
parent
cf606eb442
commit
0cb81aad2c
@ -280,12 +280,6 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.c-automator-docs-template--button {
|
||||
margin: 0.4rem;
|
||||
border-radius: 0.3rem;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.o-automator-error-underline {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
|
@ -8861,14 +8861,6 @@ kbd {
|
||||
cursor: grab;
|
||||
}
|
||||
|
||||
.o-automator-block-list {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
align-items: center;
|
||||
height: 5.5rem;
|
||||
}
|
||||
|
||||
.c-automator-docs .o-automator-command {
|
||||
margin-bottom: 0.5rem;
|
||||
margin-right: 0.5rem;
|
||||
|
@ -160,4 +160,12 @@ export const automatorBlocksMap = automatorBlocks.mapToObject(b => b.cmd, b => b
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.o-automator-block-list {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
align-items: center;
|
||||
height: 5.5rem;
|
||||
}
|
||||
</style>
|
||||
|
@ -30,5 +30,9 @@ export default {
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
.c-automator-docs-template--button {
|
||||
margin: 0.4rem;
|
||||
border-radius: 0.3rem;
|
||||
cursor: pointer;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user