@@ -80,7 +80,7 @@ textarea {
80
80
opacity : 0.3 ;
81
81
}
82
82
83
- .button-group > div {
83
+ .button-group > div {
84
84
display : inline-flex ;
85
85
margin-inline-start : 5px ;
86
86
margin-inline-end : 5px ;
@@ -397,7 +397,6 @@ textarea {
397
397
& .brand ,
398
398
& .medium {
399
399
& .secondary :hover:not (.disabled ) {
400
-
401
400
background-color : var (--color-secondary-btn-hover-bg );
402
401
}
403
402
@@ -639,7 +638,6 @@ label {
639
638
}
640
639
641
640
.audio-message {
642
-
643
641
// height: 40px;
644
642
.timer {
645
643
width : 60px ;
@@ -767,21 +765,21 @@ label {
767
765
padding : 25px ;
768
766
padding-bottom : 0px ;
769
767
770
- font-family : $bchat-font-poppins-bold ;
768
+ // font-family: $bchat-font-poppins-bold;
771
769
// text-align: center;
772
770
line-height : 18px ;
773
- font-size : $bchat-font-h3 ;
774
- font-weight : 500 ;
771
+ font-size : $bchat-font-h2 ;
772
+ font-weight : 700 ;
775
773
margin-top : 10px ;
776
774
777
775
& .reverse {
778
776
flex-direction : row-reverse ;
779
777
780
- .bchat-modal__header__close > div {
778
+ .bchat-modal__header__close > div {
781
779
float : right ;
782
780
}
783
781
784
- .bchat-modal__header__icons > div {
782
+ .bchat-modal__header__icons > div {
785
783
float : left ;
786
784
padding-inline-start : 0px ;
787
785
padding-inline-end : 10px ;
@@ -816,13 +814,13 @@ label {
816
814
float : right ;
817
815
}
818
816
819
- & __close > div {
817
+ & __close > div {
820
818
float : left ;
821
819
padding : $bchat-margin-xs ;
822
820
margin : 0px ;
823
821
}
824
822
825
- & __icons > div {
823
+ & __icons > div {
826
824
float : right ;
827
825
padding-inline-start : 10px ;
828
826
}
@@ -841,7 +839,6 @@ label {
841
839
// }
842
840
.message {
843
841
text-align : center ;
844
-
845
842
}
846
843
847
844
.bchat-id-editable {
@@ -1167,15 +1164,32 @@ label {
1167
1164
font-size : 16px ;
1168
1165
text-align : left ;
1169
1166
}
1167
+ .currency-search {
1168
+ height : 60px ;
1169
+ /* margin-inline-end: 1px; */
1170
+ /* margin-bottom: 10px; */
1171
+ display : inline-flex ;
1172
+ flex-shrink : 0 ;
1173
+ padding : 0 21px ;
1174
+ border-radius : 16px ;
1175
+ border : 2px solid var (--color-search-border );
1176
+ display : flex ;
1177
+ align-items : center ;
1170
1178
1179
+ width : 450px ;
1180
+ background-color : var (--color-confirm-modal-inner-bg );
1181
+ input {
1182
+ background-color : unset ;
1183
+ }
1184
+ }
1171
1185
& __walletModel {
1172
- width : 390 px ;
1173
- margin : 10px 10 px 25px ;
1186
+ width : 450 px ;
1187
+ margin : 10px 4 px 25px ;
1174
1188
// font-family: 'Poppins';
1175
1189
background-color : var (--color-confirm-modal-inner-bg );
1176
1190
border-radius : 16px ;
1177
1191
padding : 20px 20px 0px ;
1178
- max-height : 300 px ;
1192
+ max-height : 241 px ;
1179
1193
overflow-x : hidden ;
1180
1194
}
1181
1195
@@ -1583,7 +1597,15 @@ label {
1583
1597
font-weight : 300 ;
1584
1598
}
1585
1599
1586
- .react-contexify__item :not (.react-contexify__item--disabled ):hover >.react-contexify__item__content {
1600
+ .react-contexify__item :not (.react-contexify__item--disabled ):focus
1601
+ > .react-contexify__item__content ,
1602
+ .react-contexify__item :not (.react-contexify__item--disabled ):hover
1603
+ > .react-contexify__item__content {
1604
+ background-color : var (--color-context-menu-hover-bg ) !important ;
1605
+ border-radius : 14px ;
1606
+ }
1607
+ .react-contexify__item :not (.react-contexify__item--disabled ):hover
1608
+ > .react-contexify__item__content {
1587
1609
border-radius : 14px ;
1588
1610
// background: #333842;
1589
1611
// color: var(--color-text-menu-highlighted);
@@ -1598,7 +1620,7 @@ label {
1598
1620
1599
1621
& .react-contexify__submenu {
1600
1622
top : 0px !important ; // height of an item element
1601
-
1623
+ // right: 300px !important;
1602
1624
.react-contexify__item__content {
1603
1625
justify-content : start ;
1604
1626
}
@@ -1801,7 +1823,7 @@ label {
1801
1823
left : 50% ;
1802
1824
margin : -40px 0 0 -40px ;
1803
1825
1804
- & > div {
1826
+ & > div {
1805
1827
display : block ;
1806
1828
}
1807
1829
}
@@ -2021,7 +2043,6 @@ label {
2021
2043
border-bottom : 0.5px solid var (--color-search-border );
2022
2044
border-radius : unset ;
2023
2045
}
2024
-
2025
2046
}
2026
2047
2027
2048
.bchat-settings {
@@ -3373,7 +3394,6 @@ label {
3373
3394
// }
3374
3395
3375
3396
& -syncStatus {
3376
-
3377
3397
// position: relative;
3378
3398
// height: 30px;
3379
3399
// // width: 66.5%;
@@ -3449,7 +3469,8 @@ label {
3449
3469
3450
3470
& -filterInput {
3451
3471
// width: 315px;
3452
- width : 150px ;
3472
+ // width: 150px;
3473
+ width : 220px ;
3453
3474
border : none ;
3454
3475
outline : none ;
3455
3476
height : 40px ;
@@ -3594,7 +3615,6 @@ label {
3594
3615
// width: 605px;
3595
3616
// width: 75%;
3596
3617
margin-left : 15px ;
3597
-
3598
3618
3599
3619
& -amount {
3600
3620
cursor : pointer ;
@@ -3752,11 +3772,11 @@ label {
3752
3772
transition : $bchat-transition-duration ;
3753
3773
}
3754
3774
3755
- input :hover + label :before {
3775
+ input :hover + label :before {
3756
3776
background : var (--color-accent );
3757
3777
}
3758
3778
3759
- input :checked + label :before {
3779
+ input :checked + label :before {
3760
3780
background : var (--color-accent );
3761
3781
}
3762
3782
}
@@ -3954,7 +3974,7 @@ input {
3954
3974
width : 100% ;
3955
3975
// max-height: 400px;
3956
3976
overflow-y : auto ;
3957
- height : 53 % ;
3977
+ height : 100 % ;
3958
3978
// margin: auto 0 auto 0;
3959
3979
// border: var(--border-bchat);
3960
3980
// border-bottom: var(--border-bchat);
@@ -4023,7 +4043,7 @@ input {
4023
4043
}
4024
4044
}
4025
4045
4026
- .floated-downArrow-btn-wrapper + .downArrow-unreadCountBox {
4046
+ .floated-downArrow-btn-wrapper + .downArrow-unreadCountBox {
4027
4047
background-color : #ffffff ;
4028
4048
color : #000 ;
4029
4049
}
@@ -4155,7 +4175,7 @@ input {
4155
4175
opacity : 0.8 ;
4156
4176
}
4157
4177
4158
- & __avatar > div {
4178
+ & __avatar > div {
4159
4179
margin-bottom : 0px !important ;
4160
4180
}
4161
4181
@@ -4253,4 +4273,4 @@ input {
4253
4273
& :hover {
4254
4274
color : var (--color-context-menu-hover-bg );
4255
4275
}
4256
- }
4276
+ }
0 commit comments