12 lines
168 B
CSS
12 lines
168 B
CSS
|
/**
|
||
|
* @file
|
||
|
* Confirmation styles.
|
||
|
*
|
||
|
* @see /webform/contact/confirmation
|
||
|
*/
|
||
|
|
||
|
.webform-confirmation__message,
|
||
|
.webform-confirmation__back {
|
||
|
margin: 0 0 1em 0;
|
||
|
}
|