openreplay/frontend/app/components/Dashboard/Widgets/CustomMetricsWidgets/CustomMetricWidgetPreview/CustomMetricWidgetPreview.css
2022-03-04 16:25:56 +01:00

14 lines
No EOL
245 B
CSS

.wrapper {
background-color: $gray-light;
/* border: solid thin $gray-medium; */
border-radius: 3px;
padding: 20px;
}
.innerWapper {
border-radius: 3px;
width: 70%;
margin: 0 auto;
background-color: white;
min-height: 220px;
}