css form connected
This commit is contained in:
@@ -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{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user