remove spacing from header and add in body of content

This commit is contained in:
tiago.kayaya
2021-12-10 16:08:36 +01:00
parent 7c7341b34b
commit fa0bb3c661
19 changed files with 84 additions and 58 deletions
+26 -9
View File
@@ -380,7 +380,7 @@ td.monthview-secondary-with-event, td.monthview-secondary-with-event[_ngcontent-
.desktop-search {
padding-top: 0px !important;
margin-top: 80px !important;
margin-top: 100px !important;
position: relative !important;
ion-backdrop {
@@ -751,9 +751,9 @@ app-header-no-search .ion-toolbar{
}
@@ -794,8 +794,26 @@ ion-content {
app-header .header-container{
background: var(--header-container-background) !important;
color: var(--headercolor);
margin-bottom: 20px
}
app-events .init-event-header,
app-agenda ion-content .container-wrapper,
app-gabinete-digital .container-wrapper,
app-publications .container-wrapper,
app-chat .container-wrapper,
app-pedido .container-wrapper,
app-diploma .container-wrapper,
app-diploma-assinar .container-wrapper,
app-expediente-detail .container-wrapper,
app-expediente-pr .container-wrapper,
app-approve-event .container-wrapper,
app-despacho .container-wrapper,
app-despacho-pr .container-wrapper
{
padding-top: 20px !important;
--padding-top:20px !important;
}
}
@media only screen and (min-width : 321px) {
@@ -1346,7 +1364,7 @@ ngx-mat-datetime-content{
ion-content {
--background:transparent;
}
}
@@ -1362,15 +1380,14 @@ ngx-mat-datetime-content{
}
}
$font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
$font-size: 11pt;
ion-row ul > li{
font-family: $font-family;
font-size: $font-size;
}