722f540b03
- Add email collect hook on creating conversation - Merge contact if it already exist
19 lines
332 B
SCSS
Executable file
19 lines
332 B
SCSS
Executable file
@import 'reset';
|
|
@import 'variables';
|
|
@import 'buttons';
|
|
@import 'mixins';
|
|
@import 'forms';
|
|
@import 'shared/assets/fonts/inter';
|
|
@import '~ionicons/scss/ionicons';
|
|
@import '~spinkit/scss/spinners/7-three-bounce';
|
|
|
|
html,
|
|
body {
|
|
font-family: $font-family;
|
|
font-size: 10px;
|
|
height: 100%;
|
|
}
|
|
|
|
.woot-widget-wrap {
|
|
height: 100%;
|
|
}
|