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 */
|
Reference in New Issue
Block a user