12345678910111213141516171819202122232425262728293031323334353637383940 |
- ion-content {
- background-color: #fff;
- }
- ion-segment-button {
- color: black;
- }
- ion-grid {
- height: 100%;
- }
- ion-content {
- background-color: #fff;
- }
- ion-card {
- margin: 10px;
- }
- img {
- width: 100%;
- height: auto;
- }
- ion-label {
- text-align: center;
- }
- .user-actions {
- display: flex;
- justify-content: center;
- margin-top: 5px;
- margin-bottom: 5px;
- ion-button{
- margin: 1 10px;
- margin-top: 5px;
- margin-bottom: 5px;
- color: #000000;
- background-color: white;
- }
- }
|