mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 20:26:35 +08:00
2e17e6269c
* Remove "Message" button in quick access menu no messages education * Reword education prompt * Remove background colour
20 lines
286 B
SCSS
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;
|
|
}
|
|
}
|