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
cf9d5cea
Commit
cf9d5cea
authored
1 year ago
by
Muhammadali
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update version: 0.6.9
parent
88ca458d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
12 deletions
+10
-12
package.json
package.json
+1
-1
style.js
src/components/WidjetButton/style.js
+5
-0
index.css
src/index.css
+4
-11
No files found.
package.json
View file @
cf9d5cea
{
"name"
:
"boxdialer"
,
"version"
:
"0.6.
8
"
,
"version"
:
"0.6.
9
"
,
"description"
:
""
,
"main"
:
"src/boxDialer.js"
,
"scripts"
:
{
...
...
This diff is collapsed.
Click to expand it.
src/components/WidjetButton/style.js
View file @
cf9d5cea
...
...
@@ -5,6 +5,11 @@ import CallIcon from '@mui/icons-material/Dialpad';
import
KeyboardBackspaceIcon
from
'
@mui/icons-material/KeyboardBackspace
'
;
const
WidjetBlock
=
styled
.
div
`
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
position: fixed;
bottom: 30px;
left: 50px;
...
...
This diff is collapsed.
Click to expand it.
src/index.css
View file @
cf9d5cea
/* * {
margin: 0;
padding: 0;
box-sizing: border-box;
} */
/* @tailwind base;
@tailwind
base
;
@tailwind
components
;
@tailwind utilities; */
.tailwindGlobalCss
{
border
:
5px
solid
red
;
}
\ No newline at end of file
@tailwind
utilities
;
.tailwindGlobalCss
{}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
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