💄 (timer) bigger timer font size
This commit is contained in:
@@ -19,6 +19,7 @@ button {
|
||||
color: $color;
|
||||
cursor: pointer;
|
||||
transition: background 250ms ease-in-out, transform 150ms ease;
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
|
||||
button:hover,
|
||||
@@ -29,3 +30,7 @@ button:focus {
|
||||
button:active {
|
||||
transform: scale(0.99);
|
||||
}
|
||||
|
||||
input {
|
||||
padding: 0.5rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user