mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
fix
This commit is contained in:
@@ -931,6 +931,7 @@ $font-size: rem(15);
|
|||||||
margin-left: -100%;
|
margin-left: -100%;
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
// top: -35px;
|
||||||
position: relative;
|
position: relative;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
@@ -1036,66 +1037,6 @@ $font-size: rem(15);
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media only screen and (min-width: 398px) {
|
|
||||||
.week-5 {
|
|
||||||
.calendar-title-container {
|
|
||||||
font-size: 16px;
|
|
||||||
}
|
|
||||||
.height-75 {
|
|
||||||
height: 75px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.height-356 {
|
|
||||||
height: 323px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.week-6 {
|
|
||||||
.calendar-title-container {
|
|
||||||
font-size: 16px;
|
|
||||||
}
|
|
||||||
.height-75 {
|
|
||||||
height: 75px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.height-356 {
|
|
||||||
height: 371px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
@media only screen and (min-width: 415px) {
|
|
||||||
.week-5 {
|
|
||||||
.calendar-title-container {
|
|
||||||
font-size: 16px;
|
|
||||||
}
|
|
||||||
.height-75 {
|
|
||||||
height: 75px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.height-356 {
|
|
||||||
height: 319px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.week-6 {
|
|
||||||
.calendar-title-container {
|
|
||||||
font-size: 16px;
|
|
||||||
}
|
|
||||||
.height-75 {
|
|
||||||
height: 75px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.height-356 {
|
|
||||||
height: 360px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@media only screen and (min-width: 500px) {
|
@media only screen and (min-width: 500px) {
|
||||||
.week-5 {
|
.week-5 {
|
||||||
.calendar-title-container {
|
.calendar-title-container {
|
||||||
|
|||||||
@@ -23,6 +23,7 @@ import { ReactiveFormsModule } from '@angular/forms';
|
|||||||
import { MatButtonModule } from '@angular/material/button';
|
import { MatButtonModule } from '@angular/material/button';
|
||||||
import { MatSelectModule } from '@angular/material/select';
|
import { MatSelectModule } from '@angular/material/select';
|
||||||
import { NgxMatMomentModule } from '@angular-material-components/moment-adapter';
|
import { NgxMatMomentModule } from '@angular-material-components/moment-adapter';
|
||||||
|
import { MatDialogModule } from '@angular/material/dialog';
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
imports: [
|
imports: [
|
||||||
@@ -30,6 +31,7 @@ import { NgxMatMomentModule } from '@angular-material-components/moment-adapter'
|
|||||||
FormsModule,
|
FormsModule,
|
||||||
IonicModule,
|
IonicModule,
|
||||||
NewEventPageRoutingModule,
|
NewEventPageRoutingModule,
|
||||||
|
//
|
||||||
MatDatepickerModule,
|
MatDatepickerModule,
|
||||||
MatInputModule,
|
MatInputModule,
|
||||||
MatNativeDateModule,
|
MatNativeDateModule,
|
||||||
@@ -39,7 +41,8 @@ import { NgxMatMomentModule } from '@angular-material-components/moment-adapter'
|
|||||||
NgxMatMomentModule,
|
NgxMatMomentModule,
|
||||||
MatSelectModule,
|
MatSelectModule,
|
||||||
MatButtonModule,
|
MatButtonModule,
|
||||||
ReactiveFormsModule
|
ReactiveFormsModule,
|
||||||
|
MatDialogModule,
|
||||||
],
|
],
|
||||||
declarations: [NewEventPage]
|
declarations: [NewEventPage]
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -129,11 +129,9 @@
|
|||||||
>
|
>
|
||||||
<mat-datepicker-toggle id="new-inicio" matSuffix [for]="picker1" ></mat-datepicker-toggle>
|
<mat-datepicker-toggle id="new-inicio" matSuffix [for]="picker1" ></mat-datepicker-toggle>
|
||||||
<ngx-mat-datetime-picker #picker1
|
<ngx-mat-datetime-picker #picker1
|
||||||
[showSpinners]="showSpinners"
|
|
||||||
[showSeconds]="showSeconds"
|
[stepHour]="15" [stepMinute]="15"
|
||||||
[stepHour]="stepHour" [stepMinute]="stepMinute"
|
|
||||||
[stepSecond]="stepSecond"
|
|
||||||
[touchUi]="touchUi"
|
|
||||||
>
|
>
|
||||||
</ngx-mat-datetime-picker>
|
</ngx-mat-datetime-picker>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
@@ -162,10 +160,8 @@
|
|||||||
>
|
>
|
||||||
<mat-datepicker-toggle id="new-fim" matSuffix [for]="fim" ></mat-datepicker-toggle>
|
<mat-datepicker-toggle id="new-fim" matSuffix [for]="fim" ></mat-datepicker-toggle>
|
||||||
<ngx-mat-datetime-picker #fim
|
<ngx-mat-datetime-picker #fim
|
||||||
[showSpinners]="showSpinners"
|
|
||||||
[showSeconds]="showSeconds"
|
[stepHour]="15" [stepMinute]="15"
|
||||||
[stepHour]="stepHour" [stepMinute]="stepMinute"
|
|
||||||
[stepSecond]="stepSecond"
|
|
||||||
>
|
>
|
||||||
</ngx-mat-datetime-picker>
|
</ngx-mat-datetime-picker>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
|
|||||||
+32
-39
@@ -1144,6 +1144,13 @@ background: rgb(92, 92, 92);
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// angular material inputs
|
||||||
|
|
||||||
|
.mat-form-field-infix, .mat-form-field-wrapper {
|
||||||
|
padding: 0px !important;
|
||||||
|
}
|
||||||
|
|
||||||
.select-calendar {
|
.select-calendar {
|
||||||
.mat-form-field-infix {
|
.mat-form-field-infix {
|
||||||
width: unset !important;
|
width: unset !important;
|
||||||
@@ -1465,52 +1472,38 @@ $font-size: rem(15);
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
// date picker
|
// date picker
|
||||||
// ngx-mat-datetime-content .actions {
|
ngx-mat-datetime-content .actions {
|
||||||
// z-index: 1;
|
z-index: 1;
|
||||||
// position: relative;
|
position: relative;
|
||||||
// top: -66px;
|
top: -66px;
|
||||||
// margin-bottom: -44px;
|
margin-bottom: -44px;
|
||||||
|
|
||||||
// button {
|
button {
|
||||||
// z-index: 11111111;
|
z-index: 11111111;
|
||||||
// }
|
}
|
||||||
// }
|
}
|
||||||
|
|
||||||
|
|
||||||
// ngx-mat-datetime-content .ngx-mat-timepicker {
|
ngx-mat-datetime-content .ngx-mat-timepicker {
|
||||||
// z-index: 111;
|
z-index: 111;
|
||||||
// }
|
}
|
||||||
// .mat-form-field-underline {
|
.mat-form-field-underline {
|
||||||
// display: none !important;
|
display: none !important;
|
||||||
// }
|
}
|
||||||
|
|
||||||
|
|
||||||
// ngx-mat-datetime-content .mat-input-element {
|
ngx-mat-datetime-content .mat-input-element {
|
||||||
// padding: 0px !important;
|
padding: 0px !important;
|
||||||
// }
|
}
|
||||||
|
|
||||||
|
ngx-mat-datetime-content{
|
||||||
|
.actions {
|
||||||
|
.mat-button-disabled {
|
||||||
|
background-color: #ff5a5a59 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// ngx-mat-datetime-content{
|
}
|
||||||
// .actions {
|
|
||||||
// .mat-button-disabled {
|
|
||||||
// background-color: #ff5a5a59 !important;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
|
||||||
// }
|
|
||||||
|
|
||||||
|
|
||||||
// // angular material inputs
|
|
||||||
|
|
||||||
// .mat-form-field-infix, .mat-form-field-wrapper {
|
|
||||||
// padding: 0px !important;
|
|
||||||
// }
|
|
||||||
|
|
||||||
|
|
||||||
// .mat-form-field-infix input {
|
|
||||||
|
|
||||||
// }
|
|
||||||
|
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
font-family: 'Roboto' !important;
|
font-family: 'Roboto' !important;
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
export let versionData = {
|
export let versionData = {
|
||||||
"shortSHA": "403c8c954",
|
"shortSHA": "bf62fc083",
|
||||||
"SHA": "403c8c954371c03710d1dc700cbea0639e3922f9",
|
"SHA": "bf62fc083401e82ea99e93f4d309f52c0468860c",
|
||||||
"branch": "developer",
|
"branch": "developer",
|
||||||
"lastCommitAuthor": "'Peter Maquiran'",
|
"lastCommitAuthor": "'Peter Maquiran'",
|
||||||
"lastCommitTime": "'Tue Aug 15 15:19:23 2023 +0100'",
|
"lastCommitTime": "'Tue Aug 15 15:28:24 2023 +0100'",
|
||||||
"lastCommitMessage": "improves",
|
"lastCommitMessage": "improves",
|
||||||
"lastCommitNumber": "5161",
|
"lastCommitNumber": "5162",
|
||||||
"change": "",
|
"change": "",
|
||||||
"changeStatus": "On branch developer\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/pages/gabinete-digital/despachos/despacho/despacho.page.html",
|
"changeStatus": "On branch developer\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/pages/agenda/agenda.page.scss\n\tmodified: src/app/pages/agenda/new-event/new-event.module.ts\n\tmodified: src/app/pages/agenda/new-event/new-event.page.html\n\tmodified: src/global.scss",
|
||||||
"changeAuthor": "peter.maquiran"
|
"changeAuthor": "peter.maquiran"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user