12 lines
243 B
SCSS
Raw Normal View History

2018-08-31 10:26:37 +02:00
ion-app.app-root addon-messages-discussions {
h2 {
display: flex;
justify-content: space-between;
.note {
margin: 0;
align-self: flex-end;
display: inline-flex;
}
}
}