forked from verdnatura/salix-front
Removed unused css
This commit is contained in:
parent
7bcc58d042
commit
387bb54b00
|
@ -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>
|
|
Loading…
Reference in New Issue