Margin top to header added with 20px

This commit is contained in:
Eudes Inácio
2021-10-25 09:15:23 +01:00
parent c082a8b9f8
commit e53ecf5a0a
5 changed files with 39 additions and 15 deletions
@@ -26,7 +26,7 @@ ion-segment-button{
text-align: center;
}
.title-container{
background:#ecf8ff;
background:var(--gabinete-title-container);
padding: 30px 20px 15px 20px !important;
//margin-bottom: 15px;
border-top-left-radius: 25px;
@@ -117,7 +117,7 @@ ion-segment-button{
height: 100%;
font-family: Roboto;
margin: 0 auto;
background:#ecf8ff;
background:var(--gabinete-main-container);
overflow:hidden;
padding: 0 !important;
border-top-left-radius: 25px;