깜놀하는 해므찌로

Ionic button css custom 예시 본문

IT

Ionic button css custom 예시

agnusdei1207 2023. 5. 4. 14:25
반응형
SMALL
ion-modal {
  --border-radius: 0.5rem !important;
}

ion-button {
  --background: #001650;
}

.ion-submit {
  --background: #001650;
  --color: white;
  --font-weight: 600;
  --font-size: 1rem;
  height: 2.5rem;
  width: 3.2rem;
}

.ion-cancel {
  --border-color: #001650;
  --background: white;
  --color: #001650;
  --font-weight: 600;
  --font-size: 1rem;
  --border-style: solid;
  --border-width: 0.1rem;
  --border-radius: 0.5rem;
  height: 2.5rem;
  width: 3.2rem;
}

 

반응형
LIST