removed unused classes frm landing page

pull/3094/head
LianaHus 6 years ago
parent b5b94ec6d7
commit b5dc43a80e
  1. 35
      src/app/ui/landing-page/landing-page.js

@ -6,41 +6,6 @@ var modalDialogCustom = require('../modal-dialog-custom')
var tooltip = require('../tooltip')
let css = csjs`
.sectionContainer {
display : flex;
flex-direction : column;
flex-wrap : wrap;
align-content : space-around;
padding : 20px;
max-width : 300px;
min-height : 200px;
background-color: var(--light);
}
.landingPage {
height : 100%;
width : 100%;
flex-wrap : wrap;
justify-content : space-evenly;
user-select : none;
}
.im {
display : grid;
max-width : 200px;
max-height : 200px;
width : 100%;
height : 100%;
padding : 20px;
background-color: var(--bg-light);
align-self : center;
}
.im:hover {
}
.getStarted {
margin-top : 50px;
width : 100%;
font-size : xx-large;
align-self : center;
}
.text {
cursor: pointer;
font-weight: normal;

Loading…
Cancel
Save