You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
411 B

4 years ago
@import "../variables/colors";
@import "../variables/sizes";
// Default title for datasets and maps
//
// --------------------------------------------------
.DefaultTitle {
color: $cTypography-paragraphs;
font-size: $sFontSize-larger;
font-weight: $sFontWeight-normal;
line-height: 20px;
}
.DefaultTitle.is-disabled {
color: rgba($cTypography-paragraphs, 0.4);
}
.DefaultTitle a {
color: #666;
}