Merge pull request #5294 from JDonadio/fix/validation-icon

fix icon position
This commit is contained in:
Gustavo Maximiliano Cortez 2016-12-27 10:22:11 -03:00 committed by GitHub
commit d641e960bc
5 changed files with 59 additions and 17 deletions

View file

@ -165,7 +165,7 @@ input[type=number] {
.input-notification {
float: right;
margin-right: 10px;
margin-right: 25px;
}
.pr {

View file

@ -14,9 +14,43 @@
padding: 0 10px;
font-size: 24px;
cursor: pointer;
line-height: 155px;
}
.qr-icon {
line-height: 45px;
.icon {
&.valid {
padding-top: 3px;
color: #13E5B6;
}
&.invalid {
padding-top: 3px;
color: #DF2121;
}
}
.add-address-input-group {
background-color: #fff;
.item-stacked-label {
padding: 1rem;
}
.input-label {
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
}
}
.add-address-list {
.item {
color: $dark-gray;
padding-top: 1.3rem;
padding-bottom: 1.3rem;
&.item-divider {
color: $mid-gray;
padding-bottom: .5rem;
font-size: .9rem;
}
}
.item-note {
color: $light-gray;
}
}
}
#view-address-book {

View file

@ -8,8 +8,20 @@
padding: 0 10px;
font-size: 24px;
cursor: pointer;
}
.qr-icon {
line-height: 45px;
}
.item-stacked-label .icon {
padding: 0px;
margin: 0px;
}
.icon {
&.valid {
padding-top: 3px;
color: #13E5B6;
}
&.invalid {
padding-top: 3px;
color: #DF2121;
}
}
}