Mercurial > nebulaweb3
comparison default/assets/scss/components/_vmaps.scss @ 0:1d038bc9b3d2 default tip
Up:default
author | Liny <dev@neowd.com> |
---|---|
date | Sat, 31 May 2025 09:21:51 +0800 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1d038bc9b3d2 |
---|---|
1 // main: ../style.scss | |
2 | |
3 /******************************** | |
4 ********************************* | |
5 BASIC | |
6 ********************************* | |
7 *********************************/ | |
8 | |
9 | |
10 /* Vector Maps | |
11 ========================*/ | |
12 .vmap { | |
13 width: 100%; | |
14 height: em(400); | |
15 | |
16 .jqvmap-zoomin, .jqvmap-zoomout { | |
17 @include size( em(15,15) ); | |
18 font-size: em(15); | |
19 line-height: em(10,15); | |
20 } | |
21 } |