Merge branch 'main' of git.owlcode.tech:sergiotarxz/burguillos.info
This commit is contained in:
commit
f56f401cc4
@ -9,6 +9,7 @@
|
||||
<attributes>
|
||||
<attribute>hamburguesas</attribute>
|
||||
<attribute>pizzerias</attribute>
|
||||
<attribute>reparto-a-domicilio-comida</attribute>
|
||||
</attributes>
|
||||
<slug>hamburgueseria-la-ermita</slug>
|
||||
<content>
|
||||
|
@ -116,15 +116,15 @@ body {
|
||||
body div.carousel {
|
||||
position: fixed;
|
||||
top: 80%;
|
||||
height: calc(20% - 6px);
|
||||
width: calc(100% - 6px); }
|
||||
height: 20%;
|
||||
width: 100%; }
|
||||
body div.carousel a {
|
||||
position: fixed;
|
||||
top: 80%;
|
||||
border: solid 3px black;
|
||||
width: calc(100%-6px);
|
||||
width: calc(100% - 6px);
|
||||
height: calc(20% - 6px);
|
||||
left: calc(100% + 3px);
|
||||
left: 100%;
|
||||
transition: left 1s ease-in;
|
||||
font-size: 13px;
|
||||
background: #f2eb8c;
|
||||
@ -135,9 +135,9 @@ body {
|
||||
align-items: center;
|
||||
text-decoration: none; }
|
||||
body div.carousel a.show {
|
||||
left: calc(0% + 3px); }
|
||||
left: 0%; }
|
||||
body div.carousel a.remove {
|
||||
left: calc(-100% - 3px); }
|
||||
left: -100%; }
|
||||
body div.carousel a:hover, body div.carousel a:focus {
|
||||
background: blueviolet;
|
||||
color: #f2eb8c; }
|
||||
|
@ -174,22 +174,23 @@ body {
|
||||
div.carousel {
|
||||
position: fixed;
|
||||
top: 80%;
|
||||
height: calc(20% - 6px);
|
||||
width: calc(100% - 6px);
|
||||
height: 20%;
|
||||
width: 100%;
|
||||
|
||||
a {
|
||||
position: fixed;
|
||||
top: 80%;
|
||||
position: fixed;
|
||||
top: 80%;
|
||||
border: solid 3px black;
|
||||
width: calc(100%-6px);
|
||||
width: calc(100% - 6px);
|
||||
height: calc(20% - 6px);
|
||||
left: calc(100% + 3px);
|
||||
left: 100%;
|
||||
transition: left 1s ease-in;
|
||||
|
||||
&.show {
|
||||
left: calc(0% + 3px);
|
||||
left: 0%;
|
||||
}
|
||||
&.remove {
|
||||
left: calc(-100% - 3px);
|
||||
left: -100%;
|
||||
}
|
||||
font-size: 13px;
|
||||
background: $color_div;
|
||||
|
Loading…
Reference in New Issue
Block a user