diff --git a/src/app/pages/agenda/agenda.page.scss b/src/app/pages/agenda/agenda.page.scss
index fdaad9ea6..33f6194f9 100644
--- a/src/app/pages/agenda/agenda.page.scss
+++ b/src/app/pages/agenda/agenda.page.scss
@@ -145,7 +145,7 @@ Calendar
*/
/* NEW CSS FOR TOGGLE BUTTON */
.toggleBox{
- margin:20px 20px 0 0;
+ margin:20px 12px 7px 0;
}
input[type="checkbox"]{
position: relative;
@@ -214,7 +214,34 @@ label{
font-size: 25px;
margin: 0 5px 0 25px;
padding: 0;
- color:#000;
+ color:#ffffff;
float: left;
}
+.div-top-header{
+ width: 400px;
+ height: 50px;
+ margin: 6px auto;
+ background-color: #0782c9;
+ overflow: auto;
+}
+.div-search{
+ font-size: 45px;
+ float: left;
+ margin: 0 0 0 10px
+}
+.div-logo{
+ background: transparent;
+ width: 150px;
+ margin: 2.5px 0 2.5px 71px;
+ float: left;
+}
+.div-logo img{
+ width: 100%;
+}
+.div-profile{
+ font-size: 45px;
+ float: right;
+ margin-right: 10px;
+}
+
diff --git a/src/app/pages/events/events.page.html b/src/app/pages/events/events.page.html
index af0549f35..1da806677 100644
--- a/src/app/pages/events/events.page.html
+++ b/src/app/pages/events/events.page.html
@@ -1,25 +1,29 @@
-
-
-
-
-
+
+
-
+
+
+
+
+
+
@@ -33,7 +37,7 @@
-
+
Combinada
@@ -48,7 +52,7 @@
-
+
{{customDate}}
diff --git a/src/app/pages/events/events.page.scss b/src/app/pages/events/events.page.scss
index 19eb3a6fb..5c7d8cb36 100644
--- a/src/app/pages/events/events.page.scss
+++ b/src/app/pages/events/events.page.scss
@@ -1,27 +1,64 @@
/* HEADER */
+.bg-blue{
+ --background:#0782c9;
+ background:#0782c9;
+ --background-color:#0782c9;
+ background-color:#0782c9;
+ color: #ffffff;
+ --color: #ffffff;
+}
ion-toolbar{
--background: white;
}
.ion-text-header-top{
width: 100%;
-
+ --background: transparent;
text-align: center;
padding-top: 15px;
+ color: #ffffff;
/* border: 1px solid red; */
}
+ .div-top-header{
+ width: 400px;
+ height: 50px;
+ margin: 6px auto;
+ background-color: #0782c9;
+ overflow: auto;
+ }
+ .div-search{
+ font-size: 45px;
+ float: left;
+ margin: 0 0 0 10px
+ }
.div-logo{
- width: 60px;
- /* border: 1px solid red; */
- margin-right: 20px;
+ background: transparent;
+ width: 150px;
+ margin: 2.5px 0 2.5px 71px;
+ float: left;
}
.div-logo img{
width: 100%;
}
+ .div-profile{
+ font-size: 45px;
+ float: right;
+ margin-right: 10px;
+ }
+ .ion-text-header-top p{
+ --background: transparent;
+ color: #ffffff;
+ }
+ .ion-text-right{
+ --background: transparent;
+ color: #ffffff;
+ }
.header-large{
font-family: Arial, Helvetica, sans-serif;
font-size: 12.5pt;
/* font-weight: 600; */
+ background: transparent;
+ color: #ffffff;
}
.header-xsmall{
font-family: Arial, Helvetica, sans-serif;
@@ -30,6 +67,7 @@ ion-toolbar{
padding-bottom: 3.5px;
margin-bottom: 3.5px;
border-bottom: 1px solid #ccc;
+ background: transparent;
}
.header-medium{
font-size: 12pt;
@@ -46,6 +84,7 @@ ion-toolbar{
color:#000;
margin-right: 25px !important;
text-align: right;
+ /* color: #ffffff; */
}
/* CONTENT */
diff --git a/src/app/pages/gabinete-digital/gabinete-digital.page.html b/src/app/pages/gabinete-digital/gabinete-digital.page.html
index 3265de6ef..4270bb3c6 100644
--- a/src/app/pages/gabinete-digital/gabinete-digital.page.html
+++ b/src/app/pages/gabinete-digital/gabinete-digital.page.html
@@ -1,5 +1,18 @@
-
+
+
+
+
diff --git a/src/app/pages/gabinete-digital/gabinete-digital.page.scss b/src/app/pages/gabinete-digital/gabinete-digital.page.scss
index 1b2754739..babb917b2 100644
--- a/src/app/pages/gabinete-digital/gabinete-digital.page.scss
+++ b/src/app/pages/gabinete-digital/gabinete-digital.page.scss
@@ -92,6 +92,34 @@ ion-label{
font-size: 25px;
margin: 0 5px 0 25px;
padding: 0;
- color:#000;
+ color:#ffffff;
float: left;
}
+
+
+.div-top-header{
+ width: 400px;
+ height: 50px;
+ margin: 6px auto;
+ background-color: #0782c9;
+ overflow: auto;
+}
+.div-search{
+ font-size: 45px;
+ float: left;
+ margin: 0 0 0 10px
+}
+.div-logo{
+ background: transparent;
+ width: 150px;
+ margin: 2.5px 0 2.5px 71px;
+ float: left;
+}
+.div-logo img{
+ width: 100%;
+}
+.div-profile{
+ font-size: 45px;
+ float: right;
+ margin-right: 10px;
+}
diff --git a/src/app/pages/login/login.page.html b/src/app/pages/login/login.page.html
index c2a8413de..496a9365c 100644
--- a/src/app/pages/login/login.page.html
+++ b/src/app/pages/login/login.page.html
@@ -1,21 +1,19 @@
-
+
-

+
-
Inicie a sessão
-
-
+ Palavra-passe
+
+
+
+ Iniciar
+
+
diff --git a/src/app/pages/login/login.page.scss b/src/app/pages/login/login.page.scss
index c99827774..6cc8a8996 100644
--- a/src/app/pages/login/login.page.scss
+++ b/src/app/pages/login/login.page.scss
@@ -2,24 +2,44 @@
margin: 0 auto;
}
.div-logo{
- width: 270px;
+ width: 200px;
margin: 0 auto;
padding-bottom: 15px;
}
.div-logo img{
width: 100%;
}
-form{
- /* border: 1px solid red; */
- padding: 10px;
-}
-.wrapper ion-label{
- font-size: 20px;
-}
.wrapper ion-input{
- font-size: 22px;
+ font-size: 18px;
}
.wrapper ion-button{
font-size: medium;
- margin-top: 25px;
+ margin-top: 18px;
}
+ion-item{
+ --background: transparent;
+}
+.form{
+ width: 300px;
+ overflow: auto;
+ margin: 0 auto;
+}
+.form-label{
+ margin: 15px 0 5px 0;
+ font-size: 15px;
+}
+.form-input{
+ --background: #fff;
+ /* --color:#fff; */
+ border-radius: 10px;
+ margin: 5px 0 5px 0;
+}
+.btn-ok-login{
+ width: 160px !important;
+ height: 45px !important;
+ margin: 15px auto;
+ padding: 10px 15px;
+ border-radius: 22.5px;
+ background-color: #42b9fe;
+ color: #ffffff !important;
+ }
\ No newline at end of file
diff --git a/src/assets/images/icons-profile.svg b/src/assets/images/icons-profile.svg
new file mode 100644
index 000000000..daf172ec5
--- /dev/null
+++ b/src/assets/images/icons-profile.svg
@@ -0,0 +1,23 @@
+