12 lines
202 B
SCSS
12 lines
202 B
SCSS
|
|
#thanks-feedback {
|
||
|
|
.title {
|
||
|
|
font-size: 20px;
|
||
|
|
font-weight: bold;
|
||
|
|
color: $dark-gray;
|
||
|
|
margin: 20px 10px;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
.subtitle {
|
||
|
|
padding: 10px 30px 20px 40px;
|
||
|
|
}
|
||
|
|
}
|