/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0; you may not use this file except in compliance with the Elastic License * 2.0. */ .resultField:nth-child(odd) { background-color: $euiColorLightestShade; } .resultField { padding: $euiSizeXS $euiSizeS; > .euiTableRowCell { border-top: none; border-bottom: none; > .euiTableCellContent { padding: $euiSizeXS; } } } .resultExpandColumn { border-left: $euiBorderThin; align-items: flex-start; justify-content: center; height: 100%; padding: 0 0 0 $euiSizeS; } .resultHeader { padding: 0 $euiSizeS $euiSizeXS 0; } .euiToken.resultField__token { display: flex; align-items: center; justify-content: flex-start; }