/*
Theme Name: one
Theme URL: 
Description: 
Author: 417
Version: 1.0
License: 
License URI: 
*/



.is-layer-dot {
  position: relative;
}

.is-layer-dot:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-image: radial-gradient(#FFF3 20%, transparent 0), radial-gradient(#FFF3 20%, transparent 0);
  background-position: 0 0, 10px 10px;
  background-size: 10px 10px;
}






