12345678910111213141516171819202122232425 |
- ion-content {
- height: calc(100vh - 121px) !important;
- }
- .tags {
- margin-right: 5px;
- }
- .theyLists {
- padding: 0%;
- text-align: center;
- justify-content: center;
- ion-button {
- ion-icon {
- margin-right: 9px;
- }
- }
- }
- .tip {
- ion-label {
- text-align: center;
- }
- }
|