Skip to content

Commit

Permalink
(style) O3-3579 : Changing the styles for help menu and devtools (#1079)
Browse files Browse the repository at this point in the history
* Styling the devtools and help menu

* move devtools styles in rem
  • Loading branch information
Vijaykv5 authored Jul 12, 2024
1 parent c8dd4f6 commit 07d0532
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions packages/apps/esm-devtools-app/src/devtools/devtools.styles.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.devtoolsTriggerButton {
z-index: 7900;
background-color: #c6c6c6;
height: 40px !important;
width: 40px !important;
bottom: 10px;
right: 8px;
height: 2.5rem !important;
width: 2.5rem !important;
bottom: 5rem;
right: 0.25rem;
position: fixed;
border-radius: 5px;
border-radius: 0.25rem;
display: flex;
justify-content: center;
align-items: center;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
.popup {
position: fixed;
flex: auto;
bottom: 5rem;
bottom: 2rem;
right: 3rem;
width: 11rem;
z-index: 8000;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
background-color: white;
height: 2.5rem !important;
width: 2.5rem !important;
bottom: 5rem;
bottom: 1rem;
position: fixed;
display: flex;
justify-content: center;
align-items: center;
right: 0.5rem;
right: 0.25rem;
border: none;
box-shadow:
0 1px 3px rgba(0, 0, 0, 0.1),
Expand Down

0 comments on commit 07d0532

Please sign in to comment.