4909-card_state_refresh #37

Merged
joan merged 8 commits from 4909-card_state_refresh into dev 2023-02-03 09:27:36 +00:00
1 changed files with 1 additions and 30 deletions
Showing only changes of commit c1baaff123 - Show all commits

View File

@ -18,33 +18,4 @@ const state = useState();
<router-view></router-view>
</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> -->
</template>