feat: Optimize SMS notification module.

This commit is contained in:
a.bouhuolia
2021-11-09 09:51:38 +02:00
parent 6d67d6163d
commit 48221a7af1
24 changed files with 479 additions and 141 deletions

View File

@@ -1,6 +1,5 @@
.dialog--notify-vis-sms {
max-width: 350px;
max-height: 450px;
width: 800px;
.bp3-dialog-body {
.bp3-form-group {

View File

@@ -17,8 +17,7 @@
&__inside-content {
display: flex;
flex-direction: column;
height: 100%;
&--tabable {
margin-left: -25px;
margin-right: -25px;

View File

@@ -1,5 +1,5 @@
.dialog--sms-message {
max-width: 350px;
width: 800px;
.bp3-form-group {
margin-bottom: 15px;