2017-02-24 14:46:54 -05:00
|
|
|
#pin-code {
|
2017-03-07 11:33:17 -03:00
|
|
|
background-color: #FAFAFA;
|
|
|
|
|
.bar.bar-clear {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
border: none;
|
2017-03-07 15:39:40 -03:00
|
|
|
.back-button .icon:before {
|
|
|
|
|
color: #2d3f50;
|
|
|
|
|
}
|
2017-02-24 14:46:54 -05:00
|
|
|
}
|
|
|
|
|
.content {
|
2017-02-28 10:32:10 -03:00
|
|
|
text-align: center;
|
2017-02-24 14:46:54 -05:00
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
2017-03-07 11:33:17 -03:00
|
|
|
.app-icon {
|
|
|
|
|
margin-top: -55px;
|
|
|
|
|
.big-icon-svg {
|
|
|
|
|
> .bg {
|
|
|
|
|
background-image: url("../img/app/icon.png");
|
|
|
|
|
height: 60px;
|
|
|
|
|
width: 60px;
|
|
|
|
|
margin: auto;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.block-text {
|
|
|
|
|
align-items: center;
|
|
|
|
|
background-color: #F1F1F1;
|
|
|
|
|
text-align: center;
|
|
|
|
|
height: 30%;
|
|
|
|
|
border-bottom: 1px solid #c5c5c5;
|
|
|
|
|
span {
|
|
|
|
|
width: 60%;
|
|
|
|
|
margin: 10% auto;
|
2017-02-24 14:46:54 -05:00
|
|
|
}
|
|
|
|
|
}
|
2017-03-07 11:33:17 -03:00
|
|
|
.block-code {
|
2017-03-08 16:02:34 -03:00
|
|
|
width: 120px;
|
2017-03-07 11:33:17 -03:00
|
|
|
margin: auto;
|
|
|
|
|
.row {
|
2017-03-08 16:02:34 -03:00
|
|
|
height: 35px;
|
2017-03-07 11:33:17 -03:00
|
|
|
}
|
2017-03-08 16:02:34 -03:00
|
|
|
}
|
|
|
|
|
.block-buttons {
|
|
|
|
|
.col {
|
|
|
|
|
padding: 5%;
|
2017-03-07 11:33:17 -03:00
|
|
|
}
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 3%;
|
|
|
|
|
left: 0;
|
|
|
|
|
width: 100%;
|
2017-02-24 14:46:54 -05:00
|
|
|
}
|
2017-02-23 16:56:46 -05:00
|
|
|
}
|
2017-03-07 11:33:17 -03:00
|
|
|
.circle {
|
|
|
|
|
border: 1px solid #666666;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
opacity: 0.6;
|
|
|
|
|
box-shadow: 0 0 1px 0px rgb( 255, 255, 255);
|
2017-03-08 16:02:34 -03:00
|
|
|
margin: 2px;
|
|
|
|
|
transition: background-color .2s ease-in-out;
|
2017-03-07 11:33:17 -03:00
|
|
|
}
|
|
|
|
|
.filled {
|
|
|
|
|
background-color: #666666;
|
|
|
|
|
}
|
2017-02-23 16:56:46 -05:00
|
|
|
}
|