they-detail.component.scss 323 B

12345678910111213141516171819202122232425
  1. ion-content {
  2. height: calc(100vh - 121px) !important;
  3. }
  4. .tags {
  5. margin-right: 5px;
  6. }
  7. .theyLists {
  8. padding: 0%;
  9. text-align: center;
  10. justify-content: center;
  11. ion-button {
  12. ion-icon {
  13. margin-right: 9px;
  14. }
  15. }
  16. }
  17. .tip {
  18. ion-label {
  19. text-align: center;
  20. }
  21. }