mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 02:08:57 +00:00
Init Axo design system
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
html {
|
||||
height: 100%;
|
||||
cursor: inherit;
|
||||
// Legacy style from sanitize.css:
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.light-theme {
|
||||
@@ -157,10 +159,13 @@ audio {
|
||||
}
|
||||
|
||||
button {
|
||||
cursor: pointer;
|
||||
font-size: inherit;
|
||||
-webkit-app-region: no-drag;
|
||||
}
|
||||
button:not(:disabled) {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
button.grey {
|
||||
border-radius: 5px;
|
||||
border: solid 1px variables.$color-gray-25;
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
padding-inline: 12px 32px;
|
||||
text-overflow: ellipsis;
|
||||
width: 100%;
|
||||
color: variables.$color-black;
|
||||
|
||||
@include mixins.dark-theme {
|
||||
background-color: variables.$color-gray-90;
|
||||
|
||||
@@ -43,6 +43,7 @@ $input-padding-inline: 12px;
|
||||
$input-padding-inline + $icon-actual-size + $icon-margin-inline-start
|
||||
);
|
||||
@include mixins.font-body-1;
|
||||
color: light-dark(variables.$color-black, variables.$color-white);
|
||||
background: light-dark(variables.$color-gray-05, variables.$color-gray-80);
|
||||
|
||||
&:focus {
|
||||
|
||||
Reference in New Issue
Block a user