css aside

This commit is contained in:
2023-11-27 15:31:29 +01:00
parent 99d2f7a054
commit d6bd976a4c
12 changed files with 452 additions and 40 deletions
@@ -0,0 +1,31 @@
.layout-sidebar-first{
#block-reha-phase1{
border: solid $yellow-puca 1px;
font-weight: 800;
padding: 1rem;
width: 80%;
h2{
margin-top: 0;
margin-bottom: 0;
text-transform: lowercase;
font-weight: 1000;
line-height: 1rem;
font-size:1.5rem ;
}
p{
font-size: 1.5rem;
line-height: 1.8rem;
margin-top: 0.8rem;
}
footer{
@extend %buttonwithborder;
width: fit-content;
}
}
}
@@ -7,6 +7,7 @@ label{
}
input{
height: 2rem;
width: 50%;
}
.form-submit{
background-color: white;
@@ -17,6 +18,7 @@ input{
margin-bottom: 1rem;
font-size: 1.3rem;
font-weight: 300;
width: fit-content;
}
#user-login-form{
@@ -28,4 +30,4 @@ input{
}
}
}
@@ -167,6 +167,14 @@ header{
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
clip-path: inset(0px -10px -10px -10px);
padding: 5% 10% 5% 45%;
ul{
width: 70%;
display: flex;
flex-direction: column;
li{
margin-bottom: 3rem;
}
}
}
}
}