暫無描述
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.

12345678910111213141516171819
  1. .unity2d-grid-view {
  2. }
  3. .unity2d-grid-view__row {
  4. flex-direction: row;
  5. flex-grow: 0;
  6. flex-shrink: 0;
  7. flex-basis: auto;
  8. justify-content: space-around;
  9. }
  10. .unity2d-grid-view__item {
  11. border-color: rgba(11, 124, 213, 0);
  12. border-width: 3px;
  13. margin: 1px;
  14. }
  15. .unity2d-grid-view__item--selected {
  16. }