Skip to content

Commit

Permalink
Merge pull request #38 from deriv-com/shafin/BOT-1994/chore--header-a…
Browse files Browse the repository at this point in the history
…nd-footer-with-navbar

shafin/chore: fix header footer and sidebar styles
  • Loading branch information
sandeep-deriv authored Jul 30, 2024
2 parents f4f36b9 + eeea5c5 commit de51ba4
Show file tree
Hide file tree
Showing 44 changed files with 2,698 additions and 492 deletions.
31 changes: 1 addition & 30 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,41 +7,12 @@
<title>Deriv Bot</title>
<style>
:root {
--logo-loading-color: rgba(0, 0, 0, 0.8);
--header-footer-bg-color: rgba(0, 0, 0, 0.04);
--content-bg-color: #fff;
--general-main-1: #ffffff;
--general-section-1: #f2f3f4;
--text-prominent: #333333;
font-size: 62.5%;
}

#platform_name:after {
content: var(--app-shell-platform-name);
margin-left: 8px;
}

.deriv-app > .header__loading {
background-color: var(--general-main-1);
border-bottom: var(--general-main-1);
}

.deriv-app > .app-contents__loading {
background-color: var(--general-main-1);
}

.deriv-app > .footer__loading {
background-color: var(--general-main-1);
border-bottom: var(--general-main-1);
}

.initial-loader__loading {
background-color: var(--general-main-1);
}
</style>
</head>

<body class="body theme--light">
<body class="body theme theme--light">
<div id="modal_root" class="modal-root"></div>
<div id="root"></div>
</body>
Expand Down
Loading

0 comments on commit de51ba4

Please sign in to comment.