kibana/x-pack/plugins/serverless_search/public/application/components/overview.scss
Joseph McElroy 3043bed962
[Serverless Search] Serverless Getting Started UI Polish (#167118)
Fixes a long list of julian's UI bugs. Tested on both stateful and
serverless. See videos on visual fixes.


1a450bf6-7477-40a4-a020-a5172b56ef4c


92b40ecd-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).
2023-09-25 13:11:12 -07:00

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;
}