feat(account): #49 account page
This commit was merged in pull request #59.
This commit is contained in:
18
input.css
18
input.css
@@ -28,33 +28,25 @@ input:focus {
|
||||
/* Button */
|
||||
.button {
|
||||
transition: all 150ms linear;
|
||||
border-radius: 0.5rem;
|
||||
@apply inline-block cursor-pointer bg-white;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
box-shadow: 3px 3px 3px var(--color-gray-200);
|
||||
@apply cursor-pointer border-2 rounded-lg border-transparent;
|
||||
}
|
||||
|
||||
.button-primary:hover,
|
||||
.button-normal:hover {
|
||||
transform: translate(-0.25rem, -0.25rem);
|
||||
box-shadow: 3px 3px 3px var(--color-gray-200);
|
||||
}
|
||||
|
||||
.button-primary {
|
||||
border: 2px solid var(--color-gray-400);
|
||||
@apply border-gray-400
|
||||
}
|
||||
|
||||
.button-normal {
|
||||
border: 2px solid var(--color-gray-200);
|
||||
}
|
||||
|
||||
.button-neglect {
|
||||
border: 2px solid white;
|
||||
@apply border-gray-200
|
||||
}
|
||||
|
||||
.button-neglect:hover {
|
||||
border-color: var(--color-gray-200);
|
||||
@apply border-gray-200;
|
||||
}
|
||||
|
||||
/* Input */
|
||||
|
||||
Reference in New Issue
Block a user