diff options
| author | mehekj <mehek.jethani@gmail.com> | 2022-11-07 12:57:52 -0500 |
|---|---|---|
| committer | mehekj <mehek.jethani@gmail.com> | 2022-11-07 12:57:52 -0500 |
| commit | a73521cdbccf9bed1326d24522e133fad4a0de26 (patch) | |
| tree | e01371f6f845318831cf45f0dbc1d04d0d18f34c /src/client/views/collections/collectionLinear/CollectionLinearView.scss | |
| parent | 213a92ba3aa39d144754029fde32b9d69b0f51cf (diff) | |
| parent | 31a51e9dda07e48c88166bffbc8f1ad7166cd624 (diff) | |
Merge branch 'master' into schema-mehek
Diffstat (limited to 'src/client/views/collections/collectionLinear/CollectionLinearView.scss')
| -rw-r--r-- | src/client/views/collections/collectionLinear/CollectionLinearView.scss | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/client/views/collections/collectionLinear/CollectionLinearView.scss b/src/client/views/collections/collectionLinear/CollectionLinearView.scss index e8df192cf..521bcda1e 100644 --- a/src/client/views/collections/collectionLinear/CollectionLinearView.scss +++ b/src/client/views/collections/collectionLinear/CollectionLinearView.scss @@ -1,6 +1,10 @@ -@import "../../global/globalCssVariables"; -@import "../../_nodeModuleOverrides"; +@import '../../global/globalCssVariables'; +@import '../../_nodeModuleOverrides'; +.collectionLinearView-label { + color: black; + background-color: $light-gray; +} .collectionLinearView-outer { overflow: visible; height: 100%; |
