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

27 lines
420 B
SCSS

#view-add {
.item {
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;
padding-top:2rem;
padding-bottom: 2rem;
border:none;
padding-left:90px;
&:first-child {
margin-top: 25px;
}
}
.add-type {
color: $v-dark-gray;
}
.bg{
background-color: $v-icon-color;
height: 50px;
width: 50px;
padding:4px;
&.join{
padding:10px;
}
}
}