Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
pantalla de inicio
Browse files Browse the repository at this point in the history
  • Loading branch information
XSlayer67 committed Nov 24, 2022
1 parent 3ecf9cb commit b234c4f
Show file tree
Hide file tree
Showing 151 changed files with 65,439 additions and 3 deletions.
1 change: 1 addition & 0 deletions public/css/app.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Binary file added public/css/bootstrap copy/.DS_Store
Binary file not shown.
12 changes: 12 additions & 0 deletions public/css/bootstrap copy/_media.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.media {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }

.media-body {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
Binary file added public/css/bootstrap copy/mixins/.DS_Store
Binary file not shown.
Empty file.
Empty file.
Empty file.
10 changes: 10 additions & 0 deletions public/css/bootstrap copy/utilities/_stretched-link.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.stretched-link::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
pointer-events: auto;
content: "";
background-color: rgba(0, 0, 0, 0); }
6 changes: 6 additions & 0 deletions public/css/bootstrap.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions public/css/bootstrap.min copy.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions public/css/bootstrap.min.css

Large diffs are not rendered by default.

Binary file added public/css/bootstrap/.DS_Store
Binary file not shown.
12 changes: 12 additions & 0 deletions public/css/bootstrap/_media.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.media {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }

.media-body {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
Binary file added public/css/bootstrap/mixins/.DS_Store
Binary file not shown.
Empty file.
Empty file.
Empty file.
10 changes: 10 additions & 0 deletions public/css/bootstrap/utilities/_stretched-link.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.stretched-link::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
pointer-events: auto;
content: "";
background-color: rgba(0, 0, 0, 0); }
Loading

0 comments on commit b234c4f

Please sign in to comment.