Skip to content
Snippets Groups Projects
Commit eb834259 authored by Maz Ameli's avatar Maz Ameli
Browse files

move toggle to right

parent 6ba45e2f
No related branches found
No related tags found
No related merge requests found
......@@ -22,8 +22,8 @@ const TogglePropagateAction = connect(mapStateToProps, mapDispatchToProps)(
className="flex align-center bg-medium px2 py1 cursor-pointer"
onClick={() => setPropagatePermissions(!propagate)}
>
<span className="mr2 text-small">{t`Also change sub-collections`}</span>
<Toggle small value={propagate} />
<span className="ml1 text-small">{t`Also change sub-collections`}</span>
</div>
),
);
......
......@@ -35,13 +35,13 @@
}
:local(.toggle.small) {
width: 26px;
height: 15px;
width: 28px;
height: 17px;
}
:local(.toggle.small):after {
width: 11px;
height: 11px;
width: 13px;
height: 13px;
}
:local(.toggle.small.selected):after {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment