Current map active state
This commit is contained in:
parent
0ed11db15c
commit
816f96777e
@ -79,6 +79,8 @@ export default defineComponent({
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
@import '../../scss/variables';
|
||||||
|
|
||||||
.world {
|
.world {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -102,10 +104,22 @@ export default defineComponent({
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
|
|
||||||
|
.svg-icon {
|
||||||
|
top: 0.2rem;
|
||||||
|
right: 0.2rem;
|
||||||
|
bottom: 0.2rem;
|
||||||
|
left: 0.2rem;
|
||||||
|
width: calc(100% - 0.4rem);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
& + .map {
|
& + .map {
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.map--selected button {
|
||||||
|
background-color: $global-focus-color;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user