diff --git a/src/app/shared/event/attendee-modal/attendee-modal.page.html b/src/app/shared/event/attendee-modal/attendee-modal.page.html index 423ba2fb6..bc5583568 100644 --- a/src/app/shared/event/attendee-modal/attendee-modal.page.html +++ b/src/app/shared/event/attendee-modal/attendee-modal.page.html @@ -1,16 +1,16 @@ - - - Adicionar intervenientes + + + Adicionar intervenientes - + - + - +
@@ -27,7 +27,7 @@
- +
diff --git a/src/app/shared/event/attendee-modal/attendee-modal.page.scss b/src/app/shared/event/attendee-modal/attendee-modal.page.scss index 29eca4517..b8645df58 100644 --- a/src/app/shared/event/attendee-modal/attendee-modal.page.scss +++ b/src/app/shared/event/attendee-modal/attendee-modal.page.scss @@ -7,9 +7,3 @@ ion-searchbar{ .item-inner{ border-style: unset !important; } - -.search-bar{ - border: 1px solid #cecece; - box-shadow: none; - border-radius: 3px; -} \ No newline at end of file diff --git a/src/global.scss b/src/global.scss index c9f4d20a5..d66c9c9a3 100644 --- a/src/global.scss +++ b/src/global.scss @@ -508,4 +508,26 @@ td.monthview-secondary-with-event, td.monthview-secondary-with-event[_ngcontent- padding-left: 0px; } } -} \ No newline at end of file +} + + +// agenda attendee component +.attendee-search-bar input{ + border: 1px solid #cecece !important; + box-shadow: none !important; + border-radius: 3px !important; + -webkit-border-radius: 3px !important; + -moz-border-radius: 3px !important; + -ms-border-radius: 3px !important; + -o-border-radius: 3px !important; + } + + .attendee-search-bar .searchbar-input { + border: 1px solid #cecece !important; + box-shadow: none !important; + border-radius: 3px !important; + -webkit-border-radius: 3px !important; + -moz-border-radius: 3px !important; + -ms-border-radius: 3px !important; + -o-border-radius: 3px !important; + } \ No newline at end of file