@import '../../../../global-styles'; .place-card { position: relative; width: 210px; height: 240px; background-color: white; overflow: hidden; display: flex; flex-direction: column; margin-right: auto; margin-left: auto; border-radius: 4px; box-shadow: 12px 15px 20px rgba(46, 61, 73, .15); margin: 20px 15px 20px 15px; } .place-picture { width: 210px; height: 118px; // background-color: grey; // image-rendering: crisp-edges; } .title-container{ margin:8px 0px 8px 0px; height:32px; width: 100%; display: flex; justify-content: center; align-items: center; } .place-open-badge { min-height: 20px; width: 88px; height: 20px; margin: 0px auto 0px auto; background-color: #3ac550; border-radius: 100px; display: flex; flex-direction: row; align-items: center; } .place-status { font-family: NunitoSans-SemiBold; font-size: 11px; color: #FFFFFF; margin: 0px 0px 0px 3px; } .place-divider { width: 2px; height: 100%; background-color: white; opacity: .75; margin: 0px 4px 0px 4px; } .place-time-remaining { /* Time: */ font-family: NunitoSans-Regular; font-size: 11px; color: #FFFFFF; } .place-location { /* Location: */ font-family: NunitoSans-Regular; font-size: 11px; color: #7F8FA4; letter-spacing: -0.28px; line-height: 13px; margin: 9px auto 0px auto; } .place-error-feedback { /* error: */ position:absolute; bottom:0px; right:5px; z-index: 1000; font-family: NunitoSans-Regular; font-size: 9px; color: #7F8FA4; letter-spacing: -0.22px; line-height: 13px; } .closed-shader{ position: absolute; width:100%; height: 100%; opacity: .3; background-color: black; }