openreplay/frontend/app/components/shared/SessionStack/sessionStack.module.css
Shekar Siri 2ed5cac986
Webpack upgrade and dependency cleanup (#523)
* change(ui) - webpack update
* change(ui) - api optimize and other fixes
2022-06-03 16:47:38 +02:00

18 lines
No EOL
398 B
CSS

@import 'mixins.css';
.wrapper {
background: #fff;
border: solid thin $gray-light;
border-radius: 3px;
@mixin defaultHover;
box-shadow:
/* The top layer shadow */
/* 0 1px 1px rgba(0,0,0,0.15), */
/* The second layer */
4px 4px 1px 1px white,
/* The second layer shadow */
4px 4px 0px 1px rgba(0,0,0,0.4);
/* Padding for demo purposes */
padding: 16px;
}