Files
doneit-web/src/app/modals/preview-camera/preview-camera.page.scss
T

111 lines
1.6 KiB
SCSS
Raw Normal View History

2023-07-07 12:03:03 +01:00
@import '~src/function.scss';
2021-11-17 15:34:15 +01:00
ion-footer {
margin-bottom: 10px;
}
ion-slides {
height: 100%;
}
.redla{
2021-11-29 15:48:35 +01:00
color: rgb(250, 250, 4);
2021-11-23 16:05:32 +01:00
background-color: rgb(255, 238, 0);
2021-11-22 13:53:37 +01:00
border-radius: 120px;
2023-07-07 12:03:03 +01:00
width: rem(30);
2021-11-22 16:37:11 +01:00
height: 30px;
2021-11-17 15:34:15 +01:00
}
2021-11-23 16:05:32 +01:00
.blacking{
background-color: rgb(168, 41, 41);
}
2021-11-17 15:34:15 +01:00
2021-11-19 08:51:10 +01:00
.cardconteudo {
2021-11-29 15:48:35 +01:00
background: rgb(253, 252, 252);
2021-11-23 16:05:32 +01:00
display: flex;
flex-wrap: wrap;
2021-11-19 08:51:10 +01:00
}
2021-11-17 15:34:15 +01:00
2021-11-19 08:51:10 +01:00
.whiter{
color: white;
}
.right{
float: right;
}
.center{
clear: both;
2021-11-22 13:53:37 +01:00
}
2021-12-03 17:27:10 +01:00
ion-icon {
width: 500px;
height: 500px;
}
2021-11-22 13:53:37 +01:00
2021-12-03 17:27:10 +01:00
.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);
}
2021-11-22 13:53:37 +01:00
2021-12-03 17:27:10 +01:00
/* Vector */
2021-11-22 13:53:37 +01:00
2021-12-03 17:27:10 +01:00
.digitalizacao_001pd {
width: 238px;
height: 29px;
margin: 3px 3px 3px 0;
font-family: Roboto;
2023-07-07 12:03:03 +01:00
font-size: rem(20);
2021-12-03 17:27:10 +01:00
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: var(--black);
}
.iconsarrowarrow-left {
width: 36px;
2023-07-07 12:03:03 +01:00
height: rem(35);
2021-12-03 17:27:10 +01:00
padding: 9px 14px 8px 13px;
object-fit: contain;
}
2021-11-22 13:53:37 +01:00
2021-12-03 17:27:10 +01:00
.Rectangle-Copy-5 {
width: 400px;
height: 60px;
margin: 43px 0 0;
background-color: #f9f9f9;
}
2021-11-22 13:53:37 +01:00
2021-12-03 17:27:10 +01:00
.Bitmap {
width: 358px;
height: 506px;
margin: 100px;
}
2021-11-22 13:53:37 +01:00
2021-12-03 17:27:10 +01:00
.inside{
background-color: var(--very-light-grey);
}
.place{
float : left;
2023-07-07 12:03:03 +01:00
font-size: rem(14);
2021-11-22 13:53:37 +01:00
2021-12-03 17:27:10 +01:00
}
.footer{
background-color:transparent;
}
2021-11-22 13:53:37 +01:00
2021-12-03 17:27:10 +01:00
.distance{
margin-left: 100px;
}