Sha256: 142ca5c72084b9e3fcd36382e0f2ceb9c4bfa9a2512e3b3edb2cdcb864a66309
Contents?: true
Size: 1.23 KB
Versions: 1
Compression:
Stored size: 1.23 KB
Contents
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css"; @import "https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.min.css"; @import "https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.5.1/leaflet.css"; @import "https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/1.4.1/MarkerCluster.css"; @import "https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/1.4.1/MarkerCluster.Default.css"; $background-color : #f8f9fa ; html, body, #container { height: 100%; width: 100%; overflow: hidden; } body { padding-top: 50px; } #map { // padding-top: 80px; width: inherit; height: inherit; } h1, h2, h3, h4, h5 ,h6 { font-weight: bold; } p, ul, ol, pre, blockquote { margin-bottom: 1em; } .navbar .navbar-light { max-height: 50px; } .navbar-light .navbar-toggler-icon{ font-size: 15px !important; } .navbar-light .navbar-brand { font-weight: bold; text-transform: uppercase; } .navbar-light .bg-light { background-color: $background-color; } .footer { background-color: $background-color; } .footer > .container { padding-right: 15px; padding-left: 15px; } .footer p { font-size: 11px; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
web-mapping-leaflet-0.1.0 | _sass/web-mapping-leaflet.scss |