Version nueva
This commit is contained in:
6
resources/assets/sass/home/_logo.scss
Normal file
6
resources/assets/sass/home/_logo.scss
Normal file
@ -0,0 +1,6 @@
|
||||
#logo {
|
||||
background-color: $azul_institucional;
|
||||
text-align: center;
|
||||
padding-top: 5em;
|
||||
padding-bottom: 3em;
|
||||
}
|
28
resources/assets/sass/home/_menu.scss
Normal file
28
resources/assets/sass/home/_menu.scss
Normal file
@ -0,0 +1,28 @@
|
||||
#menu {
|
||||
background-color: $azul_institucional;
|
||||
position: relative;
|
||||
height: 15rem;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
|
||||
nav {
|
||||
img {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.semi {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 25%;
|
||||
width: 50%;
|
||||
height: 50%;
|
||||
//overflow: hidden;
|
||||
|
||||
img {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user