add styles to md profile

This commit is contained in:
Tiago Kayaya
2020-11-26 16:33:48 +01:00
parent 8a963fcd81
commit b103c5b19b
51 changed files with 784 additions and 125 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
</div>
</div>
</ion-buttons>
<ion-title>Agenda</ion-title>
<ion-title class="header-title">Agenda</ion-title>
</ion-toolbar>
<ion-toolbar>
<ion-segment [(ngModel)]="segment">
+10
View File
@@ -208,3 +208,13 @@ label{
color: #e16817;
}
.header-title{
width: 300px;
font-family: Roboto;
font-size: 25px;
margin: 0 5px 0 25px;
padding: 0;
color:#000;
float: left;
}