first commit
This commit is contained in:
6
public/raffels/assets/css/bootstrap-select.min.css
vendored
Normal file
6
public/raffels/assets/css/bootstrap-select.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
41
public/raffels/assets/css/bootstrap-slider.min.css
vendored
Normal file
41
public/raffels/assets/css/bootstrap-slider.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
6
public/raffels/assets/css/bootstrap.min.css
vendored
Normal file
6
public/raffels/assets/css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
5
public/raffels/assets/css/dataTables.bootstrap5.min.css
vendored
Normal file
5
public/raffels/assets/css/dataTables.bootstrap5.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
512
public/raffels/assets/css/datepicker.css
vendored
Normal file
512
public/raffels/assets/css/datepicker.css
vendored
Normal file
@ -0,0 +1,512 @@
|
||||
/*!
|
||||
* Datepicker for Bootstrap
|
||||
*
|
||||
* Copyright 2012 Stefan Petre
|
||||
* Improvements by Andrew Rowls
|
||||
* Licensed under the Apache License v2.0
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
*/
|
||||
.datepicker {
|
||||
padding: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
direction: ltr;
|
||||
/*.dow {
|
||||
border-top: 1px solid #ddd !important;
|
||||
}*/
|
||||
}
|
||||
.datepicker-inline {
|
||||
width: 220px;
|
||||
}
|
||||
.datepicker.datepicker-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
.datepicker.datepicker-rtl table tr td span {
|
||||
float: right;
|
||||
}
|
||||
.datepicker-dropdown {
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
.datepicker-dropdown:before {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
border-left: 7px solid transparent;
|
||||
border-right: 7px solid transparent;
|
||||
border-bottom: 7px solid #ccc;
|
||||
border-top: 0;
|
||||
border-bottom-color: rgba(0, 0, 0, 0.2);
|
||||
position: absolute;
|
||||
}
|
||||
.datepicker-dropdown:after {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
border-left: 6px solid transparent;
|
||||
border-right: 6px solid transparent;
|
||||
border-bottom: 6px solid #ffffff;
|
||||
border-top: 0;
|
||||
position: absolute;
|
||||
}
|
||||
.datepicker-dropdown.datepicker-orient-left:before {
|
||||
left: 6px;
|
||||
}
|
||||
.datepicker-dropdown.datepicker-orient-left:after {
|
||||
left: 7px;
|
||||
}
|
||||
.datepicker-dropdown.datepicker-orient-right:before {
|
||||
right: 6px;
|
||||
}
|
||||
.datepicker-dropdown.datepicker-orient-right:after {
|
||||
right: 7px;
|
||||
}
|
||||
.datepicker-dropdown.datepicker-orient-top:before {
|
||||
top: -7px;
|
||||
}
|
||||
.datepicker-dropdown.datepicker-orient-top:after {
|
||||
top: -6px;
|
||||
}
|
||||
.datepicker-dropdown.datepicker-orient-bottom:before {
|
||||
bottom: -7px;
|
||||
border-bottom: 0;
|
||||
border-top: 7px solid #999;
|
||||
}
|
||||
.datepicker-dropdown.datepicker-orient-bottom:after {
|
||||
bottom: -6px;
|
||||
border-bottom: 0;
|
||||
border-top: 6px solid #ffffff;
|
||||
}
|
||||
.datepicker > div {
|
||||
display: none;
|
||||
}
|
||||
.datepicker.days div.datepicker-days {
|
||||
display: block;
|
||||
}
|
||||
.datepicker.months div.datepicker-months {
|
||||
display: block;
|
||||
}
|
||||
.datepicker.years div.datepicker-years {
|
||||
display: block;
|
||||
}
|
||||
.datepicker table {
|
||||
margin: 0;
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.datepicker td,
|
||||
.datepicker th {
|
||||
text-align: center;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
border: none;
|
||||
}
|
||||
.table-striped .datepicker table tr td,
|
||||
.table-striped .datepicker table tr th {
|
||||
background-color: transparent;
|
||||
}
|
||||
.datepicker table tr td.day:hover,
|
||||
.datepicker table tr td.day.focused {
|
||||
background: #eeeeee;
|
||||
cursor: pointer;
|
||||
}
|
||||
.datepicker table tr td.old,
|
||||
.datepicker table tr td.new {
|
||||
color: #999999;
|
||||
}
|
||||
.datepicker table tr td.disabled,
|
||||
.datepicker table tr td.disabled:hover {
|
||||
background: none;
|
||||
color: #999999;
|
||||
cursor: default;
|
||||
}
|
||||
.datepicker table tr td.today,
|
||||
.datepicker table tr td.today:hover,
|
||||
.datepicker table tr td.today.disabled,
|
||||
.datepicker table tr td.today.disabled:hover {
|
||||
background-color: #fde19a;
|
||||
background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
|
||||
background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
|
||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
|
||||
background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
|
||||
background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
|
||||
background-image: linear-gradient(top, #fdd49a, #fdf59a);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
|
||||
border-color: #fdf59a #fdf59a #fbed50;
|
||||
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
||||
color: #000;
|
||||
}
|
||||
.datepicker table tr td.today:hover,
|
||||
.datepicker table tr td.today:hover:hover,
|
||||
.datepicker table tr td.today.disabled:hover,
|
||||
.datepicker table tr td.today.disabled:hover:hover,
|
||||
.datepicker table tr td.today:active,
|
||||
.datepicker table tr td.today:hover:active,
|
||||
.datepicker table tr td.today.disabled:active,
|
||||
.datepicker table tr td.today.disabled:hover:active,
|
||||
.datepicker table tr td.today.active,
|
||||
.datepicker table tr td.today:hover.active,
|
||||
.datepicker table tr td.today.disabled.active,
|
||||
.datepicker table tr td.today.disabled:hover.active,
|
||||
.datepicker table tr td.today.disabled,
|
||||
.datepicker table tr td.today:hover.disabled,
|
||||
.datepicker table tr td.today.disabled.disabled,
|
||||
.datepicker table tr td.today.disabled:hover.disabled,
|
||||
.datepicker table tr td.today[disabled],
|
||||
.datepicker table tr td.today:hover[disabled],
|
||||
.datepicker table tr td.today.disabled[disabled],
|
||||
.datepicker table tr td.today.disabled:hover[disabled] {
|
||||
background-color: #fdf59a;
|
||||
}
|
||||
.datepicker table tr td.today:active,
|
||||
.datepicker table tr td.today:hover:active,
|
||||
.datepicker table tr td.today.disabled:active,
|
||||
.datepicker table tr td.today.disabled:hover:active,
|
||||
.datepicker table tr td.today.active,
|
||||
.datepicker table tr td.today:hover.active,
|
||||
.datepicker table tr td.today.disabled.active,
|
||||
.datepicker table tr td.today.disabled:hover.active {
|
||||
background-color: #fbf069 \9;
|
||||
}
|
||||
.datepicker table tr td.today:hover:hover {
|
||||
color: #000;
|
||||
}
|
||||
.datepicker table tr td.today.active:hover {
|
||||
color: #fff;
|
||||
}
|
||||
.datepicker table tr td.range,
|
||||
.datepicker table tr td.range:hover,
|
||||
.datepicker table tr td.range.disabled,
|
||||
.datepicker table tr td.range.disabled:hover {
|
||||
background: #eeeeee;
|
||||
-webkit-border-radius: 0;
|
||||
-moz-border-radius: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
.datepicker table tr td.range.today,
|
||||
.datepicker table tr td.range.today:hover,
|
||||
.datepicker table tr td.range.today.disabled,
|
||||
.datepicker table tr td.range.today.disabled:hover {
|
||||
background-color: #f3d17a;
|
||||
background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
|
||||
background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
|
||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
|
||||
background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
|
||||
background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
|
||||
background-image: linear-gradient(top, #f3c17a, #f3e97a);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
|
||||
border-color: #f3e97a #f3e97a #edde34;
|
||||
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
||||
-webkit-border-radius: 0;
|
||||
-moz-border-radius: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
.datepicker table tr td.range.today:hover,
|
||||
.datepicker table tr td.range.today:hover:hover,
|
||||
.datepicker table tr td.range.today.disabled:hover,
|
||||
.datepicker table tr td.range.today.disabled:hover:hover,
|
||||
.datepicker table tr td.range.today:active,
|
||||
.datepicker table tr td.range.today:hover:active,
|
||||
.datepicker table tr td.range.today.disabled:active,
|
||||
.datepicker table tr td.range.today.disabled:hover:active,
|
||||
.datepicker table tr td.range.today.active,
|
||||
.datepicker table tr td.range.today:hover.active,
|
||||
.datepicker table tr td.range.today.disabled.active,
|
||||
.datepicker table tr td.range.today.disabled:hover.active,
|
||||
.datepicker table tr td.range.today.disabled,
|
||||
.datepicker table tr td.range.today:hover.disabled,
|
||||
.datepicker table tr td.range.today.disabled.disabled,
|
||||
.datepicker table tr td.range.today.disabled:hover.disabled,
|
||||
.datepicker table tr td.range.today[disabled],
|
||||
.datepicker table tr td.range.today:hover[disabled],
|
||||
.datepicker table tr td.range.today.disabled[disabled],
|
||||
.datepicker table tr td.range.today.disabled:hover[disabled] {
|
||||
background-color: #f3e97a;
|
||||
}
|
||||
.datepicker table tr td.range.today:active,
|
||||
.datepicker table tr td.range.today:hover:active,
|
||||
.datepicker table tr td.range.today.disabled:active,
|
||||
.datepicker table tr td.range.today.disabled:hover:active,
|
||||
.datepicker table tr td.range.today.active,
|
||||
.datepicker table tr td.range.today:hover.active,
|
||||
.datepicker table tr td.range.today.disabled.active,
|
||||
.datepicker table tr td.range.today.disabled:hover.active {
|
||||
background-color: #efe24b \9;
|
||||
}
|
||||
.datepicker table tr td.selected,
|
||||
.datepicker table tr td.selected:hover,
|
||||
.datepicker table tr td.selected.disabled,
|
||||
.datepicker table tr td.selected.disabled:hover {
|
||||
background-color: #9e9e9e;
|
||||
background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
|
||||
background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
|
||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
|
||||
background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
|
||||
background-image: -o-linear-gradient(top, #b3b3b3, #808080);
|
||||
background-image: linear-gradient(top, #b3b3b3, #808080);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
|
||||
border-color: #808080 #808080 #595959;
|
||||
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
||||
color: #fff;
|
||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
.datepicker table tr td.selected:hover,
|
||||
.datepicker table tr td.selected:hover:hover,
|
||||
.datepicker table tr td.selected.disabled:hover,
|
||||
.datepicker table tr td.selected.disabled:hover:hover,
|
||||
.datepicker table tr td.selected:active,
|
||||
.datepicker table tr td.selected:hover:active,
|
||||
.datepicker table tr td.selected.disabled:active,
|
||||
.datepicker table tr td.selected.disabled:hover:active,
|
||||
.datepicker table tr td.selected.active,
|
||||
.datepicker table tr td.selected:hover.active,
|
||||
.datepicker table tr td.selected.disabled.active,
|
||||
.datepicker table tr td.selected.disabled:hover.active,
|
||||
.datepicker table tr td.selected.disabled,
|
||||
.datepicker table tr td.selected:hover.disabled,
|
||||
.datepicker table tr td.selected.disabled.disabled,
|
||||
.datepicker table tr td.selected.disabled:hover.disabled,
|
||||
.datepicker table tr td.selected[disabled],
|
||||
.datepicker table tr td.selected:hover[disabled],
|
||||
.datepicker table tr td.selected.disabled[disabled],
|
||||
.datepicker table tr td.selected.disabled:hover[disabled] {
|
||||
background-color: #808080;
|
||||
}
|
||||
.datepicker table tr td.selected:active,
|
||||
.datepicker table tr td.selected:hover:active,
|
||||
.datepicker table tr td.selected.disabled:active,
|
||||
.datepicker table tr td.selected.disabled:hover:active,
|
||||
.datepicker table tr td.selected.active,
|
||||
.datepicker table tr td.selected:hover.active,
|
||||
.datepicker table tr td.selected.disabled.active,
|
||||
.datepicker table tr td.selected.disabled:hover.active {
|
||||
background-color: #666666 \9;
|
||||
}
|
||||
.datepicker table tr td.active,
|
||||
.datepicker table tr td.active:hover,
|
||||
.datepicker table tr td.active.disabled,
|
||||
.datepicker table tr td.active.disabled:hover {
|
||||
background-color: #006dcc;
|
||||
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
|
||||
background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
|
||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
|
||||
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
|
||||
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
|
||||
background-image: linear-gradient(top, #0088cc, #0044cc);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
|
||||
border-color: #0044cc #0044cc #002a80;
|
||||
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
||||
color: #fff;
|
||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
.datepicker table tr td.active:hover,
|
||||
.datepicker table tr td.active:hover:hover,
|
||||
.datepicker table tr td.active.disabled:hover,
|
||||
.datepicker table tr td.active.disabled:hover:hover,
|
||||
.datepicker table tr td.active:active,
|
||||
.datepicker table tr td.active:hover:active,
|
||||
.datepicker table tr td.active.disabled:active,
|
||||
.datepicker table tr td.active.disabled:hover:active,
|
||||
.datepicker table tr td.active.active,
|
||||
.datepicker table tr td.active:hover.active,
|
||||
.datepicker table tr td.active.disabled.active,
|
||||
.datepicker table tr td.active.disabled:hover.active,
|
||||
.datepicker table tr td.active.disabled,
|
||||
.datepicker table tr td.active:hover.disabled,
|
||||
.datepicker table tr td.active.disabled.disabled,
|
||||
.datepicker table tr td.active.disabled:hover.disabled,
|
||||
.datepicker table tr td.active[disabled],
|
||||
.datepicker table tr td.active:hover[disabled],
|
||||
.datepicker table tr td.active.disabled[disabled],
|
||||
.datepicker table tr td.active.disabled:hover[disabled] {
|
||||
background-color: #0044cc;
|
||||
}
|
||||
.datepicker table tr td.active:active,
|
||||
.datepicker table tr td.active:hover:active,
|
||||
.datepicker table tr td.active.disabled:active,
|
||||
.datepicker table tr td.active.disabled:hover:active,
|
||||
.datepicker table tr td.active.active,
|
||||
.datepicker table tr td.active:hover.active,
|
||||
.datepicker table tr td.active.disabled.active,
|
||||
.datepicker table tr td.active.disabled:hover.active {
|
||||
background-color: #003399 \9;
|
||||
}
|
||||
.datepicker table tr td span {
|
||||
display: block;
|
||||
width: 23%;
|
||||
height: 54px;
|
||||
line-height: 54px;
|
||||
float: left;
|
||||
margin: 1%;
|
||||
cursor: pointer;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.datepicker table tr td span:hover {
|
||||
background: #eeeeee;
|
||||
}
|
||||
.datepicker table tr td span.disabled,
|
||||
.datepicker table tr td span.disabled:hover {
|
||||
background: none;
|
||||
color: #999999;
|
||||
cursor: default;
|
||||
}
|
||||
.datepicker table tr td span.active,
|
||||
.datepicker table tr td span.active:hover,
|
||||
.datepicker table tr td span.active.disabled,
|
||||
.datepicker table tr td span.active.disabled:hover {
|
||||
background-color: #006dcc;
|
||||
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
|
||||
background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
|
||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
|
||||
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
|
||||
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
|
||||
background-image: linear-gradient(top, #0088cc, #0044cc);
|
||||
background-repeat: repeat-x;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
|
||||
border-color: #0044cc #0044cc #002a80;
|
||||
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
||||
color: #fff;
|
||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
.datepicker table tr td span.active:hover,
|
||||
.datepicker table tr td span.active:hover:hover,
|
||||
.datepicker table tr td span.active.disabled:hover,
|
||||
.datepicker table tr td span.active.disabled:hover:hover,
|
||||
.datepicker table tr td span.active:active,
|
||||
.datepicker table tr td span.active:hover:active,
|
||||
.datepicker table tr td span.active.disabled:active,
|
||||
.datepicker table tr td span.active.disabled:hover:active,
|
||||
.datepicker table tr td span.active.active,
|
||||
.datepicker table tr td span.active:hover.active,
|
||||
.datepicker table tr td span.active.disabled.active,
|
||||
.datepicker table tr td span.active.disabled:hover.active,
|
||||
.datepicker table tr td span.active.disabled,
|
||||
.datepicker table tr td span.active:hover.disabled,
|
||||
.datepicker table tr td span.active.disabled.disabled,
|
||||
.datepicker table tr td span.active.disabled:hover.disabled,
|
||||
.datepicker table tr td span.active[disabled],
|
||||
.datepicker table tr td span.active:hover[disabled],
|
||||
.datepicker table tr td span.active.disabled[disabled],
|
||||
.datepicker table tr td span.active.disabled:hover[disabled] {
|
||||
background-color: #0044cc;
|
||||
}
|
||||
.datepicker table tr td span.active:active,
|
||||
.datepicker table tr td span.active:hover:active,
|
||||
.datepicker table tr td span.active.disabled:active,
|
||||
.datepicker table tr td span.active.disabled:hover:active,
|
||||
.datepicker table tr td span.active.active,
|
||||
.datepicker table tr td span.active:hover.active,
|
||||
.datepicker table tr td span.active.disabled.active,
|
||||
.datepicker table tr td span.active.disabled:hover.active {
|
||||
background-color: #003399 \9;
|
||||
}
|
||||
.datepicker table tr td span.old,
|
||||
.datepicker table tr td span.new {
|
||||
color: #999999;
|
||||
}
|
||||
.datepicker th.datepicker-switch {
|
||||
width: 145px;
|
||||
}
|
||||
.datepicker thead tr:first-child th,
|
||||
.datepicker tfoot tr th {
|
||||
cursor: pointer;
|
||||
}
|
||||
.datepicker thead tr:first-child th:hover,
|
||||
.datepicker tfoot tr th:hover {
|
||||
background: #eeeeee;
|
||||
}
|
||||
.datepicker .cw {
|
||||
font-size: 10px;
|
||||
width: 12px;
|
||||
padding: 0 2px 0 5px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.datepicker thead tr:first-child th.cw {
|
||||
cursor: default;
|
||||
background-color: transparent;
|
||||
}
|
||||
.input-append.date .add-on i,
|
||||
.input-prepend.date .add-on i {
|
||||
cursor: pointer;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
.input-daterange input {
|
||||
text-align: center;
|
||||
}
|
||||
.input-daterange input:first-child {
|
||||
-webkit-border-radius: 3px 0 0 3px;
|
||||
-moz-border-radius: 3px 0 0 3px;
|
||||
border-radius: 3px 0 0 3px;
|
||||
}
|
||||
.input-daterange input:last-child {
|
||||
-webkit-border-radius: 0 3px 3px 0;
|
||||
-moz-border-radius: 0 3px 3px 0;
|
||||
border-radius: 0 3px 3px 0;
|
||||
}
|
||||
.input-daterange .add-on {
|
||||
display: inline-block;
|
||||
width: auto;
|
||||
min-width: 16px;
|
||||
height: 20px;
|
||||
padding: 4px 5px;
|
||||
font-weight: normal;
|
||||
line-height: 20px;
|
||||
text-align: center;
|
||||
text-shadow: 0 1px 0 #ffffff;
|
||||
vertical-align: middle;
|
||||
background-color: #eeeeee;
|
||||
border: 1px solid #ccc;
|
||||
margin-left: -5px;
|
||||
margin-right: -5px;
|
||||
}
|
||||
.datepicker.dropdown-menu {
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
left: 0;
|
||||
z-index: 1000;
|
||||
float: left;
|
||||
display: none;
|
||||
min-width: 160px;
|
||||
list-style: none;
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #ccc;
|
||||
border: 1px solid rgba(0, 0, 0, 0.2);
|
||||
-webkit-border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
||||
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
||||
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
||||
-webkit-background-clip: padding-box;
|
||||
-moz-background-clip: padding;
|
||||
background-clip: padding-box;
|
||||
*border-right-width: 2px;
|
||||
*border-bottom-width: 2px;
|
||||
color: #333333;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-size: 13px;
|
||||
line-height: 20px;
|
||||
}
|
||||
.datepicker.dropdown-menu th,
|
||||
.datepicker.dropdown-menu td {
|
||||
padding: 4px 5px;
|
||||
}
|
248
public/raffels/assets/css/dropzone.css
vendored
Normal file
248
public/raffels/assets/css/dropzone.css
vendored
Normal file
@ -0,0 +1,248 @@
|
||||
/*
|
||||
* The MIT License
|
||||
* Copyright (c) 2012 Matias Meno <m@tias.me>
|
||||
*/
|
||||
@keyframes passing-through {
|
||||
0% {
|
||||
opacity: 0;
|
||||
-webkit-transform: translateY(40px);
|
||||
-moz-transform: translateY(40px);
|
||||
-ms-transform: translateY(40px);
|
||||
-o-transform: translateY(40px);
|
||||
transform: translateY(40px); }
|
||||
30%, 70% {
|
||||
opacity: 1;
|
||||
-webkit-transform: translateY(0px);
|
||||
-moz-transform: translateY(0px);
|
||||
-ms-transform: translateY(0px);
|
||||
-o-transform: translateY(0px);
|
||||
transform: translateY(0px); }
|
||||
100% {
|
||||
opacity: 0;
|
||||
-webkit-transform: translateY(-40px);
|
||||
-moz-transform: translateY(-40px);
|
||||
-ms-transform: translateY(-40px);
|
||||
-o-transform: translateY(-40px);
|
||||
transform: translateY(-40px); } }
|
||||
@keyframes slide-in {
|
||||
0% {
|
||||
opacity: 0;
|
||||
-webkit-transform: translateY(40px);
|
||||
-moz-transform: translateY(40px);
|
||||
-ms-transform: translateY(40px);
|
||||
-o-transform: translateY(40px);
|
||||
transform: translateY(40px); }
|
||||
30% {
|
||||
opacity: 1;
|
||||
-webkit-transform: translateY(0px);
|
||||
-moz-transform: translateY(0px);
|
||||
-ms-transform: translateY(0px);
|
||||
-o-transform: translateY(0px);
|
||||
transform: translateY(0px); } }
|
||||
@keyframes pulse {
|
||||
0% {
|
||||
-webkit-transform: scale(1);
|
||||
-moz-transform: scale(1);
|
||||
-ms-transform: scale(1);
|
||||
-o-transform: scale(1);
|
||||
transform: scale(1); }
|
||||
10% {
|
||||
-webkit-transform: scale(1.1);
|
||||
-moz-transform: scale(1.1);
|
||||
-ms-transform: scale(1.1);
|
||||
-o-transform: scale(1.1);
|
||||
transform: scale(1.1); }
|
||||
20% {
|
||||
-webkit-transform: scale(1);
|
||||
-moz-transform: scale(1);
|
||||
-ms-transform: scale(1);
|
||||
-o-transform: scale(1);
|
||||
transform: scale(1); } }
|
||||
.dropzone, .dropzone * {box-sizing: border-box; }
|
||||
|
||||
.dropzone {
|
||||
min-height: 150px;
|
||||
background: #f3f8fe;
|
||||
padding: 20px 20px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
.dropzone.dz-clickable {cursor: pointer; }
|
||||
.dropzone.dz-clickable * {cursor: default; }
|
||||
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {cursor: pointer; }
|
||||
.dropzone.dz-started .dz-message {display: none; }
|
||||
.dropzone.dz-drag-hover {border-style: solid; }
|
||||
.dropzone.dz-drag-hover .dz-message {opacity: 0.5; }
|
||||
.dropzone .dz-message {text-align: center; margin: 2em 0; }
|
||||
.dropzone .dz-preview {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
margin: 16px;
|
||||
min-height: 100px;
|
||||
}
|
||||
.dropzone .dz-preview:hover {z-index: 1000; }
|
||||
.dropzone .dz-preview:hover .dz-details {opacity: 1; }
|
||||
|
||||
.dropzone .dz-preview.dz-file-preview .dz-image {border-radius: 20px;background: #999;
|
||||
background: linear-gradient(to bottom, #eee, #ddd); }
|
||||
.dropzone .dz-preview.dz-file-preview .dz-details {opacity: 1; }
|
||||
.dropzone .dz-preview.dz-image-preview {background: white; }
|
||||
.dropzone .dz-preview.dz-image-preview .dz-details {transition: opacity 0.2s linear; }
|
||||
.dropzone .dz-preview .dz-remove {
|
||||
font-size: 14px;
|
||||
text-align: center;
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
border: none;
|
||||
}
|
||||
.dropzone .dz-preview .dz-remove:hover {text-decoration: underline; }
|
||||
.dropzone .dz-preview:hover .dz-details {opacity: 1; }
|
||||
.dropzone .dz-preview .dz-details {
|
||||
z-index: 20;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
opacity: 0;
|
||||
font-size: 13px;
|
||||
min-width: 100%;
|
||||
max-width: 100%;
|
||||
padding: 2em 1em;
|
||||
text-align: center;
|
||||
color: rgba(0, 0, 0, 0.9);
|
||||
line-height: 150%;
|
||||
}
|
||||
.dropzone .dz-preview .dz-details .dz-size {
|
||||
margin-bottom: 1em;
|
||||
font-size: 16px;
|
||||
}
|
||||
.dropzone .dz-preview .dz-details .dz-filename {
|
||||
white-space: nowrap;
|
||||
}
|
||||
.dropzone .dz-preview .dz-details .dz-filename:hover span {
|
||||
border: 1px solid rgba(200, 200, 200, 0.8);
|
||||
background-color: rgba(255, 255, 255, 0.8);
|
||||
}
|
||||
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
|
||||
background-color: rgba(255, 255, 255, 0.4);
|
||||
padding: 0 0.4em;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.dropzone .dz-preview:hover .dz-image img {
|
||||
transform: scale(1.05, 1.05);
|
||||
filter: blur(8px);
|
||||
}
|
||||
.dropzone .dz-preview .dz-image {
|
||||
border-radius: 20px;
|
||||
overflow: hidden;
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
position: relative;
|
||||
display: block;
|
||||
z-index: 10;
|
||||
}
|
||||
.dropzone .dz-preview .dz-image img {
|
||||
display: block;
|
||||
}
|
||||
.dropzone .dz-preview.dz-success .dz-success-mark {
|
||||
animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
|
||||
}
|
||||
.dropzone .dz-preview.dz-error .dz-error-mark {
|
||||
opacity: 1;
|
||||
animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
|
||||
}
|
||||
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
|
||||
pointer-events: none;
|
||||
opacity: 0;
|
||||
z-index: 500;
|
||||
position: absolute;
|
||||
display: block;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin-left: -27px;
|
||||
margin-top: -27px;
|
||||
}
|
||||
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
|
||||
display: block;
|
||||
width: 54px;
|
||||
height: 54px;
|
||||
}
|
||||
.dropzone .dz-preview.dz-processing .dz-progress {
|
||||
opacity: 1;
|
||||
transition: all 0.2s linear;
|
||||
}
|
||||
.dropzone .dz-preview.dz-complete .dz-progress {
|
||||
opacity: 0;
|
||||
transition: opacity 0.4s ease-in;
|
||||
}
|
||||
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
|
||||
animation: pulse 6s ease infinite;
|
||||
}
|
||||
.dropzone .dz-preview .dz-progress {
|
||||
opacity: 1;
|
||||
z-index: 1000;
|
||||
pointer-events: none;
|
||||
position: absolute;
|
||||
height: 16px;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
margin-top: -8px;
|
||||
width: 80px;
|
||||
margin-left: -40px;
|
||||
background: rgba(255, 255, 255, 0.9);
|
||||
transform: scale(1);
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.dropzone .dz-preview .dz-progress .dz-upload {
|
||||
background: #333;
|
||||
background: linear-gradient(to bottom, #666, #444);
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
width: 0;
|
||||
transition: width 300ms ease-in-out;
|
||||
}
|
||||
.dropzone .dz-preview.dz-error .dz-error-message {
|
||||
display: block;
|
||||
}
|
||||
.dropzone .dz-preview.dz-error:hover .dz-error-message {
|
||||
opacity: 1;
|
||||
pointer-events: auto;
|
||||
}
|
||||
.dropzone .dz-preview .dz-error-message {
|
||||
pointer-events: none;
|
||||
z-index: 1000;
|
||||
position: absolute;
|
||||
display: block;
|
||||
display: none;
|
||||
opacity: 0;
|
||||
transition: opacity 0.3s ease;
|
||||
border-radius: 8px;
|
||||
font-size: 13px;
|
||||
top: 130px;
|
||||
left: -10px;
|
||||
width: 140px;
|
||||
background: #be2626;
|
||||
background: linear-gradient(to bottom, #be2626, #a92222);
|
||||
padding: 0.5em 1.2em;
|
||||
color: white;
|
||||
}
|
||||
.dropzone .dz-preview .dz-error-message:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: -6px;
|
||||
left: 64px;
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-left: 6px solid transparent;
|
||||
border-right: 6px solid transparent;
|
||||
border-bottom: 6px solid #be2626;
|
||||
}
|
819
public/raffels/assets/css/feather.css
vendored
Normal file
819
public/raffels/assets/css/feather.css
vendored
Normal file
@ -0,0 +1,819 @@
|
||||
@font-face {
|
||||
font-family: 'Feather';
|
||||
src:
|
||||
url('../fonts/Feather144f.ttf?sdxovp') format('truetype'),
|
||||
url('../fonts/Feather144f.woff?sdxovp') format('woff'),
|
||||
url('../fonts/Feather144f.svg?sdxovp#Feather') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
[class^="feather-"], [class*=" feather-"] {
|
||||
font-family: 'feather' !important;
|
||||
speak: none;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.feather-activity:before {
|
||||
content: "\e900";
|
||||
}
|
||||
.feather-airplay:before {
|
||||
content: "\e901";
|
||||
}
|
||||
.feather-alert-circle:before {
|
||||
content: "\e902";
|
||||
}
|
||||
.feather-alert-octagon:before {
|
||||
content: "\e903";
|
||||
}
|
||||
.feather-alert-triangle:before {
|
||||
content: "\e904";
|
||||
}
|
||||
.feather-align-center:before {
|
||||
content: "\e905";
|
||||
}
|
||||
.feather-align-justify:before {
|
||||
content: "\e906";
|
||||
}
|
||||
.feather-align-left:before {
|
||||
content: "\e907";
|
||||
}
|
||||
.feather-align-right:before {
|
||||
content: "\e908";
|
||||
}
|
||||
.feather-anchor:before {
|
||||
content: "\e909";
|
||||
}
|
||||
.feather-aperture:before {
|
||||
content: "\e90a";
|
||||
}
|
||||
.feather-archive:before {
|
||||
content: "\e90b";
|
||||
}
|
||||
.feather-arrow-down:before {
|
||||
content: "\e90c";
|
||||
}
|
||||
.feather-arrow-down-circle:before {
|
||||
content: "\e90d";
|
||||
}
|
||||
.feather-arrow-down-left:before {
|
||||
content: "\e90e";
|
||||
}
|
||||
.feather-arrow-down-right:before {
|
||||
content: "\e90f";
|
||||
}
|
||||
.feather-arrow-left:before {
|
||||
content: "\e910";
|
||||
}
|
||||
.feather-arrow-left-circle:before {
|
||||
content: "\e911";
|
||||
}
|
||||
.feather-arrow-right:before {
|
||||
content: "\e912";
|
||||
}
|
||||
.feather-arrow-right-circle:before {
|
||||
content: "\e913";
|
||||
}
|
||||
.feather-arrow-up:before {
|
||||
content: "\e914";
|
||||
}
|
||||
.feather-arrow-up-circle:before {
|
||||
content: "\e915";
|
||||
}
|
||||
.feather-arrow-up-left:before {
|
||||
content: "\e916";
|
||||
}
|
||||
.feather-arrow-up-right:before {
|
||||
content: "\e917";
|
||||
}
|
||||
.feather-at-sign:before {
|
||||
content: "\e918";
|
||||
}
|
||||
.feather-award:before {
|
||||
content: "\e919";
|
||||
}
|
||||
.feather-bar-chart:before {
|
||||
content: "\e91a";
|
||||
}
|
||||
.feather-bar-chart-2:before {
|
||||
content: "\e91b";
|
||||
}
|
||||
.feather-battery:before {
|
||||
content: "\e91c";
|
||||
}
|
||||
.feather-battery-charging:before {
|
||||
content: "\e91d";
|
||||
}
|
||||
.feather-bell:before {
|
||||
content: "\e91e";
|
||||
}
|
||||
.feather-bell-off:before {
|
||||
content: "\e91f";
|
||||
}
|
||||
.feather-bluetooth:before {
|
||||
content: "\e920";
|
||||
}
|
||||
.feather-bold:before {
|
||||
content: "\e921";
|
||||
}
|
||||
.feather-book:before {
|
||||
content: "\e922";
|
||||
}
|
||||
.feather-book-open:before {
|
||||
content: "\e923";
|
||||
}
|
||||
.feather-bookmark:before {
|
||||
content: "\e924";
|
||||
}
|
||||
.feather-box:before {
|
||||
content: "\e925";
|
||||
}
|
||||
.feather-briefcase:before {
|
||||
content: "\e926";
|
||||
}
|
||||
.feather-calendar:before {
|
||||
content: "\e927";
|
||||
}
|
||||
.feather-camera:before {
|
||||
content: "\e928";
|
||||
}
|
||||
.feather-camera-off:before {
|
||||
content: "\e929";
|
||||
}
|
||||
.feather-cast:before {
|
||||
content: "\e92a";
|
||||
}
|
||||
.feather-check:before {
|
||||
content: "\e92b";
|
||||
}
|
||||
.feather-check-circle:before {
|
||||
content: "\e92c";
|
||||
}
|
||||
.feather-check-square:before {
|
||||
content: "\e92d";
|
||||
}
|
||||
.feather-chevron-down:before {
|
||||
content: "\e92e";
|
||||
}
|
||||
.feather-chevron-left:before {
|
||||
content: "\e92f";
|
||||
}
|
||||
.feather-chevron-right:before {
|
||||
content: "\e930";
|
||||
}
|
||||
.feather-chevron-up:before {
|
||||
content: "\e931";
|
||||
}
|
||||
.feather-chevrons-down:before {
|
||||
content: "\e932";
|
||||
}
|
||||
.feather-chevrons-left:before {
|
||||
content: "\e933";
|
||||
}
|
||||
.feather-chevrons-right:before {
|
||||
content: "\e934";
|
||||
}
|
||||
.feather-chevrons-up:before {
|
||||
content: "\e935";
|
||||
}
|
||||
.feather-chrome:before {
|
||||
content: "\e936";
|
||||
}
|
||||
.feather-circle:before {
|
||||
content: "\e937";
|
||||
}
|
||||
.feather-clipboard:before {
|
||||
content: "\e938";
|
||||
}
|
||||
.feather-clock:before {
|
||||
content: "\e939";
|
||||
}
|
||||
.feather-cloud:before {
|
||||
content: "\e93a";
|
||||
}
|
||||
.feather-cloud-drizzle:before {
|
||||
content: "\e93b";
|
||||
}
|
||||
.feather-cloud-lightning:before {
|
||||
content: "\e93c";
|
||||
}
|
||||
.feather-cloud-off:before {
|
||||
content: "\e93d";
|
||||
}
|
||||
.feather-cloud-rain:before {
|
||||
content: "\e93e";
|
||||
}
|
||||
.feather-cloud-snow:before {
|
||||
content: "\e93f";
|
||||
}
|
||||
.feather-code:before {
|
||||
content: "\e940";
|
||||
}
|
||||
.feather-codepen:before {
|
||||
content: "\e941";
|
||||
}
|
||||
.feather-command:before {
|
||||
content: "\e942";
|
||||
}
|
||||
.feather-compass:before {
|
||||
content: "\e943";
|
||||
}
|
||||
.feather-copy:before {
|
||||
content: "\e944";
|
||||
}
|
||||
.feather-corner-down-left:before {
|
||||
content: "\e945";
|
||||
}
|
||||
.feather-corner-down-right:before {
|
||||
content: "\e946";
|
||||
}
|
||||
.feather-corner-left-down:before {
|
||||
content: "\e947";
|
||||
}
|
||||
.feather-corner-left-up:before {
|
||||
content: "\e948";
|
||||
}
|
||||
.feather-corner-right-down:before {
|
||||
content: "\e949";
|
||||
}
|
||||
.feather-corner-right-up:before {
|
||||
content: "\e94a";
|
||||
}
|
||||
.feather-corner-up-left:before {
|
||||
content: "\e94b";
|
||||
}
|
||||
.feather-corner-up-right:before {
|
||||
content: "\e94c";
|
||||
}
|
||||
.feather-cpu:before {
|
||||
content: "\e94d";
|
||||
}
|
||||
.feather-credit-card:before {
|
||||
content: "\e94e";
|
||||
}
|
||||
.feather-crop:before {
|
||||
content: "\e94f";
|
||||
}
|
||||
.feather-crosshair:before {
|
||||
content: "\e950";
|
||||
}
|
||||
.feather-database:before {
|
||||
content: "\e951";
|
||||
}
|
||||
.feather-delete:before {
|
||||
content: "\e952";
|
||||
}
|
||||
.feather-disc:before {
|
||||
content: "\e953";
|
||||
}
|
||||
.feather-dollar-sign:before {
|
||||
content: "\e954";
|
||||
}
|
||||
.feather-download:before {
|
||||
content: "\e955";
|
||||
}
|
||||
.feather-download-cloud:before {
|
||||
content: "\e956";
|
||||
}
|
||||
.feather-droplet:before {
|
||||
content: "\e957";
|
||||
}
|
||||
.feather-edit:before {
|
||||
content: "\e958";
|
||||
}
|
||||
.feather-edit-2:before {
|
||||
content: "\e959";
|
||||
}
|
||||
.feather-edit-3:before {
|
||||
content: "\e95a";
|
||||
}
|
||||
.feather-external-link:before {
|
||||
content: "\e95b";
|
||||
}
|
||||
.feather-eye:before {
|
||||
content: "\e95c";
|
||||
}
|
||||
.feather-eye-off:before {
|
||||
content: "\e95d";
|
||||
}
|
||||
.feather-facebook:before {
|
||||
content: "\e95e";
|
||||
}
|
||||
.feather-fast-forward:before {
|
||||
content: "\e95f";
|
||||
}
|
||||
.feather-feather:before {
|
||||
content: "\e960";
|
||||
}
|
||||
.feather-file:before {
|
||||
content: "\e961";
|
||||
}
|
||||
.feather-file-minus:before {
|
||||
content: "\e962";
|
||||
}
|
||||
.feather-file-plus:before {
|
||||
content: "\e963";
|
||||
}
|
||||
.feather-file-text:before {
|
||||
content: "\e964";
|
||||
}
|
||||
.feather-film:before {
|
||||
content: "\e965";
|
||||
}
|
||||
.feather-filter:before {
|
||||
content: "\e966";
|
||||
}
|
||||
.feather-flag:before {
|
||||
content: "\e967";
|
||||
}
|
||||
.feather-folder:before {
|
||||
content: "\e968";
|
||||
}
|
||||
.feather-folder-minus:before {
|
||||
content: "\e969";
|
||||
}
|
||||
.feather-folder-plus:before {
|
||||
content: "\e96a";
|
||||
}
|
||||
.feather-gift:before {
|
||||
content: "\e96b";
|
||||
}
|
||||
.feather-git-branch:before {
|
||||
content: "\e96c";
|
||||
}
|
||||
.feather-git-commit:before {
|
||||
content: "\e96d";
|
||||
}
|
||||
.feather-git-merge:before {
|
||||
content: "\e96e";
|
||||
}
|
||||
.feather-git-pull-request:before {
|
||||
content: "\e96f";
|
||||
}
|
||||
.feather-github:before {
|
||||
content: "\e970";
|
||||
}
|
||||
.feather-gitlab:before {
|
||||
content: "\e971";
|
||||
}
|
||||
.feather-globe:before {
|
||||
content: "\e972";
|
||||
}
|
||||
.feather-grid:before {
|
||||
content: "\e973";
|
||||
}
|
||||
.feather-hard-drive:before {
|
||||
content: "\e974";
|
||||
}
|
||||
.feather-hash:before {
|
||||
content: "\e975";
|
||||
}
|
||||
.feather-headphones:before {
|
||||
content: "\e976";
|
||||
}
|
||||
.feather-heart:before {
|
||||
content: "\e977";
|
||||
}
|
||||
.feather-help-circle:before {
|
||||
content: "\e978";
|
||||
}
|
||||
.feather-home:before {
|
||||
content: "\e979";
|
||||
}
|
||||
.feather-image:before {
|
||||
content: "\e97a";
|
||||
}
|
||||
.feather-inbox:before {
|
||||
content: "\e97b";
|
||||
}
|
||||
.feather-info:before {
|
||||
content: "\e97c";
|
||||
}
|
||||
.feather-instagram:before {
|
||||
content: "\e97d";
|
||||
}
|
||||
.feather-italic:before {
|
||||
content: "\e97e";
|
||||
}
|
||||
.feather-layers:before {
|
||||
content: "\e97f";
|
||||
}
|
||||
.feather-layout:before {
|
||||
content: "\e980";
|
||||
}
|
||||
.feather-life-buoy:before {
|
||||
content: "\e981";
|
||||
}
|
||||
.feather-link:before {
|
||||
content: "\e982";
|
||||
}
|
||||
.feather-link-2:before {
|
||||
content: "\e983";
|
||||
}
|
||||
.feather-linkedin:before {
|
||||
content: "\e984";
|
||||
}
|
||||
.feather-list:before {
|
||||
content: "\e985";
|
||||
}
|
||||
.feather-loader:before {
|
||||
content: "\e986";
|
||||
}
|
||||
.feather-lock:before {
|
||||
content: "\e987";
|
||||
}
|
||||
.feather-log-in:before {
|
||||
content: "\e988";
|
||||
}
|
||||
.feather-log-out:before {
|
||||
content: "\e989";
|
||||
}
|
||||
.feather-mail:before {
|
||||
content: "\e98a";
|
||||
}
|
||||
.feather-map:before {
|
||||
content: "\e98b";
|
||||
}
|
||||
.feather-map-pin:before {
|
||||
content: "\e98c";
|
||||
}
|
||||
.feather-maximize:before {
|
||||
content: "\e98d";
|
||||
}
|
||||
.feather-maximize-2:before {
|
||||
content: "\e98e";
|
||||
}
|
||||
.feather-menu:before {
|
||||
content: "\e98f";
|
||||
}
|
||||
.feather-message-circle:before {
|
||||
content: "\e990";
|
||||
}
|
||||
.feather-message-square:before {
|
||||
content: "\e991";
|
||||
}
|
||||
.feather-mic:before {
|
||||
content: "\e992";
|
||||
}
|
||||
.feather-mic-off:before {
|
||||
content: "\e993";
|
||||
}
|
||||
.feather-minimize:before {
|
||||
content: "\e994";
|
||||
}
|
||||
.feather-minimize-2:before {
|
||||
content: "\e995";
|
||||
}
|
||||
.feather-minus:before {
|
||||
content: "\e996";
|
||||
}
|
||||
.feather-minus-circle:before {
|
||||
content: "\e997";
|
||||
}
|
||||
.feather-minus-square:before {
|
||||
content: "\e998";
|
||||
}
|
||||
.feather-monitor:before {
|
||||
content: "\e999";
|
||||
}
|
||||
.feather-moon:before {
|
||||
content: "\e99a";
|
||||
}
|
||||
.feather-more-horizontal:before {
|
||||
content: "\e99b";
|
||||
}
|
||||
.feather-more-vertical:before {
|
||||
content: "\e99c";
|
||||
}
|
||||
.feather-move:before {
|
||||
content: "\e99d";
|
||||
}
|
||||
.feather-music:before {
|
||||
content: "\e99e";
|
||||
}
|
||||
.feather-navigation:before {
|
||||
content: "\e99f";
|
||||
}
|
||||
.feather-navigation-2:before {
|
||||
content: "\e9a0";
|
||||
}
|
||||
.feather-octagon:before {
|
||||
content: "\e9a1";
|
||||
}
|
||||
.feather-package:before {
|
||||
content: "\e9a2";
|
||||
}
|
||||
.feather-paperclip:before {
|
||||
content: "\e9a3";
|
||||
}
|
||||
.feather-pause:before {
|
||||
content: "\e9a4";
|
||||
}
|
||||
.feather-pause-circle:before {
|
||||
content: "\e9a5";
|
||||
}
|
||||
.feather-percent:before {
|
||||
content: "\e9a6";
|
||||
}
|
||||
.feather-phone:before {
|
||||
content: "\e9a7";
|
||||
}
|
||||
.feather-phone-call:before {
|
||||
content: "\e9a8";
|
||||
}
|
||||
.feather-phone-forwarded:before {
|
||||
content: "\e9a9";
|
||||
}
|
||||
.feather-phone-incoming:before {
|
||||
content: "\e9aa";
|
||||
}
|
||||
.feather-phone-missed:before {
|
||||
content: "\e9ab";
|
||||
}
|
||||
.feather-phone-off:before {
|
||||
content: "\e9ac";
|
||||
}
|
||||
.feather-phone-outgoing:before {
|
||||
content: "\e9ad";
|
||||
}
|
||||
.feather-pie-chart:before {
|
||||
content: "\e9ae";
|
||||
}
|
||||
.feather-play:before {
|
||||
content: "\e9af";
|
||||
}
|
||||
.feather-play-circle:before {
|
||||
content: "\e9b0";
|
||||
}
|
||||
.feather-plus:before {
|
||||
content: "\e9b1";
|
||||
}
|
||||
.feather-plus-circle:before {
|
||||
content: "\e9b2";
|
||||
}
|
||||
.feather-plus-square:before {
|
||||
content: "\e9b3";
|
||||
}
|
||||
.feather-pocket:before {
|
||||
content: "\e9b4";
|
||||
}
|
||||
.feather-power:before {
|
||||
content: "\e9b5";
|
||||
}
|
||||
.feather-printer:before {
|
||||
content: "\e9b6";
|
||||
}
|
||||
.feather-radio:before {
|
||||
content: "\e9b7";
|
||||
}
|
||||
.feather-refresh-ccw:before {
|
||||
content: "\e9b8";
|
||||
}
|
||||
.feather-refresh-cw:before {
|
||||
content: "\e9b9";
|
||||
}
|
||||
.feather-repeat:before {
|
||||
content: "\e9ba";
|
||||
}
|
||||
.feather-rewind:before {
|
||||
content: "\e9bb";
|
||||
}
|
||||
.feather-rotate-ccw:before {
|
||||
content: "\e9bc";
|
||||
}
|
||||
.feather-rotate-cw:before {
|
||||
content: "\e9bd";
|
||||
}
|
||||
.feather-rss:before {
|
||||
content: "\e9be";
|
||||
}
|
||||
.feather-save:before {
|
||||
content: "\e9bf";
|
||||
}
|
||||
.feather-scissors:before {
|
||||
content: "\e9c0";
|
||||
}
|
||||
.feather-search:before {
|
||||
content: "\e9c1";
|
||||
}
|
||||
.feather-send:before {
|
||||
content: "\e9c2";
|
||||
}
|
||||
.feather-server:before {
|
||||
content: "\e9c3";
|
||||
}
|
||||
.feather-settings:before {
|
||||
content: "\e9c4";
|
||||
}
|
||||
.feather-share:before {
|
||||
content: "\e9c5";
|
||||
}
|
||||
.feather-share-2:before {
|
||||
content: "\e9c6";
|
||||
}
|
||||
.feather-shield:before {
|
||||
content: "\e9c7";
|
||||
}
|
||||
.feather-shield-off:before {
|
||||
content: "\e9c8";
|
||||
}
|
||||
.feather-shopping-bag:before {
|
||||
content: "\e9c9";
|
||||
}
|
||||
.feather-shopping-cart:before {
|
||||
content: "\e9ca";
|
||||
}
|
||||
.feather-shuffle:before {
|
||||
content: "\e9cb";
|
||||
}
|
||||
.feather-sidebar:before {
|
||||
content: "\e9cc";
|
||||
}
|
||||
.feather-skip-back:before {
|
||||
content: "\e9cd";
|
||||
}
|
||||
.feather-skip-forward:before {
|
||||
content: "\e9ce";
|
||||
}
|
||||
.feather-slack:before {
|
||||
content: "\e9cf";
|
||||
}
|
||||
.feather-slash:before {
|
||||
content: "\e9d0";
|
||||
}
|
||||
.feather-sliders:before {
|
||||
content: "\e9d1";
|
||||
}
|
||||
.feather-smartphone:before {
|
||||
content: "\e9d2";
|
||||
}
|
||||
.feather-speaker:before {
|
||||
content: "\e9d3";
|
||||
}
|
||||
.feather-square:before {
|
||||
content: "\e9d4";
|
||||
}
|
||||
.feather-star:before {
|
||||
content: "\e9d5";
|
||||
}
|
||||
.feather-stop-circle:before {
|
||||
content: "\e9d6";
|
||||
}
|
||||
.feather-sun:before {
|
||||
content: "\e9d7";
|
||||
}
|
||||
.feather-sunrise:before {
|
||||
content: "\e9d8";
|
||||
}
|
||||
.feather-sunset:before {
|
||||
content: "\e9d9";
|
||||
}
|
||||
.feather-tablet:before {
|
||||
content: "\e9da";
|
||||
}
|
||||
.feather-tag:before {
|
||||
content: "\e9db";
|
||||
}
|
||||
.feather-target:before {
|
||||
content: "\e9dc";
|
||||
}
|
||||
.feather-terminal:before {
|
||||
content: "\e9dd";
|
||||
}
|
||||
.feather-thermometer:before {
|
||||
content: "\e9de";
|
||||
}
|
||||
.feather-thumbs-down:before {
|
||||
content: "\e9df";
|
||||
}
|
||||
.feather-thumbs-up:before {
|
||||
content: "\e9e0";
|
||||
}
|
||||
.feather-toggle-left:before {
|
||||
content: "\e9e1";
|
||||
}
|
||||
.feather-toggle-right:before {
|
||||
content: "\e9e2";
|
||||
}
|
||||
.feather-trash:before {
|
||||
content: "\e9e3";
|
||||
}
|
||||
.feather-trash-2:before {
|
||||
content: "\e9e4";
|
||||
}
|
||||
.feather-trending-down:before {
|
||||
content: "\e9e5";
|
||||
}
|
||||
.feather-trending-up:before {
|
||||
content: "\e9e6";
|
||||
}
|
||||
.feather-triangle:before {
|
||||
content: "\e9e7";
|
||||
}
|
||||
.feather-truck:before {
|
||||
content: "\e9e8";
|
||||
}
|
||||
.feather-tv:before {
|
||||
content: "\e9e9";
|
||||
}
|
||||
.feather-twitter:before {
|
||||
content: "\e9ea";
|
||||
}
|
||||
.feather-type:before {
|
||||
content: "\e9eb";
|
||||
}
|
||||
.feather-umbrella:before {
|
||||
content: "\e9ec";
|
||||
}
|
||||
.feather-underline:before {
|
||||
content: "\e9ed";
|
||||
}
|
||||
.feather-unlock:before {
|
||||
content: "\e9ee";
|
||||
}
|
||||
.feather-upload:before {
|
||||
content: "\e9ef";
|
||||
}
|
||||
.feather-upload-cloud:before {
|
||||
content: "\e9f0";
|
||||
}
|
||||
.feather-user:before {
|
||||
content: "\e9f1";
|
||||
}
|
||||
.feather-user-check:before {
|
||||
content: "\e9f2";
|
||||
}
|
||||
.feather-user-minus:before {
|
||||
content: "\e9f3";
|
||||
}
|
||||
.feather-user-plus:before {
|
||||
content: "\e9f4";
|
||||
}
|
||||
.feather-user-x:before {
|
||||
content: "\e9f5";
|
||||
}
|
||||
.feather-users:before {
|
||||
content: "\e9f6";
|
||||
}
|
||||
.feather-video:before {
|
||||
content: "\e9f7";
|
||||
}
|
||||
.feather-video-off:before {
|
||||
content: "\e9f8";
|
||||
}
|
||||
.feather-voicemail:before {
|
||||
content: "\e9f9";
|
||||
}
|
||||
.feather-volume:before {
|
||||
content: "\e9fa";
|
||||
}
|
||||
.feather-volume-1:before {
|
||||
content: "\e9fb";
|
||||
}
|
||||
.feather-volume-2:before {
|
||||
content: "\e9fc";
|
||||
}
|
||||
.feather-volume-x:before {
|
||||
content: "\e9fd";
|
||||
}
|
||||
.feather-watch:before {
|
||||
content: "\e9fe";
|
||||
}
|
||||
.feather-wifi:before {
|
||||
content: "\e9ff";
|
||||
}
|
||||
.feather-wifi-off:before {
|
||||
content: "\ea00";
|
||||
}
|
||||
.feather-wind:before {
|
||||
content: "\ea01";
|
||||
}
|
||||
.feather-x:before {
|
||||
content: "\ea02";
|
||||
}
|
||||
.feather-x-circle:before {
|
||||
content: "\ea03";
|
||||
}
|
||||
.feather-x-square:before {
|
||||
content: "\ea04";
|
||||
}
|
||||
.feather-youtube:before {
|
||||
content: "\ea05";
|
||||
}
|
||||
.feather-zap:before {
|
||||
content: "\ea06";
|
||||
}
|
||||
.feather-zap-off:before {
|
||||
content: "\ea07";
|
||||
}
|
||||
.feather-zoom-in:before {
|
||||
content: "\ea08";
|
||||
}
|
||||
.feather-zoom-out:before {
|
||||
content: "\ea09";
|
||||
}
|
232
public/raffels/assets/css/flaticon.css
vendored
Normal file
232
public/raffels/assets/css/flaticon.css
vendored
Normal file
@ -0,0 +1,232 @@
|
||||
@font-face {
|
||||
font-family: "flaticon";
|
||||
src: url("../fonts/flaticon9b63.ttf?5d2a6dba0cbf1bfc1f0b287aff4ff510") format("truetype"),
|
||||
url("../fonts/flaticon9b63.woff?5d2a6dba0cbf1bfc1f0b287aff4ff510") format("woff"),
|
||||
url("../fonts/flaticon9b63.woff2?5d2a6dba0cbf1bfc1f0b287aff4ff510") format("woff2"),
|
||||
url("../fonts/flaticon9b63.html?5d2a6dba0cbf1bfc1f0b287aff4ff510#iefix") format("embedded-opentype"),
|
||||
url("../fonts/flaticon9b63.svg?5d2a6dba0cbf1bfc1f0b287aff4ff510#flaticon") format("svg");
|
||||
}
|
||||
|
||||
|
||||
[class^="flaticon-"]:before, [class*=" flaticon-"]:before {
|
||||
font-family: flaticon !important;
|
||||
font-style: normal;
|
||||
font-weight: normal !important;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
|
||||
.flaticon-dashboard:before {
|
||||
content: "\f101";
|
||||
}
|
||||
.flaticon-project-management:before {
|
||||
content: "\f102";
|
||||
}
|
||||
.flaticon-note:before {
|
||||
content: "\f103";
|
||||
}
|
||||
.flaticon-customer-support:before {
|
||||
content: "\f104";
|
||||
}
|
||||
.flaticon-job-search:before {
|
||||
content: "\f105";
|
||||
}
|
||||
.flaticon-job-description:before {
|
||||
content: "\f106";
|
||||
}
|
||||
.flaticon-job:before {
|
||||
content: "\f107";
|
||||
}
|
||||
.flaticon-job-seeker:before {
|
||||
content: "\f108";
|
||||
}
|
||||
.flaticon-search-interface-symbol:before {
|
||||
content: "\f109";
|
||||
}
|
||||
.flaticon-magnifying-glass:before {
|
||||
content: "\f10a";
|
||||
}
|
||||
.flaticon-sign-in:before {
|
||||
content: "\f10b";
|
||||
}
|
||||
.flaticon-enter:before {
|
||||
content: "\f10c";
|
||||
}
|
||||
.flaticon-edit:before {
|
||||
content: "\f10d";
|
||||
}
|
||||
.flaticon-edit-1:before {
|
||||
content: "\f10e";
|
||||
}
|
||||
.flaticon-resume:before {
|
||||
content: "\f10f";
|
||||
}
|
||||
.flaticon-cv:before {
|
||||
content: "\f110";
|
||||
}
|
||||
.flaticon-cv-1:before {
|
||||
content: "\f111";
|
||||
}
|
||||
.flaticon-left-chevron:before {
|
||||
content: "\f112";
|
||||
}
|
||||
.flaticon-chevron:before {
|
||||
content: "\f113";
|
||||
}
|
||||
.flaticon-up-arrow:before {
|
||||
content: "\f114";
|
||||
}
|
||||
.flaticon-down-arrow:before {
|
||||
content: "\f115";
|
||||
}
|
||||
.flaticon-file:before {
|
||||
content: "\f116";
|
||||
}
|
||||
.flaticon-upload:before {
|
||||
content: "\f117";
|
||||
}
|
||||
.flaticon-right-quote:before {
|
||||
content: "\f118";
|
||||
}
|
||||
.flaticon-left-quote:before {
|
||||
content: "\f119";
|
||||
}
|
||||
.flaticon-map:before {
|
||||
content: "\f11a";
|
||||
}
|
||||
.flaticon-map-1:before {
|
||||
content: "\f11b";
|
||||
}
|
||||
.flaticon-map-2:before {
|
||||
content: "\f11c";
|
||||
}
|
||||
.flaticon-plus:before {
|
||||
content: "\f11d";
|
||||
}
|
||||
.flaticon-minus:before {
|
||||
content: "\f11e";
|
||||
}
|
||||
.flaticon-envelope:before {
|
||||
content: "\f11f";
|
||||
}
|
||||
.flaticon-email:before {
|
||||
content: "\f120";
|
||||
}
|
||||
.flaticon-phone:before {
|
||||
content: "\f121";
|
||||
}
|
||||
.flaticon-telephone:before {
|
||||
content: "\f122";
|
||||
}
|
||||
.flaticon-smartphone:before {
|
||||
content: "\f123";
|
||||
}
|
||||
.flaticon-smartphone-1:before {
|
||||
content: "\f124";
|
||||
}
|
||||
.flaticon-hand-phone:before {
|
||||
content: "\f125";
|
||||
}
|
||||
.flaticon-bars:before {
|
||||
content: "\f126";
|
||||
}
|
||||
.flaticon-user:before {
|
||||
content: "\f127";
|
||||
}
|
||||
.flaticon-computer:before {
|
||||
content: "\f128";
|
||||
}
|
||||
.flaticon-coding:before {
|
||||
content: "\f129";
|
||||
}
|
||||
.flaticon-hr:before {
|
||||
content: "\f12a";
|
||||
}
|
||||
.flaticon-hr-manager:before {
|
||||
content: "\f12b";
|
||||
}
|
||||
.flaticon-healthcare:before {
|
||||
content: "\f12c";
|
||||
}
|
||||
.flaticon-repair:before {
|
||||
content: "\f12d";
|
||||
}
|
||||
.flaticon-teacher:before {
|
||||
content: "\f12e";
|
||||
}
|
||||
.flaticon-bank:before {
|
||||
content: "\f12f";
|
||||
}
|
||||
.flaticon-deal:before {
|
||||
content: "\f130";
|
||||
}
|
||||
.flaticon-tray:before {
|
||||
content: "\f131";
|
||||
}
|
||||
.flaticon-tower:before {
|
||||
content: "\f132";
|
||||
}
|
||||
.flaticon-lotus:before {
|
||||
content: "\f133";
|
||||
}
|
||||
.flaticon-camera-tripod:before {
|
||||
content: "\f134";
|
||||
}
|
||||
.flaticon-multimedia:before {
|
||||
content: "\f135";
|
||||
}
|
||||
.flaticon-contract:before {
|
||||
content: "\f136";
|
||||
}
|
||||
.flaticon-engineer:before {
|
||||
content: "\f137";
|
||||
}
|
||||
.flaticon-pdf:before {
|
||||
content: "\f138";
|
||||
}
|
||||
.flaticon-pdf-1:before {
|
||||
content: "\f139";
|
||||
}
|
||||
.flaticon-doc:before {
|
||||
content: "\f13a";
|
||||
}
|
||||
.flaticon-zip:before {
|
||||
content: "\f13b";
|
||||
}
|
||||
.flaticon-apk:before {
|
||||
content: "\f13c";
|
||||
}
|
||||
.flaticon-jpg:before {
|
||||
content: "\f13d";
|
||||
}
|
||||
.flaticon-php:before {
|
||||
content: "\f13e";
|
||||
}
|
||||
.flaticon-css:before {
|
||||
content: "\f13f";
|
||||
}
|
||||
.flaticon-png:before {
|
||||
content: "\f140";
|
||||
}
|
||||
.flaticon-xls:before {
|
||||
content: "\f141";
|
||||
}
|
||||
.flaticon-ppt:before {
|
||||
content: "\f142";
|
||||
}
|
||||
.flaticon-txt:before {
|
||||
content: "\f143";
|
||||
}
|
||||
.flaticon-html-document:before {
|
||||
content: "\f144";
|
||||
}
|
||||
.flaticon-bell:before {
|
||||
content: "\f145";
|
||||
}
|
||||
.flaticon-bell-1:before {
|
||||
content: "\f146";
|
||||
}
|
4624
public/raffels/assets/css/font-awesome.min.css
vendored
Normal file
4624
public/raffels/assets/css/font-awesome.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1488
public/raffels/assets/css/lc_lightbox.css
vendored
Normal file
1488
public/raffels/assets/css/lc_lightbox.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1
public/raffels/assets/css/magnific-popup.min.css
vendored
Normal file
1
public/raffels/assets/css/magnific-popup.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
6
public/raffels/assets/css/owl.carousel.min.css
vendored
Normal file
6
public/raffels/assets/css/owl.carousel.min.css
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Owl Carousel v2.3.4
|
||||
* Copyright 2013-2018 David Deutsch
|
||||
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
|
||||
*/
|
||||
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.html) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
|
61
public/raffels/assets/css/owl.video.play.html
Normal file
61
public/raffels/assets/css/owl.video.play.html
Normal file
@ -0,0 +1,61 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us" prefix="content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01/rdf-schema# sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema#">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<style type="text/css">
|
||||
@charset "UTF-8";
|
||||
[ng\:cloak],
|
||||
[ng-cloak],
|
||||
[data-ng-cloak],
|
||||
[x-ng-cloak],
|
||||
.ng-cloak,
|
||||
.x-ng-cloak,
|
||||
.ng-hide:not(.ng-hide-animate) {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
ng\:form {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.ng-animate-shim {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.ng-anchor {
|
||||
position: absolute;
|
||||
}
|
||||
</style>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Oops, something lost</title>
|
||||
<meta name="description" content="Oops, looks like the page is lost. Start your website on the cheap.">
|
||||
<link media="all" rel="stylesheet" href="/htdocs_error/style.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i" rel="stylesheet">
|
||||
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
||||
|
||||
ga('create', 'UA-26575989-46', 'auto');
|
||||
ga('send', 'pageview');
|
||||
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="error" id="error">
|
||||
<div class="container">
|
||||
<div class="content centered"><img style="width:500px;" src="/htdocs_error/something-lost.png">
|
||||
<h1>Oops, looks like the page is lost.</h1>
|
||||
<p style="font-size:22px;" class="sub-header text-block-narrow">This is not a fault, just an accident that was not intentional.</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
143
public/raffels/assets/css/scrollbar.css
vendored
Normal file
143
public/raffels/assets/css/scrollbar.css
vendored
Normal file
@ -0,0 +1,143 @@
|
||||
|
||||
/*************** SCROLLBAR BASE CSS ***************/
|
||||
|
||||
.scroll-wrapper {
|
||||
overflow: hidden !important;
|
||||
padding: 0 !important;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.scroll-wrapper > .scroll-content {
|
||||
border: none !important;
|
||||
box-sizing: content-box !important;
|
||||
height: auto;
|
||||
left: 0;
|
||||
margin: 0;
|
||||
max-height: none;
|
||||
max-width: none !important;
|
||||
overflow: scroll !important;
|
||||
padding: 0;
|
||||
position: relative !important;
|
||||
top: 0;
|
||||
width: auto !important;
|
||||
}
|
||||
|
||||
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
.scroll-element {
|
||||
display: none;
|
||||
}
|
||||
.scroll-element, .scroll-element div {
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
.scroll-element.scroll-x.scroll-scrollx_visible,
|
||||
.scroll-element.scroll-y.scroll-scrolly_visible {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.scroll-element .scroll-bar,
|
||||
.scroll-element .scroll-arrow {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.scroll-textarea {
|
||||
border: 1px solid #cccccc;
|
||||
border-top-color: #999999;
|
||||
}
|
||||
.scroll-textarea > .scroll-content {
|
||||
overflow: hidden !important;
|
||||
}
|
||||
.scroll-textarea > .scroll-content > textarea {
|
||||
border: none !important;
|
||||
box-sizing: border-box;
|
||||
height: 100% !important;
|
||||
margin: 0;
|
||||
max-height: none !important;
|
||||
max-width: none !important;
|
||||
overflow: scroll !important;
|
||||
outline: none;
|
||||
padding: 2px;
|
||||
position: relative !important;
|
||||
top: 0;
|
||||
width: 100% !important;
|
||||
}
|
||||
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/*************** SCROLLBAR MAC OS X ***************/
|
||||
|
||||
.scrollbar-macosx > .scroll-element,
|
||||
.scrollbar-macosx > .scroll-element div
|
||||
{
|
||||
background: none;
|
||||
border: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.scrollbar-macosx > .scroll-element div {
|
||||
display: block;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.scrollbar-macosx > .scroll-element .scroll-element_track { display: none; }
|
||||
.scrollbar-macosx > .scroll-element .scroll-bar {
|
||||
background-color: #6C6E71;
|
||||
display: block;
|
||||
|
||||
filter: alpha(opacity=0);
|
||||
opacity: 0;
|
||||
border-radius: 7px;
|
||||
transition: opacity 0.2s linear;
|
||||
}
|
||||
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
|
||||
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
|
||||
filter: alpha(opacity=70);
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
|
||||
.scrollbar-macosx > .scroll-element.scroll-x {
|
||||
bottom: 0px;
|
||||
height: 0px;
|
||||
left: 0;
|
||||
min-width: 100%;
|
||||
overflow: visible;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.scrollbar-macosx > .scroll-element.scroll-y {
|
||||
height: 100%;
|
||||
min-height: 100%;
|
||||
right: 0px;
|
||||
top: 0;
|
||||
width: 0px;
|
||||
}
|
||||
|
||||
/* scrollbar height/width & offset from container borders */
|
||||
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar { height: 7px; min-width: 10px; top: -9px; }
|
||||
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar { left: -9px; min-height: 10px; width: 7px; }
|
||||
|
||||
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer { left: 2px; }
|
||||
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size { left: -4px; }
|
||||
|
||||
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer { top: 2px; }
|
||||
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size { top: -4px; }
|
||||
|
||||
/* update scrollbar offset if both scrolls are visible */
|
||||
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
|
||||
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }
|
1
public/raffels/assets/css/select.bootstrap5.min.css
vendored
Normal file
1
public/raffels/assets/css/select.bootstrap5.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
table.dataTable>tbody>tr>.selected{background-color:rgba(13, 110, 253, 0.9);color:white}table.dataTable tbody td.select-checkbox,table.dataTable tbody th.select-checkbox{position:relative}table.dataTable tbody td.select-checkbox:before,table.dataTable tbody td.select-checkbox:after,table.dataTable tbody th.select-checkbox:before,table.dataTable tbody th.select-checkbox:after{display:block;position:absolute;top:1.2em;left:50%;width:12px;height:12px;box-sizing:border-box}table.dataTable tbody td.select-checkbox:before,table.dataTable tbody th.select-checkbox:before{content:" ";margin-top:-5px;margin-left:-6px;border:1px solid black;border-radius:3px}table.dataTable tr.selected td.select-checkbox:before,table.dataTable tr.selected th.select-checkbox:before{border:1px solid white}table.dataTable tr.selected td.select-checkbox:after,table.dataTable tr.selected th.select-checkbox:after{content:"✓";font-size:20px;margin-top:-19px;margin-left:-6px;text-align:center;text-shadow:1px 1px #b0bed9,-1px -1px #b0bed9,1px -1px #b0bed9,-1px 1px #b0bed9}table.dataTable.compact tbody td.select-checkbox:before,table.dataTable.compact tbody th.select-checkbox:before{margin-top:-12px}table.dataTable.compact tr.selected td.select-checkbox:after,table.dataTable.compact tr.selected th.select-checkbox:after{margin-top:-16px}div.dataTables_wrapper span.select-info,div.dataTables_wrapper span.select-item{margin-left:.5em}@media screen and (max-width: 640px){div.dataTables_wrapper span.select-info,div.dataTables_wrapper span.select-item{margin-left:0;display:block}}table.dataTable.table-sm tbody td.select-checkbox::before{margin-top:-9px}
|
21052
public/raffels/assets/css/style.css
vendored
Normal file
21052
public/raffels/assets/css/style.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
13
public/raffels/assets/css/swiper-bundle.min.css
vendored
Normal file
13
public/raffels/assets/css/swiper-bundle.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user