mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
remove spacing from header and add in body of content
This commit is contained in:
+26
-9
@@ -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;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user