-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylo.css
1 lines (1 loc) · 1.21 KB
/
stylo.css
1
#Campos_line,#Controles,#Header,html{display:grid}#B_Cancelar,#B_Generar,#Consecutivo,#Total{width:100px}#Campos_line,#Controles,#Footer{margin-left:20px}html{justify-items:center;margin-top:30px;--Seleccion-Azul:#2E8BC0;@import url(http://fonts.googleapis.com/css?family=Pontano+Sans);font-family:'Pontano Sans',Arial,Helvetica,sans-serif}body{border-left:solid;border-width:20px;border-color:var(--Seleccion-Azul);border-radius:5px;width:800px}#B_Agregar,#B_Eliminar{color:#fff;border-color:#fff;font-weight:700}#Logo{width:300px;height:100px}#Header{justify-items:right}#L_Consecutivo{color:red;margin-right:20px}#Campos_line{grid-template-columns:10% 44% 15% 19%;grid-template-rows:auto;justify-content:left}#I_Cantidad{width:50px}#I_PrecioUnitario,#I_Subtotal{width:80px}#B_Agregar{background-color:var(--Seleccion-Azul)}#B_Eliminar{background-color:red}#I_Descripcion,#Total{border-top:none;border-left:none}#I_Descripcion{width:320px}#Controles{grid-template-columns:1fr 1fr 1fr 350px;margin-top:100px;justify-content:right}#Total{margin-left:28%;border-color:var(--Seleccion-Azul)}#L_Total{font-weight:700}hr{border-color:var(--Seleccion-Azul)}#Footer{margin-top:20px;font-size:15px}#Printable_Content{display:none;border-left:none}