File "Checkboxes.scss"

Full Path: /home/bytebmoc/tideswithin.com/settings/src/Settings/DataTable/Checkboxes.scss
File size: 794 bytes
MIME-type: text/plain
Charset: utf-8

//style for checkbox when some rows are selected
.rsssl-indeterminate {
  input[name="select-all-rows"] {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><rect x="10" y="45" width="80" height="10" fill="currentColor"/></svg>') no-repeat center center;
  }
}

//style for checkbox when all rows are selected
.rsssl-all-selected {
  input[name="select-all-rows"]::before {
    content: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%233582c4%27%2F%3E%3C%2Fsvg%3E);
    margin: -0.1875rem 0 0 -0.25rem;
    height: 1.3125rem;
    width: 1.3125rem;
  }
}