Changes on Home view

This commit is contained in:
Tiago Kayaya
2020-09-01 11:06:23 +01:00
parent 91b50751b9
commit 0c65381ef7
13 changed files with 182 additions and 53 deletions
+24 -14
View File
@@ -3,39 +3,49 @@ ion-toolbar{
--background: white;
}
.ion-text-header-top{
width: 100%;
text-align: center;
padding-top: 15px;
/* border: 1px solid red; */
}
.div-logo{
width: 98px;
width: 60px;
/* border: 1px solid red; */
margin-right: 20px;
}
.div-logo img{
width: 100%;
}
.header-large{
font-family: Arial, Helvetica, sans-serif;
font-size: 16pt;
font-size: 12.5pt;
/* font-weight: 600; */
}
.header-medium{
font-size: 16pt;
font-family: roboto;
background: transparent;
margin-right: 5px;
}
.header-xsmall{
font-family: Arial, Helvetica, sans-serif;
font-size: 12.7pt;
font-size: 9.7pt;
font-weight: bold;
padding-bottom: 3.5px;
margin-bottom: 3.5px;
border-bottom: 1px solid #ccc;
}
.p-small{
.header-medium{
font-size: 12pt;
margin-top: 25px;
color:#000;
text-align: left;
font-family: roboto;
background: transparent;
margin-right: 5px;
line-height: 25px;
}
.p-small{
font-size: 13pt;
margin-top: 13px;
color:#000;
margin-right: 25px !important;
text-align: right;
}
/* CONTENT */
@@ -59,7 +69,7 @@ ion-toolbar{
overflow: auto;
/* border-bottom: 1px solid #ccc; */
margin: 10px 0 5px 0;
/* background: #cab0dc; */
background: #cab0dc;
border-radius: 20px;
padding: 10px;
/* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
@@ -69,7 +79,7 @@ ion-toolbar{
overflow: auto;
/* border-bottom: 1px solid #ccc; */
margin: 10px 0 5px 0;
/* background: #cbeecb; */
background: #cbeecb;
border-radius: 20px;
padding: 10px;
/* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */