forked from EVOgeek/Vmeda.Online
13 lines
275 B
SCSS
13 lines
275 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;
|
|
font-size: initial;
|
|
}
|
|
}
|
|
} |