style changes

pull/1/head
LianaHus 6 years ago
parent f7fada053a
commit cdb37d74ad
  1. 142
      .history/src/app/ui/landing-page/landing-page_20190319085235.js
  2. 2
      src/app/ui/landing-page/generate.js
  3. 1
      src/app/ui/landing-page/landing-page.js
  4. 2
      src/app/ui/landing-page/section.js

File diff suppressed because one or more lines are too long

@ -16,6 +16,7 @@ export function homepageProfile () {
}
}
export function generateHomePage (appManager, appStore) {
/* var actions1 = [
{ label: 'New file',
type: 'callback',
@ -28,6 +29,7 @@ export function homepageProfile () {
{label: 'Import from gist', type: `callback`, payload: () => { this.alert(`-imported from gist-`) }}
] */
var actions3 = [
{label: 'Remix documentation', type: `link`, payload: `https://remix.readthedocs.io/en/latest/#`},
{label: 'GitHub repository', type: `link`, payload: `https://github.com/ethereum/remix-ide`},

@ -17,7 +17,6 @@ var css = csjs`
font-family : "Lucida Console", Monaco, monospace;
font-size : 16px;
}
.section {
z-index : 10;
}

@ -12,6 +12,7 @@ var css = csjs`
background-color: var(--primary);
font-family : "Lucida Console", Monaco, monospace;
font-size : 12px;
cursor : default;
}
span {
cursor: pointer;
@ -27,7 +28,6 @@ var css = csjs`
a:hover {
font-size: 14px;
}
`
class Section {

Loading…
Cancel
Save