Skip to content

Commit

Permalink
move saved-object-finder styles to timelion plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Aug 31, 2020
1 parent b0595f4 commit 925942f
Showing 1 changed file with 71 additions and 0 deletions.
71 changes: 71 additions & 0 deletions src/plugins/timelion/public/directives/_saved_object_finder.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,74 @@
}
}
}


saved-object-finder {

.list-sort-button {
border-top-left-radius: 0;
border-top-right-radius: 0;
border: none;
padding: $euiSizeS $euiSize;
font-weight: $euiFontWeightRegular;
background-color: $euiColorLightestShade;
}

.li-striped {
li {
border: none;
}

li:nth-child(even) {
background-color: $euiColorLightestShade;
}

li:nth-child(odd) {
background-color: $euiColorEmptyShade;
}

.paginate-heading {
font-weight: $euiFontWeightRegular;
color: $euiColorDarkestShade;
}

.list-group-item {
padding: $euiSizeS $euiSize;

ul {
padding: 0;
display: flex;
flex-direction: row;

.finder-type {
margin-right: $euiSizeS;
}
}

a {
display: block;
color: $euiColorPrimary;

i {
color: shade($euiColorPrimary, 10%);
margin-right: $euiSizeS;
}
}

&:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0;
}

&.list-group-no-results p {
margin-bottom: 0;
}
}
}

paginate {
paginate-controls {
margin: $euiSize;
}
}
}

0 comments on commit 925942f

Please sign in to comment.