24 lines
480 B
CSS
24 lines
480 B
CSS
/*
|
|
|
|
This CSS file will be included with your plugin, and
|
|
available in the app when your plugin is enabled.
|
|
|
|
If your plugin does not need CSS, delete this file.
|
|
|
|
*/
|
|
|
|
.lawRef-suggestion-container {
|
|
display: flex;
|
|
place-content: space-between;
|
|
}
|
|
|
|
.lawRef-suggestion-entry {
|
|
border-top: solid var(--background-secondary) 1px;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.ES-suggestion-item {
|
|
border-top: solid var(--background-secondary) 1px;
|
|
padding-left: 10px;
|
|
}
|
|
|