0
0
Fork 0

Removed unused css

This commit is contained in:
Joan Sanchez 2023-02-03 09:53:40 +01:00
parent 7bcc58d042
commit 387bb54b00
1 changed files with 1 additions and 35 deletions

View File

@ -169,38 +169,4 @@ function stateColor(code) {
</q-card-section> </q-card-section>
</template> </template>
</card-summary> </card-summary>
</template> </template>
<style lang="scss" scoped>
// .container {
// display: flex;
// justify-content: center;
// }
// .q-card {
// width: 100%;
// max-width: 950px;
// }
// .summary {
// #slider-container {
// max-width: 80%;
// margin: 0 auto;
// .q-slider {
// .q-slider__marker-labels:nth-child(1) {
// transform: none;
// }
// .q-slider__marker-labels:nth-child(2) {
// transform: none;
// left: auto !important;
// right: 0%;
// }
// }
// }
// }
// .q-dialog .summary {
// max-width: 1200px;
// }
</style>