removed comments

This commit is contained in:
andres alcocer
2021-10-09 16:22:39 -04:00
parent 68928a024e
commit e2c1a95be7
3 changed files with 1 additions and 15 deletions

View File

@@ -1,11 +1,6 @@
import React from 'react'
const backdrop = ({ toggleBackdrop, show }) =>
show ? (
<div
onClick={toggleBackdrop}
className={`backdrop ${show ? 'hideB' : ''}`}
></div>
) : null
show ? <div onClick={toggleBackdrop} className='backdrop'></div> : null
export default backdrop

View File

@@ -1,8 +1,5 @@
.header {
background-color: $color-background;
// grid-column: 1 / 13;
// height: 82vh;
// display: grid;
position: relative;
padding-top: 56.25%;
@@ -143,7 +140,6 @@
}
&--fadeBottom {
// z-index: 100000000000;
position: absolute;
bottom: 0;
height: 10rem;