-
-
- {{loadedEvent.Location}} -
-
- {{loadedEvent.CalendarName}} -
+
+

{{loadedEvent.Location}}{{loadedEvent.CalendarName}}

@@ -38,18 +33,18 @@
+
Intervenientes
-

Intervenientes

{{attendee.Name}}

+
Detalhes
-

Detalhes

-

{{loadedEvent.Body.Text}}

+

diff --git a/src/app/shared/agenda/view-event/view-event.page.scss b/src/app/shared/agenda/view-event/view-event.page.scss index 1f9e14231..fc6473ef4 100644 --- a/src/app/shared/agenda/view-event/view-event.page.scss +++ b/src/app/shared/agenda/view-event/view-event.page.scss @@ -87,6 +87,19 @@ ion-menu{ width: 100%; margin: 0 auto; padding: 0; + overflow: auto; + + .date{ + float: left; + } + + .label{ + border-radius: 20px; + background: #ffb703; + float: right !important; + padding: 5px 13.5px 5px 13.5px; + color: #fff; + } } .location-detail{ @@ -95,35 +108,7 @@ ion-menu{ float: left; margin: 5px 5px 5px 0px; } - .button-mdgpr-Oficial{ - --border-radius: 20px; - --background: #ffb703; - margin-left: 5px; - float: left; - } - .button-mdgpr-Pessoal{ - --border-radius: 20px; - --background: #f05d5e; - margin-left: 5px; - float: left; - } - - .button-pr-Oficial{ - width: 91px; - --border-radius: 20px; - --background: #cbeecb; - margin-left: 5px; - float: left; - } - .button-pr-Pessoal{ - width: 91px; - --border-radius: 20px; - --background: #cab0dc; - margin-left: 5px; - float: left; - } - - + .button-calendar-type ion-button{ height: 25px; }