-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyles.css
74 lines (63 loc) · 1.11 KB
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
*{
background-color: #e9e9e9;
}
.wrapper{
/*padding: 1%;*/
margin: 1% auto;
width: 100%;
/*border: #727272 solid;*/
}
#tablaGenerada{
/*border: none;*/
margin-bottom: 1em;
}
#tablaGenerada td{
padding: 0;
}
#tablaGenerada td input{
background-color: white;
}
#inputFilas,#inputColumnas{
background-color: white;
}
#inputSol{
margin: 1em 0;
padding: 2em 2em;
font-weight: bold;
border: none;
text-transform: uppercase;
border-radius: 0;
color: white !important;
background-color: #0062be !important;
}
table tr{
/*background-color: white;*/
}
.tableProceso{
background-color: white;
align-content: center;
}
.tableProceso td,.tableSol td{
background-color: white;
width: 2em;
height: 2em;
text-align: center;
padding: 1em;
}
.pure-button{
border: none !important;
margin:0 0.1em;
}
input:read-only{
/*font-weight: 600;*/
color: black !important;
}
header p{
height: 10%;
padding: 3%;
margin-top: 0;
text-align: center;
font-weight: 700;
color: white;
background-color: #0078e7;
}