diff --git a/frontend/js/components/initial-stock.js b/frontend/js/components/initial-stock.js index ef33578..4e98007 100644 --- a/frontend/js/components/initial-stock.js +++ b/frontend/js/components/initial-stock.js @@ -82,46 +82,6 @@ #initial-stock-page .text-center { text-align: center; } - - #initial-stock-page .custom-checkbox { - display: inline-block; - position: relative; - cursor: pointer; - user-select: none; - } - - #initial-stock-page .custom-checkbox input { - position: absolute; - opacity: 0; - cursor: pointer; - } - - #initial-stock-page .checkmark { - display: inline-block; - width: 16px; - height: 16px; - border: 2px solid var(--border); - border-radius: 3px; - background: white; - position: relative; - } - - #initial-stock-page .custom-checkbox input:checked ~ .checkmark { - background: var(--primary); - border-color: var(--primary); - } - - #initial-stock-page .custom-checkbox input:checked ~ .checkmark:after { - content: ""; - position: absolute; - left: 4px; - top: 1px; - width: 4px; - height: 8px; - border: solid white; - border-width: 0 2px 2px 0; - transform: rotate(45deg); - }