Merge pull request #606 from bitjson/feature/update-terms
Update terms of service
This commit is contained in:
commit
403aa64256
4 changed files with 76 additions and 17 deletions
|
|
@ -30,3 +30,8 @@ $placeholder-icon-padding: 10px;
|
|||
.item-input-wrapper {
|
||||
background: none transparent;
|
||||
}
|
||||
|
||||
// the default .item p color of #666 cannot be modified by a variable
|
||||
.item p {
|
||||
color: $mid-gray;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ $fill-blue: #D5DFFF;
|
|||
$subtle-gray: darken(#fff, 5%);
|
||||
$roboto: "Roboto", sans-serif;
|
||||
$roboto-light: "Roboto-Light", sans-serif-light;
|
||||
$light-green: rgb(19, 229, 182);
|
||||
$success-green: #17ae8c;
|
||||
$warning-orange: #ffa500;
|
||||
$dark-gray: #445;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,12 @@
|
|||
#terms {
|
||||
.terms {
|
||||
&__heading {
|
||||
font-weight: bold;
|
||||
color: $dark-gray;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#terms-of-use {
|
||||
ion-header-bar {
|
||||
background: #fff;
|
||||
|
|
@ -41,16 +50,16 @@
|
|||
}
|
||||
.checkbox input:checked:before,
|
||||
.checkbox input:checked + .checkbox-icon:before {
|
||||
border-color: rgb(19, 229, 182);
|
||||
border-color: $light-green;
|
||||
}
|
||||
.checkbox input:checked:after,
|
||||
input:checked + .checkbox-icon:after {
|
||||
border-color: rgb(19, 229, 182);
|
||||
border-color: $light-green;
|
||||
top: 20%;
|
||||
left: 11%;
|
||||
}
|
||||
.item {
|
||||
color: rgb(58, 58, 58);
|
||||
color: $dark-gray;
|
||||
padding-bottom: 1.2rem;
|
||||
padding-bottom: 2.5rem;
|
||||
float: left;
|
||||
|
|
@ -64,7 +73,7 @@
|
|||
}
|
||||
}
|
||||
p {
|
||||
color: rgb(58, 58, 58);
|
||||
color: $dark-gray;
|
||||
}
|
||||
.checkbox input:before,
|
||||
.checkbox .checkbox-icon:before {
|
||||
|
|
@ -72,7 +81,7 @@
|
|||
}
|
||||
.checkbox input:checked:before,
|
||||
.checkbox input:checked + .checkbox-icon:before {
|
||||
border-color: rgb(19, 229, 182);
|
||||
border-color: $light-green;
|
||||
}
|
||||
button {
|
||||
margin-top: 1.5rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue