forked from Barreto-Marinho/TrackPill_complete
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfolder.page.scss
151 lines (136 loc) · 3.47 KB
/
folder.page.scss
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
// En este codigo se definen las caracteristicas de los elementos de la pagina
ion-menu-button { // se configura el boton de menu
color: #010202; // color del boton
}
ion-toolbar {
--background: #3d8af7; // fondo del toolbar
}
ion-header {
--ion-background-color:#3d8af7; // Se define el color de fondo del header
}
ion-content { // Se define el fondo del contenido de la pagina
--ion-background-color:#3d8af7;
}
ion-img{ // se configura el tamaño y la posicion de la imagen usada
width: 90%;
height: 15%;
padding-left: 8%;
}
#container { // se configuran las caracteristicas de posicion del objeto
text-align: center;
position: absolute;
left: 0;
right: 0;
top: 50%;
transform: translateY(-50%);
}
#container strong { // se configuran las caracteristicas de posicion del objeto
font-size: 20px;
line-height: 26px;
}
#container p { // se configuran las caracteristicas de posicion y color del objeto
font-size: 16px;
line-height: 22px;
color: #8c8c8c;
margin: 0;
}
#container a { // se configuran las caracteristicas de posicion del objeto
text-decoration: none;
}
.row2{ // se configuran las caracteristicas de posicion del objeto
height: 35%;
padding-top:10%;
}
.row1{ // se configuran las caracteristicas de posicion del objeto
padding-top: 10%;
height: 70%;
}
.col1{ // se configuran las caracteristicas de posicion del objeto
padding-left: 10%;
width: 37%;
padding-top: 0%;
}
.col2{ // se configuran las caracteristicas de posicion del objeto
padding-right:10% ;
width: 37%;
padding-top: 0%;
}
.Comp1 { // se configuran las caracteristicas de posicion, color y fuente del objeto
--background:#ff5d55;
--background-activated:#fd6e67;
--color:#140b0a;
margin: 0;
width: 100%;
height: 100%;
font-weight: 1000;
font-size:300% ;
}
.Comp2 { // se configuran las caracteristicas de posicion, color y fuente del objeto
--background:#77dd77;
--background-activated:#9cda9c;
--color:#140b0a;
margin: 0;
width: 100%;
height: 100%;
font-weight: 1000;
font-size:300% ;
}
.Comp3 { // se configuran las caracteristicas de posicion, color y fuente del objeto
--background:#ffc581;
--background-activated:#ffd3a1;
--color:#140b0a;
margin: 0;
width: 100%;
height: 100%;
font-weight: 1000;
font-size:300% ;
}
.Comp4 { // se configuran las caracteristicas de posicion, color y fuente del objeto
--background:#fef67f;
--background-activated:#fcf6a6;
--color:#140b0a;
margin: 0;
width: 100%;
height: 100%;
font-weight: 1000;
font-size:300% ;
}
.Comp5 { // se configuran las caracteristicas de posicion, color y fuente del objeto
--background:#0c59cf;
--background-activated:#3874ce;
--color:#140b0a;
margin: 0;
width: 100%;
height: 100%;
font-weight: 1000;
font-size:300% ;
}
.Comp6 { // se configuran las caracteristicas de posicion, color y fuente del objeto
--background:#e692f8;
--background-activated:#eab9f5;
--color:#140b0a;
margin: 0;
width: 100%;
height: 100%;
font-weight: 1000;
font-size:300% ;
}
.seg_boton { // se configuran las caracteristicas de posicion, color y fuente del objeto
--background:#ffc581;
--background-activated:#fdd6a9;
--color:#140b0a;
position: absolute;
bottom: 2%;
right: 4%;
width: 30%;
height: 6%;
font-weight: 1000;
font-size:90% ;
border-width: 2.5px;
border-style: solid;
border-color: black;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}