14 lines
236 B
CSS
14 lines
236 B
CSS
/* License: LGPL-3.0-or-later */
|
|
[data-ff-confirmation-prompt] {
|
|
font-weight: 500;
|
|
margin-top: 0;
|
|
font-size: 1.5rem;
|
|
margin-bottom: 2rem;
|
|
padding-right: 2rem;
|
|
}
|
|
|
|
[data-ff-confirmation-button="yes"] {
|
|
margin-right: 1rem;
|
|
}
|
|
|
|
|