HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: //var/dev/irantv2.com/admin/src/styles.scss
@import "./theme/main";

.x-mapboxgl-marker {
  position: relative;
  width: 0px;
  height: 0px;

  &:before {
    content: " ";
    position: absolute;
    display: block;
    transform: rotate(45deg);
    top: -20px;
    right: -10px;
    width: 20px;
    height: 20px;
    border-radius: 15px 15px 0 15px;
    background-color: #37A2B7C0;
    border: 2px solid white;
  }

  button {
    position: absolute;
    padding: 2px;
    line-height: 0;
    font-size: 10px;
    bottom: 3px;
    right: -6px;
    background: none;
    border: none;
  }
}