Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
costateixeira authored May 21, 2022
1 parent 3093926 commit 3e7aebd
Show file tree
Hide file tree
Showing 22 changed files with 11,536 additions and 0 deletions.
Binary file added MappingBox.bsdesign
Binary file not shown.
12 changes: 12 additions & 0 deletions mappingbox/assets/bootstrap/css/bootstrap.min.css

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions mappingbox/assets/bootstrap/js/bootstrap.min.js

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions mappingbox/assets/css/Collapse-card.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
.mw-85 {
max-width: 85%!important;
}

.rotate {
-moz-transition: all .5s linear;
-webkit-transition: all .5s linear;
transition: all .5s linear;
}

.todo-card {
width: 400px;
}

.btn-add {
color: #fff;
background-color: var(--color-success);
border-color: var(--color-success);
}

.form-check-input.green:checked {
background-color: var(--color-success);
border-color: var(--color-success);
}

12 changes: 12 additions & 0 deletions mappingbox/assets/css/Glyphicons Halflings.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
@font-face {
font-family: 'Glyphicons Halflings';
src: url(../../assets/fonts/glyphicons-halflings-regular_f4769f9bdb7466be65088239c12046d1.eot) format('embedded-opentype'),
url(../../assets/fonts/glyphicons-halflings-regular_f4769f9bdb7466be65088239c12046d1.eot) format('embedded-opentype'),
url(../../assets/fonts/glyphicons-halflings-regular_448c34a56d699c29117adc64c43affeb.woff2) format('woff2'),
url(../../assets/fonts/glyphicons-halflings-regular_fa2772327f55d8198301fdb8bcfc8158.woff) format('woff'),
url(../../assets/fonts/glyphicons-halflings-regular_e18bbf611f2a2e43afc071aa2f4e1512.ttf) format('truetype'),
url(../../assets/fonts/glyphicons-halflings-regular_f49c0c87d80ed5a717b0f1654f69fd3b.svg) format('svg');
font-weight: 400;
font-style: normal;
font-display: auto;
}
Loading

0 comments on commit 3e7aebd

Please sign in to comment.