Desktop width constrain
This commit is contained in:
parent
19cf6bd66e
commit
62652e20a4
10 changed files with 72 additions and 28 deletions
12
src/assets/css/_variables.scss
Normal file
12
src/assets/css/_variables.scss
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
$background: #ffffff;
|
||||
$app-background: #f6f6f6;
|
||||
$main-desktop-width: 644px;
|
||||
$dialog-desktop-width: 688px;
|
||||
|
||||
|
||||
$chat-background: $background;
|
||||
$chat-standard-padding: 32px;
|
||||
$chat-standard-padding-s: 16px;
|
||||
$chat-standard-padding-xs: 8px;
|
||||
$chat-text-size: 1.0px;
|
||||
$chat-button-height: 50px;
|
||||
Loading…
Add table
Add a link
Reference in a new issue