mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
add messing import
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
@import '~src/function.scss';
|
||||||
|
|
||||||
ion-item-group{
|
ion-item-group{
|
||||||
margin: 15px;
|
margin: 15px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -112,8 +112,8 @@ ion-item{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.div-top-header{
|
.div-top-header{
|
||||||
margin: 0 em(20px);
|
margin: 0 em(20);
|
||||||
padding-top: em(15px);
|
padding-top: em(15);
|
||||||
border: 0!important;
|
border: 0!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -306,7 +306,7 @@ ion-toolbar{
|
|||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
|
|
||||||
.meeting-time {
|
.meeting-time {
|
||||||
font-size: em(25px);
|
font-size: em(25);
|
||||||
font-family: Roboto;
|
font-family: Roboto;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
color: var(--white);
|
color: var(--white);
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
@import '~src/function.scss';
|
||||||
|
|
||||||
.display-none-true{
|
.display-none-true{
|
||||||
display: none;
|
display: none;
|
||||||
border: 1px solid red;
|
border: 1px solid red;
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
@import '~src/function.scss';
|
||||||
:host{
|
:host{
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
@import '~src/function.scss';
|
||||||
|
|
||||||
ion-content{
|
ion-content{
|
||||||
--background:transparent;
|
--background:transparent;
|
||||||
--padding-top:0px;
|
--padding-top:0px;
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
@import '~src/function.scss';
|
||||||
|
|
||||||
.btn-modal-dismiss{
|
.btn-modal-dismiss{
|
||||||
width: 37px;
|
width: 37px;
|
||||||
float: left;
|
float: left;
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
@import '~src/function.scss';
|
||||||
|
|
||||||
.right{
|
.right{
|
||||||
padding: 0!important;
|
padding: 0!important;
|
||||||
float: right;
|
float: right;
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
@import '~src/function.scss';
|
||||||
|
|
||||||
ion-content{
|
ion-content{
|
||||||
--background:transparent;
|
--background:transparent;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
@import '~src/function.scss';
|
||||||
|
|
||||||
.header-toolbar{
|
.header-toolbar{
|
||||||
--background:transparent;
|
--background:transparent;
|
||||||
--opacity: 1;
|
--opacity: 1;
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
@import '~src/function.scss';
|
||||||
|
|
||||||
.header-toolbar{
|
.header-toolbar{
|
||||||
--background:transparent;
|
--background:transparent;
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
@import '~src/function.scss';
|
||||||
|
|
||||||
.header-toolbar{
|
.header-toolbar{
|
||||||
--background:transparent;
|
--background:transparent;
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
@import '~src/function.scss';
|
||||||
|
|
||||||
ion-content{
|
ion-content{
|
||||||
--background:transparent;
|
--background:transparent;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,15 +1,15 @@
|
|||||||
@import '~src/function.scss';
|
@import '~src/function.scss';
|
||||||
|
|
||||||
.div-top-header{
|
.div-top-header{
|
||||||
margin: 0 em(20px);
|
margin: 0 em(20);
|
||||||
background-color: #0782c9;
|
background-color: #0782c9;
|
||||||
padding-top: em(15px);
|
padding-top: em(15);
|
||||||
border: 0!important;
|
border: 0!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.div-logo{
|
.div-logo{
|
||||||
background: transparent;
|
background: transparent;
|
||||||
width: em(140px);
|
width: em(140);
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
@import '~src/function.scss';
|
@import '~src/function.scss';
|
||||||
|
|
||||||
.div-top-header{
|
.div-top-header{
|
||||||
margin: 0 em(20px);
|
margin: 0 em(20);
|
||||||
// background-color: #0782c9;
|
// background-color: #0782c9;
|
||||||
//padding-top: em(15px);
|
//padding-top: em(15px);
|
||||||
border: 0!important;
|
border: 0!important;
|
||||||
|
|||||||
@@ -1,14 +1,14 @@
|
|||||||
@import '~src/function.scss';
|
@import '~src/function.scss';
|
||||||
|
|
||||||
.div-top-header{
|
.div-top-header{
|
||||||
margin: 0 em(20px);
|
margin: 0 em(20);
|
||||||
padding-top: em(15px);
|
padding-top: em(15);
|
||||||
border: 0!important;
|
border: 0!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.div-logo{
|
.div-logo{
|
||||||
background: transparent;
|
background: transparent;
|
||||||
width: em(140px);
|
width: em(140);
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
@import '~src/function.scss';
|
||||||
|
|
||||||
:host{
|
:host{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
@import '~src/function.scss';
|
||||||
|
|
||||||
.options-container{
|
.options-container{
|
||||||
--padding-top:20px !important;
|
--padding-top:20px !important;
|
||||||
--padding-bottom:20px !important;
|
--padding-bottom:20px !important;
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
@import '~src/function.scss';
|
||||||
|
|
||||||
.options-container {
|
.options-container {
|
||||||
--padding-top:20px !important;
|
--padding-top:20px !important;
|
||||||
--padding-bottom:20px !important;
|
--padding-bottom:20px !important;
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
@import '~src/function.scss';
|
||||||
|
|
||||||
.options-container{
|
.options-container{
|
||||||
--padding-top:20px !important;
|
--padding-top:20px !important;
|
||||||
--padding-bottom:20px !important;
|
--padding-bottom:20px !important;
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
@import '~src/function.scss';
|
||||||
|
|
||||||
.wrapper{
|
.wrapper{
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
padding-top:20px !important;
|
padding-top:20px !important;
|
||||||
|
|||||||
+2
@@ -1,3 +1,5 @@
|
|||||||
|
@import '~src/function.scss';
|
||||||
|
|
||||||
.container{
|
.container{
|
||||||
--padding-top:20px !important;
|
--padding-top:20px !important;
|
||||||
--padding-bottom:20px !important;
|
--padding-bottom:20px !important;
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
@import '~src/function.scss';
|
||||||
|
|
||||||
.container{
|
.container{
|
||||||
--padding-top:20px !important;
|
--padding-top:20px !important;
|
||||||
--padding-bottom:20px !important;
|
--padding-bottom:20px !important;
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
@import '~src/function.scss';
|
||||||
|
|
||||||
.options-container{
|
.options-container{
|
||||||
--padding-top:20px !important;
|
--padding-top:20px !important;
|
||||||
--padding-bottom:20px !important;
|
--padding-bottom:20px !important;
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
@import '~src/function.scss';
|
||||||
|
|
||||||
.options-container{
|
.options-container{
|
||||||
--padding-top:20px !important;
|
--padding-top:20px !important;
|
||||||
--padding-bottom:20px !important;
|
--padding-bottom:20px !important;
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
@import '~src/function.scss';
|
||||||
|
|
||||||
:host{
|
:host{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
@import '~src/function.scss';
|
||||||
|
|
||||||
.left{
|
.left{
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
export let versionData = {
|
export let versionData = {
|
||||||
"shortSHA": "1087e6869",
|
"shortSHA": "86f9e528e",
|
||||||
"SHA": "1087e6869051df8b4b3ccf3cb1b832be89c1b92d",
|
"SHA": "86f9e528e1326a6e17740ddd058657a2f19642fc",
|
||||||
"branch": "merge-all",
|
"branch": "merge-all",
|
||||||
"lastCommitAuthor": "'Peter Maquiran'",
|
"lastCommitAuthor": "'Peter Maquiran'",
|
||||||
"lastCommitTime": "'Wed Jul 12 13:54:20 2023 +0100'",
|
"lastCommitTime": "'Wed Jul 12 15:15:02 2023 +0100'",
|
||||||
"lastCommitMessage": "add",
|
"lastCommitMessage": "fixe",
|
||||||
"lastCommitNumber": "5069",
|
"lastCommitNumber": "5070",
|
||||||
"change": "",
|
"change": "",
|
||||||
"changeStatus": "On branch merge-all\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/pages/publications/gallery/gallery.page.scss\n\tmodified: src/app/pages/publications/new-action/new-action.page.scss\n\tmodified: src/app/pages/publications/new-publication/new-publication.page.scss\n\tmodified: src/app/shared/gabinete-digital/events-to-approve/events-to-approve.page.html\n\tmodified: src/app/shared/gabinete-digital/events-to-approve/events-to-approve.page.scss\n\tmodified: src/app/shared/publication/new-action/new-action.page.scss\n\tmodified: src/app/shared/publication/new-publication/new-publication.page.scss\n\tmodified: src/app/shared/publication/view-publications/publication-detail/publication-detail.page.scss",
|
"changeStatus": "On branch merge-all\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/pages/events/event-detail/event-detail.page.scss\n\tmodified: src/app/pages/login/login.page.scss\n\tmodified: src/app/services/events/events.page.scss\n\tmodified: src/app/shared/agenda/approve-event/approve-event.page.scss\n\tmodified: src/app/shared/agenda/event-list/event-list.page.scss\n\tmodified: src/app/shared/agenda/view-event/view-event.page.scss\n\tmodified: src/app/shared/btn-modal-dismiss/btn-modal-dismiss.page.scss\n\tmodified: src/app/shared/btn-seguinte/btn-seguinte.page.scss\n\tmodified: src/app/shared/chat/edit-group/edit-group.page.scss\n\tmodified: src/app/shared/chat/group-messages/group-contacts/group-contacts.page.scss\n\tmodified: src/app/shared/chat/messages/contacts/contacts.page.scss\n\tmodified: src/app/shared/chat/new-group/contacts/contacts.page.scss\n\tmodified: src/app/shared/chat/new-group/new-group.page.scss\n\tmodified: src/app/shared/header-pr/header-pr.page.scss\n\tmodified: src/app/shared/header/header.page.scss\n\tmodified: src/app/shared/pin/pin.page.scss\n\tmodified: src/app/shared/popover/bad-request/bad-request.page.scss\n\tmodified: src/app/shared/popover/deploma-options/deploma-options.page.scss\n\tmodified: src/app/shared/popover/despachos-options/despachos-options.page.scss\n\tmodified: src/app/shared/popover/despachos-pr-options/despachos-pr-options.page.scss\n\tmodified: src/app/shared/popover/diplomas-gerar-options/diplomas-gerar-options.page.scss\n\tmodified: src/app/shared/popover/event-details-documents-options/event-details-documents-options.page.scss\n\tmodified: src/app/shared/popover/messages-options/messages-options.page.scss\n\tmodified: src/app/shared/popover/opts-expediente-pr/opts-expediente-pr.page.scss\n\tmodified: src/app/shared/popover/opts-expediente/opts-expediente.page.scss\n\tmodified: src/app/shared/popover/success-message/success-message.page.scss\n\tmodified: src/app/tiny-mce/tiny-mce.page.scss",
|
||||||
"changeAuthor": "peter.maquiran"
|
"changeAuthor": "peter.maquiran"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user