mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
Fixes a long list of julian's UI bugs. Tested on both stateful and serverless. See videos on visual fixes.1a450bf6
-7477-40a4-a020-a5172b56ef4c92b40ecd
-d888-4fd6-af91-045e81a1843f Things to note: - I had to adjust the asset path here as locally on main the images were broken (the header for example).
16 lines
No EOL
324 B
SCSS
16 lines
No EOL
324 B
SCSS
.serverlessSearchHeaderSection {
|
|
background-color: $euiColorPrimary;
|
|
}
|
|
|
|
.serverlessSearchHeaderSection > div {
|
|
padding-bottom: 0;
|
|
padding-top: 0;
|
|
}
|
|
|
|
.serverlessSearchOverviewFooterSection {
|
|
background-color: transparentize($euiColorPrimary, .9);
|
|
}
|
|
|
|
.serverlessSearchCloudDetailsCopyPanel {
|
|
word-break: break-all;
|
|
} |