Untitled

 avatar
unknown
plain_text
2 years ago
353 B
3
Indexable
.report-btns{
  display: flex;
  gap: 1rem;
}

.report-btns label{
  height: 50px;
  display: flex;align-items: center;
  /* margin: 0; */
  margin-top: 28px;
  justify-content: center;
  border: 1px solid rgba(34, 33, 33, 0.142);
  padding: 0.5rem;
  border-radius: 10px; 
  cursor: pointer;
}

.report-btns button{
  height: 50px;
}
Editor is loading...