diff options
| author | mehekj <mehek.jethani@gmail.com> | 2022-06-20 18:27:29 -0400 |
|---|---|---|
| committer | mehekj <mehek.jethani@gmail.com> | 2022-06-20 18:27:29 -0400 |
| commit | 3415f672292bb349c7d9ec66564933a746ee3b25 (patch) | |
| tree | 69e3c6284211fbaf8fc51f8b661ca855165c701e /src/client/views/DashboardView.scss | |
| parent | 145117365b2708ef6b365c6f0f10c38b85a87307 (diff) | |
Revert "Merge branch 'master' into temporalmedia-mehek"
This reverts commit 145117365b2708ef6b365c6f0f10c38b85a87307, reversing
changes made to 7eedde332010c8896be636f0b5c6a7b2c8043e48.
Diffstat (limited to 'src/client/views/DashboardView.scss')
| -rw-r--r-- | src/client/views/DashboardView.scss | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/src/client/views/DashboardView.scss b/src/client/views/DashboardView.scss deleted file mode 100644 index 67587dd2b..000000000 --- a/src/client/views/DashboardView.scss +++ /dev/null @@ -1,48 +0,0 @@ -.dashboard-view { - padding: 50px; - display: flex; - flex-direction: row; - - .left-menu { - display: flex; - flex-direction: column; - width: 300px; - } - - .all-dashboards { - display: flex; - flex-direction: row; - flex-wrap: wrap; - overflow-y: scroll; - } -} - -.text-button { - padding: 10px 0; - &:hover { - font-weight: 500; - } - - &.selected { - font-weight: 700; - } -} - -.dashboard-container { - border-radius: 10px; - width: 250px; - border: solid .5px grey; - display: flex; - flex-direction: column; - margin: 0 30px 30px 30px; - overflow: hidden; - - &:hover { - border: solid 1.5px grey; - } - - .title { - margin: 10px; - font-weight: 500; - } -}
\ No newline at end of file |
