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