signal-desktop/sticker-creator/components/ShareButtons.scss
2019-12-17 12:28:46 -08:00

27 lines
429 B
SCSS

@import '../../stylesheets/variables';
@import '../mixins';
.container {
display: flex;
justify-content: center;
}
.text {
@include light-theme() {
border: 1px solid $color-gray-15;
color: $color-gray-90;
}
@include dark-theme() {
border: 1px solid $color-gray-60;
color: $color-white;
}
}
.button {
width: 32px;
height: 32px;
background: transparent;
border: none;
margin-left: 12px;
}