Skip to content
Snippets Groups Projects
Commit 8b8fba8d authored by Greg Fodor's avatar Greg Fodor
Browse files

Cleanup mailing list checkbox

parent 9ff6b88e
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
.dialog {
display: grid;
grid-template-columns: 1fr 20px minmax(200px,500px) 20px 1fr;
grid-template-columns: 1fr 20px minmax(200px,525px) 20px 1fr;
grid-template-rows: 1fr 20px 275px 20px 1fr;
width: 100%;
height: 100%;
......@@ -144,6 +144,16 @@
margin-top: 10px;
font-size: 0.7em;
}
&__privacy_checkbox {
@extend %checkbox;
vertical-align: middle;
}
&__privacy_checkbox:checked {
@extend %checkbox-checked;
vertical-align: middle;
}
}
......
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