progress on the right

This commit is contained in:
Pablo Martin 2025-04-29 18:02:17 +02:00
parent 40c72b826c
commit d2292dbf2b
2 changed files with 53 additions and 2 deletions

View file

@ -5,6 +5,7 @@
:root {
--main-color: green;
font-family: Arial, Helvetica, sans-serif;
}
body {
@ -77,11 +78,12 @@ body {
.picture-caption-container {
position: absolute;
bottom: 0%;
left: 30%;
left: calc(33% - 1rem);
}
.picture-caption {
color: white;
font-weight: 300;
}
.right-panel {
@ -92,4 +94,44 @@ body {
position: absolute;
left: 33%;
top: 0;
height: 100vh;
}
.form-area {
position: absolute;
background-color: white;
top: 33%;
left: 0%;
height: 33vh;
width: 100%;
}
.right-panel-left-margin {
left: 5%;
}
.top-right-area {
position: relative;
height: 33vh;
}
.right-panel-header {
position: absolute;
margin: 0;
}
.right-panel-header.first {
top: 45%;
}
.right-panel-header.second {
top: 75%;
}
.bg-green {
background-color: rgb(46, 65, 46)
}
.subtle-shadow {
box-shadow: ;
}