選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

distancelegend.scss 480B

1234567891011121314151617181920212223
  1. .dc-distance-legend{
  2. position: absolute;
  3. left: 120px;
  4. bottom: 2px;
  5. width: 125px;
  6. height: 25px;
  7. user-select: none;
  8. .label{
  9. font-size: 14px;
  10. color: rgb(255, 255, 255);
  11. text-align: center;
  12. width: 100%;
  13. font-weight: lighter;
  14. }
  15. .scale-bar{
  16. position: absolute;
  17. height: 10px;
  18. top: 10px;
  19. border-left: 1px solid rgb(255, 255, 255);
  20. border-right: 1px solid rgb(255, 255, 255);
  21. border-bottom: 1px solid rgb(255, 255, 255);
  22. }
  23. }