mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-21 17:08:11 +01:00
Sticker Creator
This commit is contained in:
committed by
Scott Nonnenberg
parent
2df1ba6e61
commit
11d47a8eb9
22
sticker-creator/elements/PageHeader.scss
Normal file
22
sticker-creator/elements/PageHeader.scss
Normal file
@@ -0,0 +1,22 @@
|
||||
@import '../../stylesheets/variables';
|
||||
@import '../mixins';
|
||||
|
||||
.base {
|
||||
height: 47px;
|
||||
width: 100%;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-style: solid;
|
||||
padding: 0 16px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
flex-shrink: 0;
|
||||
|
||||
@include light-theme() {
|
||||
border-bottom-color: $color-gray-15;
|
||||
}
|
||||
|
||||
@include dark-theme() {
|
||||
border-bottom-color: $color-gray-75;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user