@sdk185/sip-phone-sdk26 0.0.8 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sdk185/sip-phone-sdk26",
3
- "version": "0.0.8",
3
+ "version": "0.1.0",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -967,7 +967,8 @@ export default {
967
967
  .btn-group {
968
968
  width: 100%;
969
969
  position: absolute;
970
- bottom: 250px;
970
+ //bottom: 250px;
971
+ bottom: 25%;
971
972
  z-index: 4000;
972
973
  }
973
974
 
@@ -1097,6 +1098,7 @@ export default {
1097
1098
  opacity: .6 !important;
1098
1099
  position: absolute !important;
1099
1100
  left: calc(50% + 80px) !important;
1101
+ color: #FFFFFF !important;
1100
1102
  }
1101
1103
  .transparent-btn::before {
1102
1104
  background-color: transparent !important;
@@ -1104,7 +1106,9 @@ export default {
1104
1106
  }
1105
1107
 
1106
1108
  .call-btn{
1107
- margin-top:160px;
1109
+ /* margin-top:160px; */
1110
+ position: relative;
1111
+ top: 0%;
1108
1112
  }
1109
1113
  .call-img{
1110
1114
  width:100px;