Version nueva
This commit is contained in:
95
public/assets/styles/home.css
Normal file
95
public/assets/styles/home.css
Normal file
@ -0,0 +1,95 @@
|
||||
/* line 5, ../../Workspace/git/provm/portal/resources/assets/sass/_reset-src.scss */
|
||||
html, body, div, span, applet, object, iframe,
|
||||
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
||||
a, abbr, acronym, address, big, cite, code,
|
||||
del, dfn, em, img, ins, kbd, q, s, samp,
|
||||
small, strike, strong, sub, sup, tt, var,
|
||||
b, u, i, center,
|
||||
dl, dt, dd, ol, ul, li,
|
||||
fieldset, form, label, legend,
|
||||
table, caption, tbody, tfoot, thead, tr, th, td,
|
||||
article, aside, canvas, details, embed,
|
||||
figure, figcaption, footer, header, hgroup,
|
||||
menu, nav, output, ruby, section, summary,
|
||||
time, mark, audio, video {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
font-size: 100%;
|
||||
font: inherit;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
/* line 26, ../../Workspace/git/provm/portal/resources/assets/sass/_reset-src.scss */
|
||||
article, aside, details, figcaption, figure,
|
||||
footer, header, hgroup, menu, nav, section {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* line 30, ../../Workspace/git/provm/portal/resources/assets/sass/_reset-src.scss */
|
||||
body {
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
/* line 33, ../../Workspace/git/provm/portal/resources/assets/sass/_reset-src.scss */
|
||||
ol, ul {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
/* line 36, ../../Workspace/git/provm/portal/resources/assets/sass/_reset-src.scss */
|
||||
blockquote, q {
|
||||
quotes: none;
|
||||
}
|
||||
|
||||
/* line 39, ../../Workspace/git/provm/portal/resources/assets/sass/_reset-src.scss */
|
||||
blockquote:before, blockquote:after,
|
||||
q:before, q:after {
|
||||
content: '';
|
||||
content: none;
|
||||
}
|
||||
|
||||
/* line 44, ../../Workspace/git/provm/portal/resources/assets/sass/_reset-src.scss */
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
/* line 1, ../../Workspace/git/provm/portal/resources/assets/sass/home/_logo.scss */
|
||||
#logo {
|
||||
background-color: #10102a;
|
||||
text-align: center;
|
||||
padding-top: 5em;
|
||||
padding-bottom: 3em;
|
||||
}
|
||||
|
||||
/* line 1, ../../Workspace/git/provm/portal/resources/assets/sass/home/_menu.scss */
|
||||
#menu {
|
||||
background-color: #10102a;
|
||||
position: relative;
|
||||
height: 15rem;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* line 9, ../../Workspace/git/provm/portal/resources/assets/sass/home/_menu.scss */
|
||||
#menu nav img {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
/* line 16, ../../Workspace/git/provm/portal/resources/assets/sass/home/_menu.scss */
|
||||
#menu .semi {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 25%;
|
||||
width: 50%;
|
||||
height: 50%;
|
||||
}
|
||||
|
||||
/* line 24, ../../Workspace/git/provm/portal/resources/assets/sass/home/_menu.scss */
|
||||
#menu .semi img {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=home.css.map */
|
20
public/assets/styles/home.map
Normal file
20
public/assets/styles/home.map
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"version": 3,
|
||||
"file": "home.css",
|
||||
"sources": [
|
||||
"../../../resources/assets/sass/home.scss",
|
||||
"../../../resources/assets/sass/_reset-src.scss",
|
||||
"../../../resources/assets/sass/_variables.sass",
|
||||
"../../../resources/assets/sass/home/_logo.scss",
|
||||
"../../../resources/assets/sass/home/_menu.scss"
|
||||
],
|
||||
"sourcesContent": [
|
||||
"@import 'reset-src';\r\n@import 'variables';\r\n\r\n@import 'home/logo';\r\n@import 'home/menu';\r\n",
|
||||
"// http://meyerweb.com/eric/tools/css/reset/\n// v2.0 | 20110126\n// License: none (public domain)\n\nhtml, body, div, span, applet, object, iframe,\nh1, h2, h3, h4, h5, h6, p, blockquote, pre,\na, abbr, acronym, address, big, cite, code,\ndel, dfn, em, img, ins, kbd, q, s, samp,\nsmall, strike, strong, sub, sup, tt, var,\nb, u, i, center,\ndl, dt, dd, ol, ul, li,\nfieldset, form, label, legend,\ntable, caption, tbody, tfoot, thead, tr, th, td,\narticle, aside, canvas, details, embed,\nfigure, figcaption, footer, header, hgroup,\nmenu, nav, output, ruby, section, summary,\ntime, mark, audio, video {\n margin: 0;\n padding: 0;\n border: 0;\n font-size: 100%;\n font: inherit;\n vertical-align: baseline;\n}\n// HTML5 display-role reset for older browsers\narticle, aside, details, figcaption, figure,\nfooter, header, hgroup, menu, nav, section {\n display: block;\n}\nbody {\n line-height: 1;\n}\nol, ul {\n list-style: none;\n}\nblockquote, q {\n quotes: none;\n}\nblockquote:before, blockquote:after,\nq:before, q:after {\n content: '';\n content: none;\n}\ntable {\n border-collapse: collapse;\n border-spacing: 0;\n}",
|
||||
"$azul_institucional: #10102a;\n$verde_1: #8ec63e;\n$verde_2: #3bb44a;\n$verde_agua: #0ca977;\n$celeste_logo: #1686ae;\n$azul_logo: #262261;\n$naranjo: #d84c35;\n$amarillo: #face45;\n\n$font_family: Roboto, sans-serif;\n",
|
||||
"#logo {\r\n background-color: $azul_institucional;\r\n text-align: center;\r\n padding-top: 5em;\r\n padding-bottom: 3em;\r\n}\r\n",
|
||||
"#menu {\r\n background-color: $azul_institucional;\r\n position: relative;\r\n height: 15rem;\r\n width: 100%;\r\n text-align: center;\r\n\r\n nav {\r\n img {\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n }\r\n }\r\n\r\n .semi {\r\n position: absolute;\r\n bottom: 0;\r\n left: 25%;\r\n width: 50%;\r\n height: 50%;\r\n //overflow: hidden;\r\n\r\n img {\r\n display: none;\r\n }\r\n }\r\n}\r\n"
|
||||
],
|
||||
"names": [],
|
||||
"mappings": ";ACIA,AAAA,IAAI,EAAE,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM;AAC7C,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,UAAU,EAAE,GAAG;AAC1C,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,IAAI;AAC1C,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,IAAI;AACvC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG;AACxC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,MAAM;AACf,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE;AACtB,QAAQ,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM;AAC7B,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE;AAC/C,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,KAAK;AACtC,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM;AAC1C,IAAI,EAAE,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO;AACzC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,CAAC;EACvB,MAAM,EAAE,CAAC;EACT,OAAO,EAAE,CAAC;EACV,MAAM,EAAE,CAAC;EACT,SAAS,EAAE,IAAI;EACf,IAAI,EAAE,OAAO;EACb,cAAc,EAAE,QAAQ;CACzB;;;AAED,AAAA,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM;AAC3C,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,OAAO,CAAC;EACzC,OAAO,EAAE,KAAK;CACf;;;AACD,AAAA,IAAI,CAAC;EACH,WAAW,EAAE,CAAC;CACf;;;AACD,AAAA,EAAE,EAAE,EAAE,CAAC;EACL,UAAU,EAAE,IAAI;CACjB;;;AACD,AAAA,UAAU,EAAE,CAAC,CAAC;EACZ,MAAM,EAAE,IAAI;CACb;;;AACD,AAAA,UAAU,AAAA,OAAO,EAAE,UAAU,AAAA,MAAM;AACnC,CAAC,AAAA,OAAO,EAAE,CAAC,AAAA,MAAM,CAAC;EAChB,OAAO,EAAE,EAAE;EACX,OAAO,EAAE,IAAI;CACd;;;AACD,AAAA,KAAK,CAAC;EACJ,eAAe,EAAE,QAAQ;EACzB,cAAc,EAAE,CAAC;CAClB;;;AE9CD,AAAA,KAAK,CAAC;EACJ,gBAAgB,EDDG,OAAO;ECE1B,UAAU,EAAE,MAAM;EAClB,WAAW,EAAE,GAAG;EAChB,cAAc,EAAE,GAAG;CACpB;;;ACLD,AAAA,KAAK,CAAC;EACJ,gBAAgB,EFDG,OAAO;EEE1B,QAAQ,EAAE,QAAQ;EAClB,MAAM,EAAE,KAAK;EACb,KAAK,EAAE,IAAI;EACX,UAAU,EAAE,MAAM;CAsBnB;;;AA3BD,AAQI,KARC,CAOH,GAAG,CACD,GAAG,CAAC;EACF,QAAQ,EAAE,QAAQ;EAClB,GAAG,EAAE,CAAC;EACN,IAAI,EAAE,CAAC;CACR;;;AAZL,AAeE,KAfG,CAeH,KAAK,CAAC;EACJ,QAAQ,EAAE,QAAQ;EAClB,MAAM,EAAE,CAAC;EACT,IAAI,EAAE,GAAG;EACT,KAAK,EAAE,GAAG;EACV,MAAM,EAAE,GAAG;CAMZ;;;AA1BH,AAuBI,KAvBC,CAeH,KAAK,CAQH,GAAG,CAAC;EACF,OAAO,EAAE,IAAI;CACd"
|
||||
}
|
Reference in New Issue
Block a user