parent
3631aac780
commit
6f26ac7ff3
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue