multiples changes

This commit is contained in:
tiago.kayaya
2021-06-18 11:59:06 +01:00
parent 8b108ad8ef
commit ca3830a423
7 changed files with 45 additions and 32 deletions
@@ -1,4 +1,11 @@
:host{
::-webkit-scrollbar {
width: 7px;
height: 7px;
}
background: transparent;
padding: 0!important;
}
@@ -56,15 +63,12 @@
color:#000;
}
.main-content{
width: 100%; /* 400px */
height: 100%;
font-family: Roboto;
margin: 0 auto;
background-color: #fff;
overflow:auto;
padding: 15px 20px 0 20px;
.main-container{
width: 100%;
height: 100% !important;
overflow-y: auto;
}
.content-top{
background: #f3f2f2;
height: 20px;
@@ -73,17 +77,6 @@
border-top-right-radius: 25px;
transform: translate3d(0, 1px, 0);
}
.content-container{
width: 100%;
margin:0 auto;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
background: #ffffff;
height: 100%;
box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.6);
padding: 25px 0px 0 0px;
overflow: auto;
}
.title-content{
margin: 0px auto;
overflow: auto;