modified toggle

This commit is contained in:
2025-11-27 15:28:59 -06:00
parent ec5de65adb
commit be978b1879
7 changed files with 98 additions and 59 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import React, { useState, useEffect } from "react";
import style from "./pregunta1EP.module.scss";
import axios from "axios";
import Cookies from "js-cookie";
import ToggleButton from "../ToggleButton";
import ToggleButton from "../Toggle/ToggleButton";
interface EquiposImpresion {
inyeccionTinta: string;
@@ -1,4 +1,7 @@
.container_P2 {
display: flex;
flex-direction: column;
gap: 10px;
max-width: 1200px;
label {
+1 -2
View File
@@ -1,7 +1,7 @@
.container {
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 10px;
width: 100%;
}
@@ -31,7 +31,6 @@
.item {
flex: 1;
min-width: 150px;
}
label {