1
mirror of https://gitlab.com/commento/commento.git synced 2025-06-29 22:56:37 -04:00

checkbox.scss: add commento- prefix

This commit is contained in:
Adhityaa Chandrasekar
2019-02-13 00:51:03 -05:00
parent 0acdd67e39
commit 41b0c8e5ca
2 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
@import "colors-main.scss";
.round-check {
.commento-round-check {
input[type="checkbox"] {
display: none;
}