register.page.scss 168 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
.alert-danger{
    color: red;
  }
  ion-item {
    border: solid 1px lightgray;
    border-radius: 10px;
    margin-bottom: 10px;
}
.ion-text{
  text-align: center;
}