Browse Source

new style

main
Cristina Cochior 4 years ago
parent
commit
58b9d15f65
  1. 25
      voicegardens/static/styles.css

25
voicegardens/static/styles.css

@ -10,12 +10,13 @@ canvas {
display: block;
}
/* Button style */
img.button {
width: 4%;
cursor: pointer;
}
/* Button style */
.record {
position:fixed;
top:20px;
@ -99,10 +100,12 @@ h1 {
}
.about:hover {
top: unset;
right: 25vw;
bottom: 4vh;
left: unset;
width: 7% !important;
top: unset;
right: 25vw;
bottom: 2vh;
left: unset;
}
.leaf {
@ -113,7 +116,7 @@ h1 {
.leaf:hover {
top: unset;
bottom: 5vh;
bottom: 3vh;
left: 55vw;
}
@ -123,6 +126,12 @@ h1 {
left: 40vw;
}
.stop:hover {
top: unset;
bottom: 4vh;
left: 40vw;
}
.record {
top: unset;
bottom: 3vh;
@ -131,7 +140,7 @@ h1 {
.record:hover {
top: unset;
bottom: 5vh;
bottom: 3vh;
left: 25vw;
}

Loading…
Cancel
Save