Skip to content

Commit

Permalink
add minify files
Browse files Browse the repository at this point in the history
  • Loading branch information
LamaSaad24 committed Sep 28, 2023
1 parent 9187de1 commit 6ca9817
Show file tree
Hide file tree
Showing 5 changed files with 3,985 additions and 324 deletions.
13 changes: 1 addition & 12 deletions assets/css/style.css
Original file line number Diff line number Diff line change
@@ -1,12 +1 @@
#list1 .form-control {
border-color: transparent;
}

#list1 .form-control:focus {
border-color: transparent;
box-shadow: none;
}

#list1 .select-input.form-control[readonly]:not([disabled]) {
background-color: #fbfbfb;
}
#card .form-control{border-color:transparent;border:none}
119 changes: 5 additions & 114 deletions assets/js/main.js

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

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="container py-2 h-100">
<div class="row d-flex justify-content-center align-items-center h-100">
<div class="col">
<div class="card" id="list1" style="border-radius: 0.75rem; background-color: #eff1f2">
<div class="card" style="border-radius: 0.75rem; background-color: #eff1f2">
<div class="card-body py-4 px-4 px-md-5">
<p class="h1 text-center mt-3 mb-4 pb-3 text-primary">
<i class="fas fa-check-square me-1"></i>
Expand Down
Loading

0 comments on commit 6ca9817

Please sign in to comment.