12 lines
205 B
SCSS
Raw Permalink Normal View History

2022-09-08 15:06:44 -04:00
//
// 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;
}