Files
doneit-web/src/app/pages/gabinete-digital/gabinete-digital.page.scss
T
tiago.kayaya 3597466850 save
2021-03-30 15:35:22 +01:00

221 lines
3.8 KiB
SCSS

ion-content{
/* --padding-top:15px; */
/* --padding-end:15px;
--padding-start:15px; */
/* --padding-bottom:15px; */
/* --background:#ecf8ff; */
--background: transparent;
}
:host{
background: #0782c9;
ion-card-title{
text-align: center;
}
ion-card{
background-color: #d4d5ca;
border-radius: 20px;
}
ion-item{
--ion-background-color:#dae3f3;
margin-bottom: 10px;
border-radius: 5px;
}
ion-button{
color: #000;
--background:none;
--border-color: none;
--box-shadow:none;
}
ion-label{
padding: 10px;
}
}
.ion-item-change-color{
--ion-background-color:#fff2cc !important;
margin-bottom: 10px;
border-radius: 5px;
}
.div-top-header{
width: 400px;
margin: 0 auto;
background-color: #0782c9;
overflow: auto;
padding-top: 15px;
border: 0!important;
.div-search{
font-size: 45px;
float: left;
margin: 0 0 0 10px
}
.div-logo{
background: transparent;
width: 140px;
margin: 5px 0 0px 71px;
float: left;
}
.div-logo img{
width: 100%;
}
.div-profile{
font-size: 45px;
float: right;
margin-right: 10px;
}
}
/* NEW CSS */
.main-content{
width: 100%; /* 400px */
height: 100%;
font-family: Roboto;
margin: 0 auto;
background:#ecf8ff;
overflow:auto;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
.aside{
}
}
.title-content{
height: auto;
margin: 0 auto;
overflow: hidden;
padding: 0 !important;
background: transparent;
}
.div-title{
padding: 0!important;
float: left;
}
.title{
font-size: 25px;
}
.div-icon{
float: right;
font-size: 35px;
overflow: auto;
}
.exp-card{
width: 174px;
height: 200px;
margin: 8px;
padding: 30px 5px 30px 5px;
border-radius: 15px;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
//border: solid 1px #e9e9e9;
/* --background-color: #ffffff !important; */
background-color: #ffffff !important;
float: left;
}
.exp-card-icon{
margin: 0 auto;
}
.exp-card ion-icon{
font-size: 48px;
}
.exp-card-title{
font-size: 15px;
color: #0d89d1;
font-family: Roboto;
font-weight: bold;
font-stretch: normal;
font-style: normal;
color: #0d89d1;
margin: 15px 0 0 10px;
text-align: center;
}
.exp-card-title p{
text-align: center;
}
.exp-card-content{
font-size: 13px;
color: #797979;
margin: 11px 0 0;
font-family: Roboto;
font-weight: 700;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
text-align: center;
}
@media only screen and (min-width: 801px) {
.main-content{
.aside-wrapper{
width: 35%;
justify-content: flex-start !important;
border-right: 1px solid #d8d8d8;
.aside-title{
font-family: Roboto;
font-size: 25px;
text-align: left;
}
}
.aside-content{
width: 65%;
display: flex !important;
background-color: white;
}
}
.exp-card{
display: flex;
align-items: center;
margin: 0 auto;
margin-bottom: 15px;
flex-direction: row !important;
width: 100%;
padding: 10px 17px 10px 17px;
height: unset !important;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
.exp-card-title{
flex: 1;
text-align: left;
margin-top: 0px !important;
}
.exp-card-content{
margin: 0 !important;
}
.exp-card-content .title1{
display: none;
margin-top: 0px !important;
}
.exp-card-content .number{
//display: none;
margin-top: 0px !important;
}
}
}
@media only screen and (min-width: 1024px){
.content{
width: 70%;
}
.aside-right{
width: 30%;
}
}
@media only screen and (min-width: 1140px) {
.div-icon{
display: none;
}
.content{
width: 75%;
border-right: 1px solid #d8d8d8;
}
.aside-right{
width: 25%;
}
}