fix(ui): style no entities messsage
parent
8bf7baf1ab
commit
a5ea4c6ff4
|
@ -113,11 +113,6 @@ tr.table-empty-state,
|
|||
}
|
||||
}
|
||||
}
|
||||
p.empty {
|
||||
font-weight: 400;
|
||||
font-size: 18px;
|
||||
color: $g9-mountain;
|
||||
}
|
||||
|
||||
/*
|
||||
Table Tabs
|
||||
|
|
|
@ -153,6 +153,12 @@ pre.admin-table--query {
|
|||
padding: 0 30px;
|
||||
min-height: 60px;
|
||||
}
|
||||
p.empty {
|
||||
font-weight: 400;
|
||||
font-size: 18px;
|
||||
color: $g9-mountain;
|
||||
}
|
||||
|
||||
.influxdb-admin--contents{
|
||||
height: calc(100%-60px);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue