12 lines
213 B
SCSS
12 lines
213 B
SCSS
//
|
|
// vector-maps.scss
|
|
//
|
|
|
|
.jvectormap-label {
|
|
border: none;
|
|
background: $dark;
|
|
color: color-yiq($dark);
|
|
font-family: $font-family-secondary;
|
|
font-size: $font-size-base;
|
|
padding: 5px 8px;
|
|
} |