mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 20:03:25 +01:00
Sticker Creator
This commit is contained in:
committed by
Scott Nonnenberg
parent
2df1ba6e61
commit
11d47a8eb9
33
sticker-creator/elements/MessageMeta.scss
Normal file
33
sticker-creator/elements/MessageMeta.scss
Normal file
@@ -0,0 +1,33 @@
|
||||
@import '../mixins';
|
||||
@import '../../stylesheets/variables';
|
||||
|
||||
.base {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: flex-end;
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
.item {
|
||||
margin-left: 6px;
|
||||
font: {
|
||||
size: 11px;
|
||||
family: $inter;
|
||||
weight: normal;
|
||||
}
|
||||
}
|
||||
|
||||
.bubble {
|
||||
composes: item;
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
}
|
||||
|
||||
.light {
|
||||
composes: item;
|
||||
color: $color-gray-60;
|
||||
}
|
||||
|
||||
.dark {
|
||||
composes: item;
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
}
|
||||
Reference in New Issue
Block a user