Merge branch 'developer' of bitbucket.org:equilibriumito/gabinete-digital into developer

This commit is contained in:
Peter Maquiran
2021-06-18 12:02:39 +01:00
18 changed files with 109 additions and 68 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;