css block phase 1 home

This commit is contained in:
2023-11-24 14:04:28 +01:00
parent e1393fba87
commit 6813ff33da
8 changed files with 163 additions and 29 deletions
@@ -1,16 +1,16 @@
// home
.field--type-link{
width: 45%;
text-transform: uppercase;
padding: 1rem;
border: solid black 1px;
margin-bottom: 1rem;
background-color: white;
background-color: $white-button;
width: fit-content;
}
.bouton{
background-color: white !important;
background-color: $white-button !important;
border: none !important;
cursor: pointer;
}
@@ -18,10 +18,9 @@
.field--type-file{
width: 45%;
text-transform: uppercase;
padding: 1rem;
border: solid black 1px;
margin-bottom: 1rem;
background-color: white;
background-color: $white-button;
}
@@ -4,7 +4,8 @@
$background-home: rgba(153, 147, 174, 0.1);
$white: white;
$white-button: rgb(255, 255, 255);
$white-header:rgb(255, 255, 255);
$yellow-puca: #fdc300;