2016-11-01 14:21:35 -03:00
|
|
|
#thanks-feedback {
|
|
|
|
|
.title {
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: $dark-gray;
|
|
|
|
|
margin: 20px 10px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
.subtitle {
|
|
|
|
|
padding: 10px 30px 20px 40px;
|
|
|
|
|
}
|
2016-11-02 15:30:14 -03:00
|
|
|
.row {
|
|
|
|
|
margin: 20px 0px 20px;
|
|
|
|
|
span {
|
|
|
|
|
margin-top: 15px;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
div {
|
|
|
|
|
text-align: center;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-11-01 14:21:35 -03:00
|
|
|
}
|