You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

13 lines
216 B

.time-limit-banner {
background-color: #ff6b6b;
color: white;
padding: 12px 20px;
text-align: center;
font-weight: 500;
margin-bottom: 20px;
border-radius: 4px;
}
.time-limit-banner p {
margin: 0;
}