ArmadoDeForm.css
1.22 KB
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
75
76
77
78
79
80
html {
--Color: rgb(1, 194, 120);
}
#FormularioResultante {
width: 98%;
margin: auto;
height: 100%;
}
.BotonesContainer {
width: 100%;
height: 5%;
text-align: center;
}
.BotonFormResultante {
font-size: 30px;
border: none;
color: white;
height: 90%;
width: 48%;
margin: 0.5%;
margin-top: 2%;
border-radius: 5px;
text-align: center;
background-color: rgb(151, 151, 151);
}
#TabsContainer {
width: 100%;
height: 82%;
}
.Botones {
border-radius: 5px 5px 0px 0px;
background-color: rgb(168, 168, 168);
border: none;
height: 100%;
margin: 0.1%;
}
.BotonesActive{
background-color: var(--Color);
height: 105%;
border-bottom: none;
}
.Botones:hover {
background-color: rgb(53, 53, 53), 0.5;
}
.Tabs {
display: none;
height: 100%;
background-color: var(--Color);
}
.TabCard{
height: 90%;
width: 90%;
background-color: white;
box-shadow: 2px 2px 5px #575757;
padding: 2%;
border-radius: 2px;
}
@media (max-width: 600px) {
.BotonResultCont {
margin: 1% auto;
height: 10%;
vertical-align: baseline;
align-content: center;
}
}
/*
@media (min-width: 1300px) {*/