diff options
| author | eperelm2 <90427875+eperelm2@users.noreply.github.com> | 2023-07-18 12:39:36 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-18 12:39:36 -0400 |
| commit | f8d6a1433716de4b2a04a41e5c7b63e1d498bb9c (patch) | |
| tree | 77979c060c7a460dc4ad82758a5cc39eab9d53c1 /src/client/views/MainView.scss | |
| parent | 68c122134ec62e753140f5b0314cc5d430484803 (diff) | |
| parent | c4fcc7fc89412fe294a3bc0a001fdd9433609f8b (diff) | |
Merge pull request #186 from brown-dash/secondpropertiesmenu-emily
Secondpropertiesmenu emily
Diffstat (limited to 'src/client/views/MainView.scss')
| -rw-r--r-- | src/client/views/MainView.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/client/views/MainView.scss b/src/client/views/MainView.scss index e33054c8e..0c377730e 100644 --- a/src/client/views/MainView.scss +++ b/src/client/views/MainView.scss @@ -185,6 +185,17 @@ h1, background: $light-gray; } } + + .propertiesView { + left: 0; + position: absolute; + z-index: 2; + background-color: linen;//$light-gray; + + .editable-title { + background-color: linen;//$light-gray; + } + } } .mainView-libraryHandle { |
