12 lines
205 B
SCSS
12 lines
205 B
SCSS
//
|
|
// vector-maps.scss
|
|
//
|
|
|
|
.jvectormap-label {
|
|
border: none;
|
|
background: $gray-800;
|
|
color: $gray-100;
|
|
font-family: $font-family-base;
|
|
font-size: $font-size-base;
|
|
padding: 5px 8px;
|
|
} |