cartodb/app/assets/stylesheets/editor/table_overrides.css.scss

59 lines
1.2 KiB
SCSS
Raw Normal View History

2020-06-15 10:58:47 +08:00
@import "../variables/sizes";
// Overrides rules defines in the table/**/*.scss files, to not have to carry them all over
.table th {
font-weight: normal;
text-align: left;
}
div.table table thead tr th > div label {
line-height: 0.8;
}
div.table table thead tr th > div p.auto {
padding-right: 38px;
}
.header_content div.left h1 a.title {
font-family: 'Lato', sans-serif;
font-size: 20px;
font-weight: $sFontWeight-bold;
}
.header_content div.left div.metadata p a {
font-size: 15px;
font-weight: $sFontWeight-lighter;
}
div.vis_navigation nav a.tab {
padding-top: 3px;
padding-bottom: 3px;
font-weight: $sFontWeight-bold;
}
div.table table tbody tr td div.cell,
div.map .option-button,
div.dropdown ul li a,
.select2-results .select2-result-label,
.form_spinner,
.infowindow_panel .fields li .switches,
.infowindow_panel .fields li.drag_field {
line-height: 1;
}
.CodeMirror {
font-size: 15px;
}
div.legends_panel div.forms.panel_content .right .checkbox {
margin-top: 11px;
line-height: 1;
}
// New dialogs
.Dialog-headerTitle,
.Dialog-headerText,
.IntermediateInfo-title {
font-family: 'Lato', sans-serif; // TODO: remove when old styles are deleted
}