app.component.scss 266 Bytes
Newer Older
1
.ion-text{
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  font-weight: 400;
  margin-left: 20px;
  margin-top: 8px;
}

// ion-label, ion-icon{
//   color: #364f6b!important;
// }

ion-label{
  font-weight: 500;
}

ion-toolbar{
  padding-top: 10px!important;
  padding-bottom: 10px!important;
  color: #f5f5f5;
}