17 lines
312 B
SCSS
17 lines
312 B
SCSS
|
.fs-notice[data-id^="gdpr_optin_actions"]
|
||
|
{
|
||
|
.underlined {
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
|
||
|
ul {
|
||
|
.button, .action-description {
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
|
||
|
.action-description {
|
||
|
display: inline-block;
|
||
|
margin-left: 3px;
|
||
|
}
|
||
|
}
|
||
|
}
|