Wallet/src/sass/views/address-book.scss
2017-02-23 16:46:41 -05:00

152 lines
2.9 KiB
SCSS

#add-address {
.zero-state-cta {
padding-bottom: 3vh;
}
.list {
background-color: #fff;
}
.qr-scan-icon a {
z-index: 10;
display: block;
position: absolute;
top: 164px;
right: 0;
padding: 0 10px;
font-size: 24px;
cursor: pointer;
line-height: 155px;
}
.icon {
&.valid {
padding-top: 3px;
color: $v-success-color;
}
&.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: $v-dark-gray;
padding-top: 1.3rem;
padding-bottom: 1.3rem;
&.item-divider {
color: $v-mid-gray;
padding-bottom: .5rem;
font-size: .9rem;
}
}
.item-note {
color: $v-light-gray;
}
}
}
#view-address-book {
@extend .deflash-blue;
.scroll {
height:100%;
}
i.icon>svg#Add_Contact path.st0 {
stroke: $v-icon-negative-color;
}
.list {
.item {
color: #444;
border-top: none;
&:before {
display: block;
position: absolute;
width: 100%;
height: 1px;
background: rgba(221, 221, 221, 0.3);
top: 0;
right: 0;
content: '';
}
&.item-divider {
color: rgba(74, 74, 74, .8);
}
&.item-heading {
&:before {
top: 99%
}
}
&.item-icon-left{
padding-left:80px;
}
&:nth-child(2) {
&:before {
width: 0;
}
}
.item-note {
color: rgb(58, 58, 58);
}
.big-icon-svg {
padding: 0 7px;
> .bg {
border-radius: $v-icon-border-radius;
width: 40px;
height: 40px;
box-shadow: none;
background-repeat: no-repeat;
background-clip: padding-box;
background-size: 103%;
&.green {
background: rgb(1, 209, 162);
}
}
}
}
}
}
#address-book-view {
.bar.bar-royal {
border: 0 transparent;
}
.gravatar-content {
position: relative;
height: 70px;
border-color: $royal;
background-color: $royal;
padding-top: 20px;
margin-bottom: 50px;
text-align: center;
}
.address-book-field-label {
text-transform: uppercase;
font-weight: bold;
font-size: 12px;
display: block;
color: $v-mid-gray;
}
.big-icon-svg {
padding: 0 7px;
> .bg {
background-color: #f2f2f2;
border-radius: $v-icon-border-radius;
width: 70px;
height: 70px;
box-shadow: 0px 1px 5px rgba($v-mid-gray, .1);
background-repeat: no-repeat;
background-clip: padding-box;
background-size: 103%;
&.green {
background: rgb(1, 209, 162);
}
}
}
}