Skip to content

Commit

Permalink
updates for bs5 (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidslusser committed Jul 20, 2023
1 parent 4899977 commit b79f4c9
Show file tree
Hide file tree
Showing 395 changed files with 32,603 additions and 31,678 deletions.
4 changes: 2 additions & 2 deletions handyhelpers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"""

__title__ = 'django-handyhelpers'
__version__ = '0.3.6'
__version__ = '0.3.7'
__author__ = 'David Slusser'
__email__ = 'dbslusser@gmail.com'
__license__ = 'GPL-3.0'
__copyright__ = 'Copyright 2022 David Slusser'
__copyright__ = 'Copyright 2018 David Slusser'
22 changes: 11 additions & 11 deletions handyhelpers/static/handyhelpers/css/zoom-cards.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
.zoom-icon-card, .zoom-index-card, .zoom-admin-card .zoom-summary-card {
margin: .75rem;
padding: .25rem;
background-color: var(--light);
background-color: var(--bs-light);
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

Expand All @@ -48,18 +48,18 @@
margin: .25rem .5rem .25rem .5rem;
font-size: 2.75rem;
font-weight: bold;
color: var(--primary);
color: var(--bs-primary);
}

.zoom-index-card .title {
font-size: 1.5rem;
font-weight: bold;
color: var(--primary);
color: var(--bs-primary);
margin-bottom: 1rem;
}

.zoom-index-card .description {
color: var(--secondary);
color: var(--bs-secondary);
}


Expand All @@ -69,20 +69,20 @@
width: 9.5rem;
height: 9rem;
margin: 1rem;
border: 1px solid var(--secondary);
border: 1px solid var(--bs-secondary);
text-align: center;
}

.zoom-admin-card .icon {
margin: .25rem .5rem .25rem .5rem;
padding: .25rem;
font-size: 2.5rem;
color: var(--primary);
color: var(--bs-primary);
}

.zoom-admin-card .title {
display: table-cell;
color: var(--secondary);
color: var(--bs-secondary);
height: 4rem;
width: 9.5rem;
vertical-align: middle;
Expand All @@ -96,7 +96,7 @@
width: 10rem;
height: 10rem;
margin: 1rem;
border: 1px solid var(--secondary);
border: 1px solid var(--bs-secondary);
text-align: center;
}

Expand All @@ -105,12 +105,12 @@
padding: .25rem;
font-size: 3.75rem;
font-weight: bold;
color: var(--primary);
color: var(--bs-primary);
}

.zoom-summary-card .description {
display: table-cell;
color: var(--secondary);
color: var(--bs-secondary);
font-size: 1.25rem;
font-weight: bold;
height: 3rem;
Expand All @@ -135,7 +135,7 @@
margin: .25rem .5rem .25rem .5rem;
padding: .25rem;
font-size: 2rem;
color: var(--primary);
color: var(--bs-primary);
}


Expand Down
4 changes: 2 additions & 2 deletions handyhelpers/static/node_modules/.yarn-integrity

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

114 changes: 114 additions & 0 deletions handyhelpers/static/node_modules/bootstrap-table/.eslintrc.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

89 changes: 89 additions & 0 deletions handyhelpers/static/node_modules/bootstrap-table/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions handyhelpers/static/node_modules/bootstrap-table/cypress.json

This file was deleted.

0 comments on commit b79f4c9

Please sign in to comment.