diff --git a/src/app/modals/profile/edit-profile/edit-profile.page.html b/src/app/modals/profile/edit-profile/edit-profile.page.html index a80695759..33014055b 100644 --- a/src/app/modals/profile/edit-profile/edit-profile.page.html +++ b/src/app/modals/profile/edit-profile/edit-profile.page.html @@ -1,13 +1,12 @@ -
+
+
-
+
-
- -
-
-
Perfil
+
+
+
Dados do perfil
Campo obrigatório - + Descrição @@ -60,7 +60,7 @@ displayFormat="D MMM YYYY HH:mm" minuteValues="0,15,30,45" monthShortNames="Jan, Fev, Mar, Abr, Mai, Jun, Jul, Aug, Sep, Out, Nov, Dez"> - +
@@ -74,11 +74,11 @@ - {{attendee.Name}} + {{attendee.Name}}
- +
@@ -104,7 +104,7 @@

{{ att.Description }}

{{ att.CreateDate }}

-
+
diff --git a/src/app/pages/events/events.module.ts b/src/app/pages/events/events.module.ts index 3f6e79aaf..1d2f27189 100644 --- a/src/app/pages/events/events.module.ts +++ b/src/app/pages/events/events.module.ts @@ -16,7 +16,6 @@ import { HeaderNoSearchPageModule } from 'src/app/shared/headers/header-no-searc CommonModule, FormsModule, IonicModule, - EventsPageRoutingModule, HeaderNoSearchPageModule, ], diff --git a/src/global.scss b/src/global.scss index d3f1e1b5e..fa2738217 100644 --- a/src/global.scss +++ b/src/global.scss @@ -365,8 +365,9 @@ td.monthview-secondary-with-event, td.monthview-secondary-with-event[_ngcontent- position: absolute; top: -40px; right: 0px; - height: 100%; + height: 90%; max-width: 400px; + border-radius: 0 0 25px 25px; } } @@ -1082,4 +1083,4 @@ ngx-mat-datetime-content{ border-left: 3px solid transparent !important; } } -} \ No newline at end of file +}