This commit is contained in:
tiago.kayaya
2021-12-20 16:54:05 +01:00
parent 4a3a2ee1a6
commit 978c6275b7
12 changed files with 46 additions and 58 deletions
@@ -20,7 +20,7 @@ ion-menu{
background-color: #fff;
color:#000;
transform: translate3d(0, 1px, 0);
.title-content{
width: 100% !important;
margin: 0px auto;
@@ -95,7 +95,7 @@ ion-menu{
width: calc(100%-50px);
margin-left: 50px;
font-size: 18px;
.content-location{
width: 100%;
margin: 0 auto;
@@ -106,10 +106,10 @@ ion-menu{
width: calc(100% - 105px);
float: left;
}
}
.location-detail{
width: 210px;
font-weight: 700;
@@ -175,10 +175,10 @@ ion-menu{
font-size: 16px;
}
}
.bottom-content{
margin: 0 auto;
.bottom-content h3{
font-size: 16px;
margin: 0 0 0 10px;
@@ -214,12 +214,12 @@ ion-menu{
}
.aside-right{
padding: 30px 20px 0 20px !important;
.arrow-right{
display: flex;
justify-content: flex-end;
margin-bottom: 20px;
.arrow-right-icon{
width: 37px;
float: right;
@@ -230,11 +230,10 @@ ion-menu{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
.btn-ok, .btn-cancel, .btn-delete{
height: auto !important;
font-size: 16px !important;
font-weight: 600 !important;
width: 100% !important;
margin-bottom: 10px !important;
padding: 15px !important;
@@ -269,12 +268,12 @@ ion-menu{
width: 65%;
border-right: 1px solid #d8d8d8;
}
.aside-right{
width: 35%;
}
}
@media only screen and (min-width: 1024px){
.content{
width: 70%;
@@ -283,7 +282,7 @@ ion-menu{
width: 30%;
}
}
@media only screen and (min-width: 1140px){
.content{
width: 75%;
@@ -299,4 +298,4 @@ ion-menu{
float: right;
padding: 5px 13.5px 5px 13.5px;
color: #fff;
}
}