mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
111 lines
1.6 KiB
SCSS
111 lines
1.6 KiB
SCSS
@import '~src/function.scss';
|
|
|
|
ion-footer {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
ion-slides {
|
|
height: 100%;
|
|
}
|
|
|
|
.redla{
|
|
color: rgb(250, 250, 4);
|
|
background-color: rgb(255, 238, 0);
|
|
border-radius: 120px;
|
|
width: rem(30);
|
|
height: 30px;
|
|
}
|
|
.blacking{
|
|
background-color: rgb(168, 41, 41);
|
|
}
|
|
|
|
.cardconteudo {
|
|
background: rgb(253, 252, 252);
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
.whiter{
|
|
color: white;
|
|
|
|
}
|
|
.right{
|
|
float: right;
|
|
}
|
|
.center{
|
|
clear: both;
|
|
}
|
|
|
|
|
|
|
|
ion-icon {
|
|
width: 500px;
|
|
height: 500px;
|
|
}
|
|
|
|
.Rectangle {
|
|
width: 400px;
|
|
height: 666px;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
border-top-left-radius: 25px;
|
|
border-top-right-radius: 25px;
|
|
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.49);
|
|
background-color: var(--white);
|
|
|
|
}
|
|
|
|
/* Vector */
|
|
|
|
|
|
.digitalizacao_001pd {
|
|
width: 238px;
|
|
height: 29px;
|
|
margin: 3px 3px 3px 0;
|
|
font-family: Roboto;
|
|
font-size: rem(20);
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
font-style: normal;
|
|
line-height: normal;
|
|
letter-spacing: normal;
|
|
color: var(--black);
|
|
|
|
}
|
|
.iconsarrowarrow-left {
|
|
width: 36px;
|
|
height: rem(35);
|
|
padding: 9px 14px 8px 13px;
|
|
object-fit: contain;
|
|
}
|
|
|
|
|
|
.Rectangle-Copy-5 {
|
|
width: 400px;
|
|
height: 60px;
|
|
margin: 43px 0 0;
|
|
background-color: #f9f9f9;
|
|
}
|
|
|
|
.Bitmap {
|
|
width: 358px;
|
|
height: 506px;
|
|
margin: 100px;
|
|
}
|
|
|
|
.inside{
|
|
background-color: var(--very-light-grey);
|
|
}
|
|
.place{
|
|
float : left;
|
|
font-size: rem(14);
|
|
|
|
}
|
|
.footer{
|
|
background-color:transparent;
|
|
}
|
|
|
|
.distance{
|
|
margin-left: 100px;
|
|
} |