diff --git a/src/app/campaigns/campaigns.module.ts b/src/app/campaigns/campaigns.module.ts index 4fc7ce4e7..2c907b1e7 100755 --- a/src/app/campaigns/campaigns.module.ts +++ b/src/app/campaigns/campaigns.module.ts @@ -18,7 +18,7 @@ import { ParticiperComponent } from '@app/campaigns/components/participer/partic import { PasswordModalComponent } from './components/password-modal/password-modal.component'; import { TransactionMessageStatusComponent } from '@app/campaigns/components/transaction-message-status/transaction-message-status.component'; import { NgxTweetModule } from 'ngx-tweet'; - +import { DraftMaximumParticipationComponent } from '@app/campaigns/components/draft-maximum-participation/draft-maximum-participation.component'; import { CampaignsSharedUiModule } from './campaigns-shared-ui.module'; import { NpnSliderModule } from 'npn-slider'; import { EffectsModule } from '@ngrx/effects'; @@ -56,7 +56,8 @@ import { SharedModule } from '@app/shared/shared.module'; TransactionMessageStatusComponent, MissionsComponent, DraftPictureComponent, - SocialsComponent + SocialsComponent, + DraftMaximumParticipationComponent ], imports: [ CommonModule, diff --git a/src/app/campaigns/components/draft-maximum-participation/draft-maximum-participation.component.css b/src/app/campaigns/components/draft-maximum-participation/draft-maximum-participation.component.css new file mode 100644 index 000000000..75d4cfd4a --- /dev/null +++ b/src/app/campaigns/components/draft-maximum-participation/draft-maximum-participation.component.css @@ -0,0 +1,67 @@ +.title-section { + font-style: normal; + font-weight: bold; + font-size: 22px; + line-height: 28px; + text-align: center; + letter-spacing: 1px; + color: #1f2337; +} +.label-type { + font-style: normal; + font-family: 'Poppins'; + font-weight: 400; + font-size: 16px; + line-height: 125.9%; + letter-spacing: 0.03em; + color: #75758f; + text-align: center; + display: flow; + margin-bottom: 25px !important; +} +.small-label { + font-style: normal; + font-weight: 600; + font-size: 14px; + line-height: 125.9%; + letter-spacing: 0.03em; + color: #75758F; + padding-left: 170px !important; +} +.styleForInputMedia { + border-style: solid; + border-radius: 30px; + border-color: #D6D6E8; + outline: none; + width: 40%; + height: 150%; + text-align: start; + color: #323754; + margin-right: 30px !important; + position: relative; + bottom: 0.4em; + text-align: center; + } + + /* .cont{ + display : flex; + flex-direction: row; + } */ + + .test{ display: flex; justify-content: flex-end;} + .left { flex-grow: 1; } + .right { display: flex; align-items: center; } + + + /* Hide the spinner controls for number input */ +input[type="number"]::-webkit-inner-spin-button, +input[type="number"]::-webkit-outer-spin-button { + -webkit-appearance: none; + appearance: none; + margin: 0; +} + +/* Hide the spinner controls for Firefox */ +input[type="number"] { + -moz-appearance: textfield; +} diff --git a/src/app/campaigns/components/draft-maximum-participation/draft-maximum-participation.component.html b/src/app/campaigns/components/draft-maximum-participation/draft-maximum-participation.component.html new file mode 100644 index 000000000..d3cb1fccc --- /dev/null +++ b/src/app/campaigns/components/draft-maximum-participation/draft-maximum-participation.component.html @@ -0,0 +1,58 @@ +
{{ 'campaign_descrip-max-partic' | translate }}
+