nakarte

Source code of https://map.sikmir.ru (fork)
git clone git://git.sikmir.ru/nakarte
Log | Files | Refs | LICENSE

style.css (345B)


      1 .photo-viewer-button-close {
      2     position: absolute;
      3     top: 0;
      4     left: 0;
      5     width: 40px;
      6     height: 40px;
      7     background-color: rgba(0,0,0,1);
      8     z-index: 1000;
      9     opacity: 0.5;
     10     background-image: url("close.svg");
     11     background-repeat: no-repeat;
     12     background-size: 20px;
     13     background-position: 50% 50%;
     14     cursor: pointer;
     15 }