0
0
Fork 0

Removed css

This commit is contained in:
Joan Sanchez 2023-02-03 10:23:06 +01:00
parent 387bb54b00
commit c1baaff123
1 changed files with 1 additions and 30 deletions

View File

@ -19,32 +19,3 @@ const state = useState();
</q-page>
</q-page-container>
</template>
<!-- <style lang="scss">
.q-scrollarea__content {
max-width: 100%;
}
</style>
<style lang="scss" scoped>
.descriptor {
max-width: 256px;
h5 {
margin: 0 15px;
}
.header {
display: flex;
justify-content: space-between;
}
.q-card__actions {
justify-content: center;
}
#descriptor-skeleton .q-card__actions {
justify-content: space-between;
}
}
</style> -->