Wallet/src/sass/views/onboarding/terms-of-use.scss
2016-10-17 16:58:58 -03:00

82 lines
1.7 KiB
SCSS

#terms-of-use {
ion-header-bar {
background: #fff;
box-shadow: $subtle-box-shadow;
.primary-buttons{
.button{
font-size: 2rem;
}
}
}
ion-content{
padding-top: 1.5rem;
color: $dark-gray;
margin-bottom: 210px;
p {
padding: 0 2.5%;
margin: 2rem auto;
&:first-child {
margin-top: 0;
}
}
}
#agree-to-terms {
background: #fff;
padding: 1rem;
position: absolute;
bottom: 0;
width: 100%;
.text-center {
text-align: center;
}
.checkbox input:before,
.checkbox .checkbox-icon:before {
border-radius: 50% !important;
background: none;
border-width: 2px;
padding: .9rem;
position: relative;
left: -7px;
top: -8px;
}
.checkbox input:checked:before,
.checkbox input:checked + .checkbox-icon:before {
border-color: rgb(19, 229, 182);
}
.checkbox input:checked:after,
input:checked + .checkbox-icon:after {
border-color: rgb(19, 229, 182);
top: 20%;
left: 11%;
}
.item {
color: rgb(58, 58, 58);
padding-bottom: 1.2rem;
padding-bottom: 2.5rem;
float: left;
border: none;
width: 10%;
position: relative;
padding-right: 0;
padding-left: 50px;
.item-content {
white-space: normal;
}
}
p {
color: rgb(58, 58, 58);
}
.checkbox input:before,
.checkbox .checkbox-icon:before {
border-color: $soft-blue;
}
.checkbox input:checked:before,
.checkbox input:checked + .checkbox-icon:before {
border-color: rgb(19, 229, 182);
}
button {
margin-top: 1.5rem;
position: relative;
}
}
}