Skip to content

Commit 172408d

Browse files
authored
v-1
version-1
1 parent 631de95 commit 172408d

File tree

88 files changed

+99482
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+99482
-0
lines changed

views/admin/assets/dist/css/fonts.css

+69
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
/* cyrillic-ext */
2+
@font-face {
3+
font-family: 'Roboto';
4+
font-style: normal;
5+
font-weight: 400;
6+
font-display: swap;
7+
src: url(../fonts/fonts/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
8+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
9+
}
10+
11+
/* cyrillic */
12+
@font-face {
13+
font-family: 'Roboto';
14+
font-style: normal;
15+
font-weight: 400;
16+
font-display: swap;
17+
src: url(../fonts/fonts/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
18+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
19+
}
20+
21+
/* greek-ext */
22+
@font-face {
23+
font-family: 'Roboto';
24+
font-style: normal;
25+
font-weight: 400;
26+
font-display: swap;
27+
src: url(../fonts/fonts/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
28+
unicode-range: U+1F00-1FFF;
29+
}
30+
31+
/* greek */
32+
@font-face {
33+
font-family: 'Roboto';
34+
font-style: normal;
35+
font-weight: 400;
36+
font-display: swap;
37+
src: url(../fonts/fonts/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
38+
unicode-range: U+0370-03FF;
39+
}
40+
41+
/* vietnamese */
42+
@font-face {
43+
font-family: 'Roboto';
44+
font-style: normal;
45+
font-weight: 400;
46+
font-display: swap;
47+
src: url(../fonts/fonts/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
48+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
49+
}
50+
51+
/* latin-ext */
52+
@font-face {
53+
font-family: 'Roboto';
54+
font-style: normal;
55+
font-weight: 400;
56+
font-display: swap;
57+
src: url(../fonts/fonts/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
58+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
59+
}
60+
61+
/* latin */
62+
@font-face {
63+
font-family: 'Roboto';
64+
font-style: normal;
65+
font-weight: 400;
66+
font-display: swap;
67+
src: url(../fonts/fonts/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
68+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
69+
}

views/admin/assets/dist/css/main.css

+164
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,164 @@
1+
* {
2+
margin: 0;
3+
padding: 0;
4+
box-sizing: border-box;
5+
font-family: 'Roboto', sans-serif;
6+
}
7+
8+
body{
9+
background-color: rgba(126, 175, 226, 0.11);
10+
}
11+
12+
.img-menu{
13+
width: 20px;
14+
}
15+
16+
.img-menu-ico{
17+
width: 30px;
18+
}
19+
20+
.img-btn-tabla{
21+
width: 20px;
22+
filter: invert(1);
23+
}
24+
25+
table.dataTable .color-nombre-colum {
26+
color: #fff;
27+
background-color: #007bff;
28+
border-color: #007bff;
29+
}
30+
31+
table.dataTable .color-nombre-colum:hover {
32+
color: #fff;
33+
background-color: #0069d9;
34+
border-color: #0062cc;
35+
}
36+
37+
table tbody{
38+
font-size: 15px;
39+
}
40+
41+
.caja {
42+
/* border: 1px solid; */
43+
padding: 5px;
44+
box-shadow: 10px 10px 50px 1px #7c7c81;
45+
border-radius: 10px;
46+
}
47+
48+
.btn-menu {
49+
display: inline-block;
50+
font-weight: 400;
51+
color: #000000;
52+
text-align: center;
53+
vertical-align: middle;
54+
-webkit-user-select: none;
55+
-moz-user-select: none;
56+
-ms-user-select: none;
57+
user-select: none;
58+
background-color: transparent;
59+
border: 1px solid transparent;
60+
padding: 0.375rem 0.75rem;
61+
font-size: 1rem;
62+
line-height: 1.5;
63+
border-radius: 0.25rem;
64+
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
65+
}
66+
67+
@media screen and (prefers-reduced-motion: reduce) {
68+
.btn-menu {
69+
transition: none;
70+
}
71+
}
72+
73+
.btn-menu:hover {
74+
color: rgb(92, 92, 92);
75+
text-decoration: none;
76+
}
77+
78+
.btn-menu:focus, .btn-menu.focus {
79+
outline: 0;
80+
81+
}
82+
83+
.btn-menu.disabled, .btn-menu:disabled {
84+
opacity: 0.65;
85+
}
86+
87+
.btn-menu:not(:disabled):not(.disabled) {
88+
cursor: pointer;
89+
}
90+
91+
a.btn-menu.disabled,
92+
fieldset:disabled a.btn-menu {
93+
pointer-events: none;
94+
}
95+
96+
/*Boton femenino*/
97+
.btn-femenino {
98+
color: #fff;
99+
background-color: #a328a7;
100+
border-color: #a328a7;
101+
}
102+
103+
.btn-femenino:hover {
104+
color: #fff;
105+
background-color: #7c2188;
106+
border-color: #761e7e;
107+
}
108+
109+
.btn-femenino:focus,
110+
.btn-femenino.focus {
111+
box-shadow: 0 0 0 0.2rem rgba(171, 72, 180, 0.5);
112+
}
113+
114+
.btn-femenino.disabled,
115+
.btn-femenino:disabled {
116+
color: #fff;
117+
background-color: #a328a7;
118+
border-color: #a328a7;
119+
}
120+
121+
.btn-femenino:not(:disabled):not(.disabled):active,
122+
.btn-femenino:not(:disabled):not(.disabled).active,
123+
.show>.btn-femenino.dropdown-toggle {
124+
color: #fff;
125+
background-color: #731e7e;
126+
border-color: #6d1c74;
127+
}
128+
129+
.btn-femenino:not(:disabled):not(.disabled):active:focus,
130+
.btn-femenino:not(:disabled):not(.disabled).active:focus,
131+
.show>.btn-femenino.dropdown-toggle:focus {
132+
box-shadow: 0 0 0 0.2rem rgba(158, 72, 180, 0.5);
133+
}
134+
135+
136+
/*Modal*/
137+
#modalCRUD{
138+
display: none;
139+
}
140+
#modalDos{
141+
display: none;
142+
}
143+
144+
145+
/*Footer*/
146+
.footer-contenido {
147+
background: #00458f;
148+
padding: 60px 0 30px 0;
149+
margin: auto;
150+
overflow: hidden;
151+
}
152+
153+
.coyrigth-footer {
154+
text-align: center;
155+
font-size: 15px;
156+
margin: 20px;
157+
color: rgb(209, 209, 209);
158+
}
159+
160+
@media (max-width: 400px) {
161+
.coyrigth-footer {
162+
font-size: 10px;
163+
}
164+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
/* fallback */
2+
@font-face {
3+
font-family: 'Material Icons';
4+
font-style: normal;
5+
font-weight: 400;
6+
src: url(../fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
7+
}
8+
9+
.material-icons {
10+
font-family: 'Material Icons';
11+
font-weight: normal;
12+
font-style: normal;
13+
font-size: 24px;
14+
line-height: 1;
15+
letter-spacing: normal;
16+
text-transform: none;
17+
display: inline-block;
18+
white-space: nowrap;
19+
word-wrap: normal;
20+
direction: ltr;
21+
-webkit-font-feature-settings: 'liga';
22+
-webkit-font-smoothing: antialiased;
23+
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
10.1 KB
Loading
Loading
5.39 KB
Loading
Loading
Loading
Loading
7.69 KB
Loading
7.1 KB
Loading
7.26 KB
Loading
Loading
Loading
8.77 KB
Loading
Loading
149 KB
Loading

0 commit comments

Comments
 (0)