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.
frontend/src/app/pages/editor/editor.page.scss

12 lines
103 B

ion-icon {
transition: all 0.2s linear;
}
ion-icon.invisible {
opacity: 0;
}
.title-input {
}