RED-4039: Paligo - reset checklist button position

This commit is contained in:
Adina Țeudan 2022-05-20 14:54:23 +03:00
parent 898b9f6325
commit 2ce395bdc3

View File

@ -39,6 +39,10 @@ main article {
padding: 0;
}
section {
position: relative;
}
section > .titlepage .title {
margin: 24px 0 16px 0;
}
@ -66,6 +70,12 @@ section > .titlepage .title {
@include mixin.button;
}
.checklist-reset-wrapper {
position: absolute;
right: 0;
top: 0;
}
.warning,
.note,
.important,