Files
doneit-web/src/app/pages/gabinete-digital/gabinete-digital.page.scss
T
2021-03-12 11:37:26 +01:00

187 lines
3.1 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: 1024px) {
.main-content{
.aside-wrapper{
border: 1px solid red;
justify-content: flex-start !important;
.aside-title{
font-family: Roboto;
font-size: 25px;
text-align: left;
}
}
.aside-content{
display: flex !important;
background-color: white;
}
}
.exp-card{
margin: 5px auto;
flex-direction: row !important;
width: 100%;
padding-right: 11px;
padding-bottom: 5px;
padding-top: 5px;
height: unset !important;
.exp-card-title{
flex: 1;
text-align: left;
}
.exp-card-content .title1{
display: none;
}
}
}