forked from EVOgeek/Vmeda.Online
12 lines
226 B
SCSS
12 lines
226 B
SCSS
|
addon-messages-discussions {
|
||
|
h2 {
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
|
||
|
.note {
|
||
|
margin: 0;
|
||
|
align-self: flex-end;
|
||
|
display: inline-flex;
|
||
|
}
|
||
|
}
|
||
|
}
|