chatInfo styling
parent
766cc06a59
commit
032e56e5c4
@ -1,18 +0,0 @@
|
|||||||
<template>
|
|
||||||
<div class="chatInformations">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
<script >
|
|
||||||
export default {
|
|
||||||
name: "chatInformations"
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
<style scoped>
|
|
||||||
.chatInformations{
|
|
||||||
position: absolute;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
background-color: #f00;
|
|
||||||
}
|
|
||||||
</style>
|
|
Loading…
Reference in New Issue