signal-desktop/sticker-creator/elements/MessageBubble.scss

14 lines
239 B
SCSS
Raw Normal View History

2019-12-17 20:25:57 +00:00
@import '../../stylesheets/variables';
.base {
2020-03-20 00:41:47 +00:00
background-color: $ultramarine-ui-light;
2019-12-17 20:25:57 +00:00
padding: 6px 12px;
border-radius: 16px;
color: $color-white-alpha-90;
font: {
size: 12px;
family: $inter;
weight: normal;
}
}