Skip to content

Commit

Permalink
Merge pull request #497 from ahslr/web-2.0
Browse files Browse the repository at this point in the history
Web 2.0
  • Loading branch information
ahslr authored Jan 26, 2021
2 parents e042445 + ec26139 commit dacb2b4
Show file tree
Hide file tree
Showing 6 changed files with 306 additions and 171 deletions.
2 changes: 1 addition & 1 deletion web/src/config/colors/light.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const options = { safe: true, delimiter: '_' };
export const nestedColors = {
base: {
background: '#f8f8f8',
'top-bar-navigation': '#f3f3f3',
'top-bar-navigation': '#000000',
'secondary-navigation-bar': '#e9e9e9',
'wallet-sidebar-and-popup': '#f8f8f8',
footer: '#000000',
Expand Down
16 changes: 16 additions & 0 deletions web/src/containers/OperatorControls/_OperatorControls.scss
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,12 @@ $operator-controls__panel-border-color: #a7a7a7;
}
}

&.add-theme {
.ReactModal__Content {
width: 532px !important;
}
}

.ReactModal__Overlay {
position: fixed;
z-index: 10001 !important;
Expand Down Expand Up @@ -296,3 +302,13 @@ $operator-controls__panel-border-color: #a7a7a7;
border: none !important;
}
}

.operator-button_underline {
&.ant-btn > span {
text-decoration: underline;
}
&.ant-btn-link {
padding: 4px 8px;
color: white;
}
}
Loading

0 comments on commit dacb2b4

Please sign in to comment.