login.page.scss 196 Bytes
Newer Older
Rron Jahja's avatar
Rron Jahja committed
1
2
3
4
5
6
7
8
ion-item {
    border: solid 1px lightgray;
    border-radius: 10px;
    margin-bottom: 10px;
}
#correctCredentialsmsg{
    color:red;
    font-size: 14px;
9
10
11
12
}
.ion-text{
    text-align: center;
  }