mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 11:53:23 +01:00
Sticker Creator
This commit is contained in:
committed by
Scott Nonnenberg
parent
2df1ba6e61
commit
11d47a8eb9
27
sticker-creator/components/ShareButtons.scss
Normal file
27
sticker-creator/components/ShareButtons.scss
Normal file
@@ -0,0 +1,27 @@
|
||||
@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;
|
||||
}
|
||||
Reference in New Issue
Block a user