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.

query_result.css 187 B

3 years ago
12345678
  1. .today {
  2. border-radius: 0.03rem;
  3. background-image: linear-gradient(to right, #8dcbd2, #8dd6d8 48%, #97ddc9);
  4. color: white;
  5. }
  6. .border_bom{
  7. border-bottom: 1px solid #f0f2f6;
  8. }