Build Folder Added

This commit is contained in:
2022-09-19 18:52:37 +05:30
parent ac1d53e183
commit df428196d6
14 changed files with 10051 additions and 0 deletions

69
build/css/main.css Normal file
View File

@ -0,0 +1,69 @@
.container {
width: 100%;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
/* .calenderField {
display: block !important;
visibility:hidden
} */
@media (min-width: 768px) {
.container {
max-width: 950px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1280px;
}
}
@media (min-width: 1200px) and (max-width: 1300px) {
.container {
max-width: 1200px;
}
}
.toaster-card {
position: fixed;
z-index: 999999;
pointer-events: none;
top: 15px;
right: 15px;
padding: 10px 15px;
display: flex;
align-items: center;
border-radius: 4px;
color: white;
box-shadow: 0 0 12px #999;
width: 300px;
}
.toaster-card img {
margin-right: 10px;
}
.toast-success {
background-color: #51a351;
}
.toast-error {
background-color: #bd362f;
}
.toast-warning {
background-color: #f89406;
}

2941
build/css/plugins/caleran.min.css vendored Normal file

File diff suppressed because it is too large Load Diff

102
build/css/plugins/multiselect.min.css vendored Normal file
View File

@ -0,0 +1,102 @@
.selectData {
display: none;
}
.airlineSel {
font-size: 12px;
border-radius: 1px solid #0000ff59;
border-radius: 15px;
background: #b1c8dd;
padding: 3px 14px;
}
.SearchBox {
border: 1px solid black;
/* width: 300px; */
height: 30px;
cursor: pointer;
border-radius: 6px;
}
.SelectList {
display: none;
width: 300px;
position: relative;
overflow: auto;
background-color: gainsboro;
color: black;
}
.SelectList input {
width: 93%;
border: 1px solid #858585;
border-radius: 5px;
padding: 6px 10px;
}
.ShowAirline{
display: block !important;
}
.SelectList div {
position: sticky;
top: 0;
padding: 8px;
background-color: white;
}
.ListItem {
list-style-type: none;
padding: 0;
margin: 0;
}
.ListItem li {
padding: 10px;
background-color: #fff;
font-size: 14px;
}
.ListItem li:not(:last-child) {
border-bottom: 1px solid gray;
width: 100%;
}
.ListItem {
overflow: hidden;
}
.ShowAirlineList {
display: block !important;
border: 1px solid #939393;
border-radius: 5px;
}
.multiSelect {
position: relative;
}
.ShowAirlineList {
position: absolute;
top: 91.8%;
}
.airlinelist {
font-size: 13px;
margin: pa;
margin: 0px 5px;
background: #3f4fa2;
display: flex;
align-items: center;
width: 100%;
justify-content: space-between;
padding-left: 5px;
border-radius: 5px;
color: #fff;
white-space: nowrap;
}
.airlinelist button {
background: #3f4fa2;
border: none;
color: #fff;
}
.inputMultiSelectBox {
display: flex;
align-items: center;
margin-left: 20px;
}
.multiInp {
width: 300px;
}

1732
build/css/style.css Normal file

File diff suppressed because it is too large Load Diff