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

@ -8,17 +8,17 @@
max-width: 350px;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border-radius: $unmistakable-radius;
border-radius: $v-unmistakable-radius;
text-align: center;
&-header {
&-success {
background: $success-green;
background: $v-success-color;
}
&-warning {
background: $warning-orange;
background: $v-warning-color;
}
padding: 1rem;
border-radius: $unmistakable-radius $unmistakable-radius 0 0;
border-radius: $v-unmistakable-radius $v-unmistakable-radius 0 0;
min-height: 120px;
&-img{
height: 6rem;
@ -45,14 +45,14 @@
}
&-heading {
margin:0 0 1rem;
color: $dark-gray;
color: $v-dark-gray;
font-weight: bold;
font-size: 1.3rem;
margin-top: 1rem;
line-height: 1.3;
}
&-message {
color: $mid-gray;
color: $v-mid-gray;
font-weight: 200;
}
.button {
@ -60,12 +60,12 @@
}
&-content-success {
.button {
color: $success-green !important;
color: $v-success-color !important;
}
}
&-content-warning {
.button {
color: $warning-orange !important;
color: $v-warning-color !important;
}
}
}