feature/estilos_don_confiao_comprar #23
| @@ -32,6 +32,6 @@ li{ | ||||
|   justify-content: center; | ||||
| } | ||||
|  | ||||
| #page_title { | ||||
| .page_title { | ||||
|   color: #04A1E4 | ||||
| } | ||||
|   | ||||
| @@ -12,7 +12,6 @@ | ||||
|             <li><a href='/don_confiao/cuadrar_tarro'>Cuadrar tarro</a></li> | ||||
|         </ul> | ||||
|     </nav> | ||||
|     <p id="page_title" class="text-center decoration-solid  font-mono font-bold text-lg">Don Confiao - Tienda la Ilusión</p> | ||||
|     <p id="page_title" class="text-center decoration-solid  font-mono font-bold text-lg page_title">Don Confiao - Tienda la Ilusión</p> | ||||
| </div> | ||||
| <script src="https://cdn.tailwindcss.com/"></script> | ||||
|  | ||||
|  | ||||
|   | ||||
| @@ -17,13 +17,14 @@ | ||||
|       </div> | ||||
|     </form> | ||||
|     <div class="h-2/12 flex justify-center"> | ||||
|       <button id="add_line" type="button" class="bg-yellow-100 py-2 px-5 rounded-full font-bold" onclick="add_line">Añadir Linea</button> | ||||
|       <button id="add_line" type="button" class="bg-yellow-100 py-2 px-5 rounded-full font-bold hover:bg-violet-300 ease-in duration-150" onclick="add_line">Añadir Linea</button> | ||||
|     </div> | ||||
|   </div> | ||||
|   <div class="w-2/12 bg-green-100 p-5 flex flex-col gap-y-3 font-semibold"> | ||||
|       {{ sale_form }} | ||||
|       {{ summary_form }} | ||||
|       <button class="font-bold my-10 py-2 px-4 rounded-full bg-yellow-100" name="form" type="submit" >Comprar</button> | ||||
|   <div class="h-full w-3/12 bg-green-100 p-5 flex flex-col gap-y-3 font-semibold justify-around"> | ||||
|     <p id="sale_resume_title" class="text-center decoration-solid font-mono font-bold text-xl page_title">Resumen de Venta</p> | ||||
|     {{ sale_form }} | ||||
|     {{ summary_form }} | ||||
|     <button class="font-bold my-10 py-2 px-4 rounded-full bg-yellow-100 hover:bg-violet-300 ease-in duration-150" name="form" type="submit" >Comprar</button> | ||||
|   </div> | ||||
| </div> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	
@camilogs con estar en el base.html creo que es suficiente y no se tiene que volver a cargar en el menú.