Sha256: eb1c526df05e7cd53123324a20fe956666ffd983a0312e1e910dfbb6deff899e
Contents?: true
Size: 494 Bytes
Versions: 13
Compression:
Stored size: 494 Bytes
Contents
$linkmap-mobile-info-box-background-color: rgba(17, 17, 17, 0.9) !default; $linkmap-mobile-info-box-text-color: #fff; .linkmap-mobile_info_box { position: absolute; left: 0; bottom: 0; width: 100%; z-index: 2; pointer-events: none; &-inner { background: $linkmap-mobile-info-box-background-color; } h3, p { width: auto; margin: 10px 5% 0; color: $linkmap-mobile-info-box-text-color; } h3 { font-size: 18px; } p { font-size: 16px; } }
Version data entries
13 entries across 13 versions & 1 rubygems