discourse/app/assets/stylesheets/common/base/empty-state.scss
Tobias Eigen 2e17e6269c
FIX: Small tweaks to "no messages" education (#12588)
* Remove "Message" button in quick access menu no messages education
* Reword education prompt
* Remove background colour
2021-04-07 09:28:10 +10:00

20 lines
286 B
SCSS

.empty-state {
color: var(--primary);
margin: 0;
padding: 0.5em 1em;
display: flex;
flex-direction: column;
.empty-state-title {
font-weight: 700;
padding: 0;
margin: 0;
font-size: $font-up-1;
}
.empty-state-body {
padding: 0;
margin: 0;
}
}