Sha256: bc0bfb026f478b113082b13394af9ac6921ba7e82d3f4538401418795fc3f045

Contents?: true

Size: 566 Bytes

Versions: 2

Compression:

Stored size: 566 Bytes

Contents

.icon-toggle input[type=checkbox]{

      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;

}
  /* Toggle */


  input[type=checkbox]:checked ~ span{

    &[title="icon-1"]{
      svg{
        color:none !important;
      }
    }

    &[title="icon-2"]{
      svg{
        color:$power-green !important;
      }
    }
  }

  input[type=checkbox]:not(:checked) ~ span{
    &[title="icon-1"]{
      svg{
        color:$power-red !important;
      }
    }
    &[title="icon-2"]{
      svg{
        color:none !important;
      }
    }
  }

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nitro_sg-3.0.2 sass-mixins/nitro-ui/_icon-toggle.scss
nitro_sg-3.0.1 sass-mixins/nitro-ui/_icon-toggle.scss