Some styling
This commit is contained in:
@@ -270,3 +270,25 @@ input[type="checkbox"] {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.return-to {
|
||||
display: block;
|
||||
padding: 16px 2rem;
|
||||
background: #2b79c2;
|
||||
background-color: rgb(43, 121, 194);
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
border-radius: 0.5rem;
|
||||
transition: background-color 0.2s ease-in-out;
|
||||
|
||||
&:hover {
|
||||
background-color: #1d5fa0;
|
||||
}
|
||||
}
|
||||
|
||||
.delete {
|
||||
display: block;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user