ascvh@#%(^-^)V ?host,ip,port,protocol,title,domain,country,city,link,org ???à JFIF  x x ?? C         ?? C   ?à   " ??     ?? μ  } !1AQa "q2?‘?#B±áR?e$3br? %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz??…???‰?’“”?–—???¢£¤¥|§¨?a23′μ?·?1o??????èéêòó???×?ùúáa?????èéê?òó???÷?ùú??     ?? μ   w !1AQ aq"2?B‘?±á #3Rebr?{ gilour

File "_settings-cloudflare.scss"

Full Path: /home/zcziejy/ryadselyen/res/scss/view/_settings-cloudflare.scss
File size: 626 bytes
MIME-type: text/plain
Charset: utf-8



.cf_switch
{

  label {
    width: 100%;
  	margin: 0 -2px;
  	background-color: #e2faff;
  //	font-weight: 700;
  	display: inline-block;
  //  font-size: 13px;
		//cursor: default;

    span
    {
//text-align:center;
    //  font-size: 18px;
      padding:8px 0px 8px 15px;
      display:block;
      //font-size: 13px;

    }
    input {
      display: none;
    }
    input:checked + span
    {
      background-color:#0085ba;
      color:#F7F7F7;
    }
  }

	&.global-hidden
	{
		label {
			 cursor: default;
		}
	  input:checked + span
		{
			 background-color: #fff;
			 color: #000;
			 padding-left: 0;
		}

	}

}