css form connected

This commit is contained in:
2023-11-28 15:36:18 +01:00
parent 82fc676d76
commit e78a3cda24
3 changed files with 83 additions and 26 deletions
@@ -7,8 +7,16 @@
border: solid black 1px;
margin-bottom: 1rem;
background-color: $white-button;
}
// %hoveryellow{
// :hover{
// background-color: $yellow-puca;
// }
// }
.field--type-link {
@extend %buttonwithborder;
width: fit-content;
@@ -42,8 +50,13 @@
.views-field-edit-user{
@extend %buttonwithborder;
width: fit-content;
margin-top: 1rem;
margin-top: 1rem;
}
.views-field-edit-user:hover{
background-color: $yellow-puca;
}
footer{
}