Refactored to show correct time. Still needs to be made dynamic
This commit is contained in:
@ -101,4 +101,15 @@ fieldset {
|
||||
|
||||
label {
|
||||
font-weight: 300;
|
||||
}
|
||||
}
|
||||
.timer {
|
||||
position: absolute;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
border-radius: 24px;
|
||||
padding: 8px 10px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user