Implementation for copay distribution sass.

This commit is contained in:
Andy Phillipson 2017-02-23 16:46:41 -05:00
commit 73a06b595f
105 changed files with 1150 additions and 480 deletions

View file

@ -29,14 +29,14 @@
.feedback-title {
font-size: 20px;
font-weight: bold;
color: $dark-gray;
color: $v-dark-gray;
margin: 20px 10px;
text-align: center;
}
.subtitle {
padding: 10px 30px 20px;
text-align: center;
color: $mid-gray;
color: $v-mid-gray;
}
.icon-svg > img {
height: 16rem;
@ -54,7 +54,7 @@
}
.share-buttons {
padding: 50px 10px 30px;
background-color: $subtle-gray;
background-color: $v-subtle-gray;
text-align: center;
transform: translateY(100%);
opacity: 0;
@ -66,7 +66,7 @@
}
.share-buttons__action {
display: inline-block;
color: #667;
color: $v-mid-gray;
font-size: .9rem;
width: 90px;
height: 90px;

View file

@ -2,7 +2,7 @@
background-color: #ffffff;
text-align: center;
.skip-rating {
color: $dark-gray;
color: $v-dark-gray;
position: absolute;
top: 5px;
right: 10px;
@ -16,7 +16,7 @@
.feedback-title {
font-size: 20px;
font-weight: bold;
color: $dark-gray;
color: $v-dark-gray;
margin: 80px 50px 10px;
text-align: center;
}
@ -26,13 +26,13 @@
}
.subtitle {
padding: 10px 30px 20px 40px;
color: #667;
color: $v-mid-gray;
}
.rate-buttons {
bottom: 0;
width: 100%;
position: absolute;
background-color: $subtle-gray;
background-color: $v-subtle-gray;
padding: 30px 0 15px;
}
}

View file

@ -14,7 +14,7 @@
padding-left: 10px;
font-size: 20px;
font-weight: bold;
color: $dark-gray;
color: $v-dark-gray;
}
.rating {
text-align: right;
@ -25,11 +25,11 @@
font-size: 1rem;
line-height: 1.5em;
font-weight: 300;
color: $dark-gray;
color: $v-dark-gray;
}
.user-feedback {
border-top: 1px solid $subtle-gray;
border-bottom: 1px solid $subtle-gray;
border-top: 1px solid $v-subtle-gray;
border-bottom: 1px solid $v-subtle-gray;
padding: 20px;
width: 100%;
margin-bottom: 20px;