This commit is contained in:
anto
2025-01-17 08:00:46 +01:00
parent 27cc6d4c03
commit ec6d1c1854
3 changed files with 99 additions and 13 deletions

View File

@@ -75,6 +75,7 @@ footer {
}
.duration-input {
margin-left: 33%;
display: flex;
align-items: center;
}
@@ -83,6 +84,7 @@ footer {
width: 30px;
height: 30px;
margin: 0 5px;
align-items: center;
}
.duration-input input {
@@ -92,4 +94,21 @@ footer {
#close-form-button {
margin-top: 20px;
}
.number-button {
background-color: #f0f0f0;
border: 1px solid #ccc;
padding: 10px;
margin: 5px;
cursor: pointer;
}
.number-button.highlight {
background-color: #ff0000;
color: #fff;
}
#numerator,#denominator{
width: 25%;
}