openreplay/frontend/app/components/ui/NoContent/noContent.module.css
Shekar Siri 78d7df72a5
Session list - redesign (#621)
* change(ui) - removed env

* change(ui) - no content component updates

* feat(ui) - session list - wip

* feat(ui) - session list - wip

* feat(ui) - session list - wip

* feat(ui) - session list - wip

* fix(ui) - live session list key

* feat(ui) - session list - wip

* feat(ui) - session list - wip

* feat(backend): set default size of first part of session mob file to 1mb

* feat(backend): added extra information for db metrics

* fix(ui) - siteform loader, trash btn project exists check, IconButton replace

Co-authored-by: Alexander Zavorotynskiy <zavorotynskiy@pm.me>
2022-07-19 14:43:43 +02:00

47 lines
760 B
CSS

.wrapper {
margin: auto;
width: 100%;
text-align: center;
min-height: 100px;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
color: $gray-medium;
font-weight: 300;
transition: all 0.2s;
padding-top: 40px;
&.small {
& .title {
font-size: 20px !important;
}
& .subtext {
font-size: 16px;
}
}
}
.title {
font-size: 32px;
margin-bottom: 15px;
}
.subtext {
font-size: 16px;
margin-bottom: 20px;
}
.no-results {
display: block;
margin: auto;
background-image: svg-load(no-results.svg, fill=#CCC);
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
width: 166px;
height: 166px;
margin-bottom: 20px;
}