0
0
Fork 0

Reverted classes renamed

This commit is contained in:
Joan Sanchez 2023-04-11 14:45:29 +02:00
parent b995df3248
commit 6676cb602b
5 changed files with 11 additions and 11 deletions

View File

@ -345,7 +345,7 @@ function onDrag() {
opacity: 1;
height: 250px;
.QImg {
.q-img {
object-fit: cover;
background-color: black;
}

View File

@ -524,7 +524,7 @@ const creditWarning = computed(() => {
</template>
<style lang="scss">
.QItem__label + .QItem__label {
.q-item__label + .q-item__label {
margin: 0;
}
</style>

View File

@ -200,10 +200,10 @@ const ticketsColumns = ref([
margin: 0 auto;
.q-slider {
.q-slider__markerLabels:nth-child(1) {
.q-slider__marker-labels:nth-child(1) {
transform: none;
}
.q-slider__markerLabels:nth-child(2) {
.q-slider__marker-labels:nth-child(2) {
transform: none;
left: auto !important;
right: 0%;

View File

@ -646,8 +646,8 @@ async function changeState(value) {
}
.summary {
.QList {
.QItem__label--header {
.q-list {
.q-item__label--header {
display: flex;
justify-content: space-between;
@ -672,7 +672,7 @@ async function changeState(value) {
}
.q-table__container {
text-align: left;
.QIcon {
.q-icon {
padding: 2%;
}
}

View File

@ -242,8 +242,8 @@ function sipExtension() {
}
.summary {
.QList {
.QItem__label--header {
.q-list {
.q-item__label--header {
display: flex;
justify-content: space-between;
@ -270,10 +270,10 @@ function sipExtension() {
margin: 0 auto;
.q-slider {
.q-slider__markerLabels:nth-child(1) {
.q-slider__marker-labels:nth-child(1) {
transform: none;
}
.q-slider__markerLabels:nth-child(2) {
.q-slider__marker-labels:nth-child(2) {
transform: none;
left: auto !important;
right: 0%;