Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
BoxDialer
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
BoxDialer
Commits
f52267f6
Commit
f52267f6
authored
Aug 30, 2023
by
Muhammadali
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update version:
parent
abd9d1d9
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
2 deletions
+16
-2
style.js
src/components/BxMiniWidjetUi/style.js
+1
-0
style.js
src/components/DropDown/style.js
+1
-1
style.js
src/components/Modal/style.js
+6
-0
style.js
src/components/ModalPhoneNumpad/style.js
+6
-0
index.css
src/index.css
+2
-1
No files found.
src/components/BxMiniWidjetUi/style.js
View file @
f52267f6
...
@@ -10,6 +10,7 @@ const BxMiniWidjetUiStyle = styled.div`
...
@@ -10,6 +10,7 @@ const BxMiniWidjetUiStyle = styled.div`
padding: 0;
padding: 0;
box-sizing: border-box;
box-sizing: border-box;
}
}
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
background-color:
${({
status
=
''
})
=>
background-color:
${({
status
=
''
})
=>
status
===
'
pending
'
status
===
'
pending
'
?
'
orange
'
?
'
orange
'
...
...
src/components/DropDown/style.js
View file @
f52267f6
...
@@ -9,6 +9,7 @@ const DropDownStyle = styled.div`
...
@@ -9,6 +9,7 @@ const DropDownStyle = styled.div`
align-items: center;
align-items: center;
justify-content: center;
justify-content: center;
position: relative;
position: relative;
`
;
`
;
DropDownStyle
.
Text
=
styled
.
div
`
DropDownStyle
.
Text
=
styled
.
div
`
font-size: 22px;
font-size: 22px;
...
@@ -43,7 +44,6 @@ DropDownStyle.DropDown = styled.div`
...
@@ -43,7 +44,6 @@ DropDownStyle.DropDown = styled.div`
background-color: #e9e9e9;
background-color: #e9e9e9;
}
}
}
}
${({
visiblevalue
})
=>
console
.
log
(
visiblevalue
,
'
visiblevalue
'
)}
${({
visiblevalue
})
=>
${({
visiblevalue
})
=>
visiblevalue
==
1
visiblevalue
==
1
?
{
?
{
...
...
src/components/Modal/style.js
View file @
f52267f6
...
@@ -6,6 +6,12 @@ const MainBlock = styled.div`
...
@@ -6,6 +6,12 @@ const MainBlock = styled.div`
z-index: 999;
z-index: 999;
display:
${({
hidden
})
=>
(
hidden
?
'
flex
'
:
'
none
'
)}
;
display:
${({
hidden
})
=>
(
hidden
?
'
flex
'
:
'
none
'
)}
;
transition: 0.3s;
transition: 0.3s;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
${({
rollUp
})
=>
${({
rollUp
})
=>
rollUp
rollUp
?
{
?
{
...
...
src/components/ModalPhoneNumpad/style.js
View file @
f52267f6
...
@@ -5,6 +5,12 @@ import KeyboardBackspaceIcon from '@mui/icons-material/KeyboardBackspace';
...
@@ -5,6 +5,12 @@ import KeyboardBackspaceIcon from '@mui/icons-material/KeyboardBackspace';
import
{
boxDialerWidjetPosition
}
from
'
../../lib/boxDialerWidjetPosition
'
;
import
{
boxDialerWidjetPosition
}
from
'
../../lib/boxDialerWidjetPosition
'
;
const
ModalPhoneNumpadStyle
=
styled
.
div
`
const
ModalPhoneNumpadStyle
=
styled
.
div
`
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
width: 230px;
width: 230px;
position: fixed;
position: fixed;
bottom: 120px;
bottom: 120px;
...
...
src/index.css
View file @
f52267f6
...
@@ -6,3 +6,4 @@
...
@@ -6,3 +6,4 @@
-ms-user-select
:
none
;
-ms-user-select
:
none
;
user-select
:
none
;
user-select
:
none
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment