Aesthetic tweaks

monotype font feels really nice now
pull/10616/head
Alex P 2016-09-30 11:26:21 -07:00 committed by Andrew Watkins
parent 3631aac780
commit 6f26ac7ff3
1 changed files with 4 additions and 4 deletions

View File

@ -87,7 +87,7 @@ body > #react-root {
.enterprise-header {
background-color: $g20-white;
height: $enterprise-page-header-height;
margin-bottom: 45px;
margin-bottom: 15px;
padding: 0 $page-wrapper-padding;
display: flex;
justify-content: center;
@ -614,14 +614,14 @@ table.table.error-table {
table .monotype {
font-family: Consolas, "Lucida Console", Monaco, monospace;
letter-spacing: 0.69px;
font-size: 12px;
font-size: 11px;
font-weight: 700;
color: $g9-mountain;
}
.table-dot {
display: inline-block;
width: 12px;
height: 12px;
width: 10px;
height: 10px;
border-radius: 50%;
background-color: $g17-whisper;