Wallet/src/sass/views/feedback/complete.scss

44 lines
735 B
SCSS
Raw Normal View History

2016-11-11 17:05:06 -03:00
#complete {
2016-11-03 13:39:01 -03:00
background-color: #ffffff;
.item-heading {
border-style: none;
margin-top: 10px;
2016-11-03 13:39:01 -03:00
a {
color: $dark-gray;
}
i {
font-size: 40px;
}
}
2016-11-01 14:21:35 -03:00
.title {
font-size: 20px;
font-weight: bold;
color: $dark-gray;
margin: 20px 10px;
text-align: center;
}
.subtitle {
padding: 10px 30px 20px 40px;
2016-11-08 15:13:28 -03:00
.image {
text-align: center;
padding: 30px;
}
2016-11-01 14:21:35 -03:00
}
2016-11-03 13:39:01 -03:00
.share-buttons {
bottom: 0;
width: 100%;
position: absolute;
background-color: $subtle-gray;
.row {
margin: 20px 0px 20px;
span {
margin-top: 15px;
display: block;
}
div {
text-align: center;
width: 100%;
}
2016-11-02 15:30:14 -03:00
}
}
2016-11-01 14:21:35 -03:00
}