'init'
This commit is contained in:
20
src/views/3DOverview/components/TechyBox.vue
Normal file
20
src/views/3DOverview/components/TechyBox.vue
Normal file
@@ -0,0 +1,20 @@
|
||||
<template>
|
||||
<div class="techy-box">
|
||||
<slot />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.techy-box {
|
||||
background: transparent;
|
||||
box-shadow: inset 0 0 16px 1px rgba(255, 255, 255, 0.5);
|
||||
display: inline-block;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
border-radius: .25rem;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user