viniBaxter-desk_front 0.3.1 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/images/desk_front/icon-status.svg +9 -0
- data/app/assets/images/desk_front/sidebar-cover.jpg +0 -0
- data/lib/viniBaxter/desk_front/version.rb +1 -1
- data/lib/viniBaxter/sass/.DS_Store +0 -0
- data/lib/viniBaxter/sass/desk_front.scss +10 -4
- data/lib/viniBaxter/sass/desk_front/.DS_Store +0 -0
- data/lib/viniBaxter/sass/desk_front/administrate/base/_tables.scss +3 -1
- data/lib/viniBaxter/sass/desk_front/administrate/index.scss +6 -6
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/_functions.scss +23 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/_index.scss +85 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/_mixins.scss +15 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/cards/_card-animation-on-hover.scss +7 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/cards/_card-chart.scss +84 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/cards/_card-collapse.scss +51 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/cards/_card-contributions.scss +55 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/cards/_card-lock.scss +18 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/cards/_card-map.scss +3 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/cards/_card-plain.scss +16 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/cards/_card-pricing.scss +190 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/cards/_card-profile.scss +49 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/cards/_card-register.scss +79 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/cards/_card-stats-mini.scss +53 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/cards/_card-stats.scss +80 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/cards/_card-subcategories.scss +3 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/cards/_card-task.scss +31 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/cards/_card-testimonials.scss +46 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/cards/_card-user.scss +77 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/cards/_card-wizard.scss +21 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_alerts.scss +89 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_avatars.scss +53 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_badge.scss +25 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_buttons.scss +281 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_card.scss +228 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_checkboxes-radio.scss +154 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_close.scss +29 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_custom-forms.scss +186 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_dropdown.scss +361 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_example-pages.scss +319 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_fixed-plugin.scss +335 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_footer.scss +109 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_forms.scss +146 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_functions.scss +23 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_global.scss +172 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_grid.scss +5 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_icons.scss +92 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_images.scss +7 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_info-areas.scss +170 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_input-group.scss +342 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_misc.scss +215 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_mixins.scss +15 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_modal.scss +257 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_nav.scss +85 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_navbar.scss +480 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_pagination.scss +141 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_pills.scss +169 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_popover.scss +14 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_progress.scss +103 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_reboot.scss +18 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_rtl.scss +268 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_sidebar-and-main-panel.scss +912 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_tables.scss +248 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_tabs.scss +110 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_timeline.scss +251 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_type.scss +166 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_utilities.scss +9 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_variables.scss +997 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_white-content.scss +491 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/cards/_card-animation-on-hover.scss +7 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/cards/_card-chart.scss +84 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/cards/_card-collapse.scss +51 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/cards/_card-contributions.scss +55 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/cards/_card-lock.scss +18 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/cards/_card-map.scss +3 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/cards/_card-plain.scss +16 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/cards/_card-pricing.scss +190 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/cards/_card-profile.scss +49 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/cards/_card-register.scss +79 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/cards/_card-stats-mini.scss +53 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/cards/_card-stats.scss +80 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/cards/_card-subcategories.scss +3 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/cards/_card-task.scss +31 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/cards/_card-testimonials.scss +46 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/cards/_card-user.scss +77 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/cards/_card-wizard.scss +21 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/mixins/_alert.scss +14 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/mixins/_background-variant.scss +18 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/mixins/_badges.scss +15 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/mixins/_buttons.scss +343 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/mixins/_dropdown.scss +26 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/mixins/_forms.scss +127 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/mixins/_icon.scss +4 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/mixins/_inputs.scss +234 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/mixins/_modals.scss +15 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/mixins/_page-header.scss +7 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/mixins/_popovers.scss +41 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/mixins/_vendor-prefixes.scss +202 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/mixins/_wizard.scss +26 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/mixins/opacity.scss +8 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/utilities/_backgrounds.scss +42 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/utilities/_floating.scss +54 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/utilities/_helper.scss +62 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/utilities/_position.scss +19 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/utilities/_shadows.scss +10 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/utilities/_sizing.scss +5 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/utilities/_spacing.scss +105 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/utilities/_text.scss +40 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/utilities/_transform.scss +8 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/vendor/_plugin-animate-bootstrap-notify.scss +227 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/vendor/_plugin-bootstrap-select.scss +358 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/vendor/_plugin-bootstrap-switch.scss +316 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/vendor/_plugin-card-wizard.scss +315 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/vendor/_plugin-datatables.net.scss +135 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/vendor/_plugin-datetimepicker.scss +527 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/vendor/_plugin-fullcalendar.scss +1528 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/vendor/_plugin-jasny-fileupload.scss +116 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/vendor/_plugin-jquery.jvectormap.scss +136 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/vendor/_plugin-nouislider.scss +373 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/vendor/_plugin-perfect-scrollbar.scss +116 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/vendor/_plugin-sweetalert2.scss +711 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/vendor/_plugin-tagsinput.scss +79 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/mixins/_alert.scss +14 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/mixins/_background-variant.scss +18 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/mixins/_badges.scss +15 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/mixins/_buttons.scss +343 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/mixins/_dropdown.scss +26 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/mixins/_forms.scss +127 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/mixins/_icon.scss +4 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/mixins/_inputs.scss +234 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/mixins/_modals.scss +15 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/mixins/_page-header.scss +7 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/mixins/_popovers.scss +41 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/mixins/_vendor-prefixes.scss +202 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/mixins/_wizard.scss +26 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/mixins/opacity.scss +8 -0
- data/lib/viniBaxter/sass/desk_front/dashkit/_avatar.scss +1 -1
- data/lib/viniBaxter/sass/desk_front/dashkit/_card.scss +2 -2
- data/lib/viniBaxter/sass/desk_front/dashkit/_icon.scss +2 -2
- data/lib/viniBaxter/sass/desk_front/dashkit/_list-group.scss +4 -3
- data/lib/viniBaxter/sass/desk_front/dashkit/_navbar.scss +4 -4
- data/viniBaxter-desk_front.gemspec +1 -1
- metadata +132 -18
- data/Gemfile.lock +0 -35
@@ -0,0 +1,26 @@
|
|
1
|
+
@mixin set-wizard-color($color) {
|
2
|
+
.progress-with-circle .progress-bar{
|
3
|
+
background: $color;
|
4
|
+
}
|
5
|
+
|
6
|
+
.nav-pills .nav-item .nav-link{
|
7
|
+
color: $color;
|
8
|
+
|
9
|
+
&.checked, &.active{
|
10
|
+
background: $color;
|
11
|
+
color: white;
|
12
|
+
}
|
13
|
+
&:hover{
|
14
|
+
background: $white;
|
15
|
+
}
|
16
|
+
}
|
17
|
+
|
18
|
+
.nav-pills .nav-item .nav-link.active,
|
19
|
+
.nav-pills .nav-item .nav-link.checked:focus,
|
20
|
+
.nav-pills .nav-item .nav-link.checked:hover,
|
21
|
+
.nav-pills .nav-item .nav-link.active:focus,
|
22
|
+
.nav-pills .nav-item .nav-link.active:hover{
|
23
|
+
background: $color;
|
24
|
+
}
|
25
|
+
|
26
|
+
}
|
@@ -0,0 +1,42 @@
|
|
1
|
+
@each $color, $value in $colors {
|
2
|
+
@include bg-variant(".bg-#{$color}", $value);
|
3
|
+
}
|
4
|
+
|
5
|
+
@each $color, $value in $theme-colors {
|
6
|
+
@include bg-gradient-variant(".bg-gradient-#{$color}", $value);
|
7
|
+
}
|
8
|
+
|
9
|
+
@each $color, $value in $colors {
|
10
|
+
@include bg-gradient-variant(".bg-gradient-#{$color}", $value);
|
11
|
+
}
|
12
|
+
|
13
|
+
|
14
|
+
// Sections
|
15
|
+
|
16
|
+
section {
|
17
|
+
//background-color: section-color("primary");
|
18
|
+
}
|
19
|
+
|
20
|
+
@each $color, $value in $section-colors {
|
21
|
+
@include bg-variant(".section-#{$color}", $value);
|
22
|
+
}
|
23
|
+
|
24
|
+
@each $color, $value in $theme-colors {
|
25
|
+
@include bg-gradient-variant(".bg-gradient-#{$color}", $value);
|
26
|
+
}
|
27
|
+
|
28
|
+
|
29
|
+
// Shape (svg) fill colors
|
30
|
+
@each $color, $value in $theme-colors {
|
31
|
+
.fill-#{$color} {
|
32
|
+
fill: $value;
|
33
|
+
}
|
34
|
+
|
35
|
+
.stroke-#{$color} {
|
36
|
+
stroke: $value;
|
37
|
+
}
|
38
|
+
}
|
39
|
+
|
40
|
+
.fill-opacity-8 {
|
41
|
+
fill-opacity: .8;
|
42
|
+
}
|
@@ -0,0 +1,54 @@
|
|
1
|
+
.floating {
|
2
|
+
animation: floating 3s ease infinite;
|
3
|
+
will-change: transform;
|
4
|
+
|
5
|
+
&:hover {
|
6
|
+
animation-play-state: paused;
|
7
|
+
}
|
8
|
+
}
|
9
|
+
|
10
|
+
.floating-lg {
|
11
|
+
animation: floating-lg 3s ease infinite;
|
12
|
+
}
|
13
|
+
|
14
|
+
.floating-sm {
|
15
|
+
animation: floating-sm 3s ease infinite;
|
16
|
+
}
|
17
|
+
|
18
|
+
// Keyframes
|
19
|
+
|
20
|
+
@keyframes floating-lg {
|
21
|
+
0% {
|
22
|
+
transform: translateY(0px)
|
23
|
+
}
|
24
|
+
50% {
|
25
|
+
transform: translateY(15px)
|
26
|
+
}
|
27
|
+
100% {
|
28
|
+
transform: translateY(0px)
|
29
|
+
}
|
30
|
+
}
|
31
|
+
|
32
|
+
@keyframes floating {
|
33
|
+
0% {
|
34
|
+
transform: translateY(0px)
|
35
|
+
}
|
36
|
+
50% {
|
37
|
+
transform: translateY(10px)
|
38
|
+
}
|
39
|
+
100% {
|
40
|
+
transform: translateY(0px)
|
41
|
+
}
|
42
|
+
}
|
43
|
+
|
44
|
+
@keyframes floating-sm {
|
45
|
+
0% {
|
46
|
+
transform: translateY(0px)
|
47
|
+
}
|
48
|
+
50% {
|
49
|
+
transform: translateY(5px)
|
50
|
+
}
|
51
|
+
100% {
|
52
|
+
transform: translateY(0px)
|
53
|
+
}
|
54
|
+
}
|
@@ -0,0 +1,62 @@
|
|
1
|
+
// Image
|
2
|
+
|
3
|
+
.img-center {
|
4
|
+
display: block;
|
5
|
+
margin-left: auto;
|
6
|
+
margin-right: auto;
|
7
|
+
}
|
8
|
+
|
9
|
+
// Clearfix
|
10
|
+
|
11
|
+
.floatfix {
|
12
|
+
&:before,
|
13
|
+
&:after {
|
14
|
+
content: '';
|
15
|
+
display: table;
|
16
|
+
}
|
17
|
+
&:after {
|
18
|
+
clear: both;
|
19
|
+
}
|
20
|
+
}
|
21
|
+
|
22
|
+
// Overflows
|
23
|
+
|
24
|
+
.overflow-visible {
|
25
|
+
overflow: visible !important;
|
26
|
+
}
|
27
|
+
.overflow-hidden {
|
28
|
+
overflow: hidden !important;
|
29
|
+
}
|
30
|
+
|
31
|
+
// Opacity classes
|
32
|
+
|
33
|
+
.opacity-1 {
|
34
|
+
opacity: .1 !important;
|
35
|
+
}
|
36
|
+
.opacity-2 {
|
37
|
+
opacity: .2 !important;
|
38
|
+
}
|
39
|
+
.opacity-3 {
|
40
|
+
opacity: .3 !important;
|
41
|
+
}
|
42
|
+
.opacity-4 {
|
43
|
+
opacity: .4 !important;
|
44
|
+
}
|
45
|
+
.opacity-5 {
|
46
|
+
opacity: .5 !important;
|
47
|
+
}
|
48
|
+
.opacity-6 {
|
49
|
+
opacity: .6 !important;
|
50
|
+
}
|
51
|
+
.opacity-7 {
|
52
|
+
opacity: .7 !important;
|
53
|
+
}
|
54
|
+
.opacity-8 {
|
55
|
+
opacity: .8 !important;
|
56
|
+
}
|
57
|
+
.opacity-8 {
|
58
|
+
opacity: .9 !important;
|
59
|
+
}
|
60
|
+
.opacity-10 {
|
61
|
+
opacity: 1 !important;
|
62
|
+
}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
@each $size, $value in $spacers {
|
2
|
+
.top-#{$size} {
|
3
|
+
top: $value;
|
4
|
+
}
|
5
|
+
.right-#{$size} {
|
6
|
+
right: $value;
|
7
|
+
}
|
8
|
+
.bottom-#{$size} {
|
9
|
+
bottom: $value;
|
10
|
+
}
|
11
|
+
.left-#{$size} {
|
12
|
+
left: $value;
|
13
|
+
}
|
14
|
+
}
|
15
|
+
|
16
|
+
.center {
|
17
|
+
left: 50%;
|
18
|
+
transform: translateX(-50%);
|
19
|
+
}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
[class*="shadow"] {
|
2
|
+
@if $enable-transitions {
|
3
|
+
transition: $transition-base;
|
4
|
+
}
|
5
|
+
}
|
6
|
+
|
7
|
+
.shadow-sm--hover:hover { box-shadow: $box-shadow-sm !important; }
|
8
|
+
.shadow--hover:hover { box-shadow: $box-shadow !important; }
|
9
|
+
.shadow-lg--hover:hover { box-shadow: $box-shadow-lg !important; }
|
10
|
+
.shadow-none--hover:hover { box-shadow: none !important; }
|
@@ -0,0 +1,105 @@
|
|
1
|
+
// Spacing columns vertically
|
2
|
+
|
3
|
+
.row.row-grid > [class*="col-"] + [class*="col-"] {
|
4
|
+
margin-top: 3rem;
|
5
|
+
}
|
6
|
+
|
7
|
+
@include media-breakpoint-up(xl) {
|
8
|
+
.row.row-grid > [class*="col-lg-"] + [class*="col-lg-"] {
|
9
|
+
margin-top: 0;
|
10
|
+
}
|
11
|
+
}
|
12
|
+
@include media-breakpoint-up(lg) {
|
13
|
+
.row.row-grid > [class*="col-md-"] + [class*="col-md-"] {
|
14
|
+
margin-top: 0;
|
15
|
+
}
|
16
|
+
}
|
17
|
+
@include media-breakpoint-up(md) {
|
18
|
+
.row.row-grid > [class*="col-sm-"] + [class*="col-sm-"] {
|
19
|
+
margin-top: 0;
|
20
|
+
}
|
21
|
+
}
|
22
|
+
|
23
|
+
.row-grid + .row-grid {
|
24
|
+
margin-top: 3rem;
|
25
|
+
}
|
26
|
+
|
27
|
+
// Negative margins and paddings
|
28
|
+
|
29
|
+
@include media-breakpoint-up(lg){
|
30
|
+
[class*="mt--"],
|
31
|
+
[class*="mr--"],
|
32
|
+
[class*="mb--"],
|
33
|
+
[class*="ml--"] {
|
34
|
+
position: relative;
|
35
|
+
z-index: 5;
|
36
|
+
}
|
37
|
+
|
38
|
+
|
39
|
+
// Large negative margins in pixels
|
40
|
+
|
41
|
+
.mt--100 {
|
42
|
+
margin-top: -100px !important;
|
43
|
+
}
|
44
|
+
.mr--100 {
|
45
|
+
margin-right: -100px !important;
|
46
|
+
}
|
47
|
+
.mb--100 {
|
48
|
+
margin-bottom: -100px !important;
|
49
|
+
}
|
50
|
+
.ml--100 {
|
51
|
+
margin-left: -100px !important;
|
52
|
+
}
|
53
|
+
.mt--150 {
|
54
|
+
margin-top: -150px !important;
|
55
|
+
}
|
56
|
+
.mb--150 {
|
57
|
+
margin-bottom: -150px !important;
|
58
|
+
}
|
59
|
+
.mt--200 {
|
60
|
+
margin-top: -200px !important;
|
61
|
+
}
|
62
|
+
.mb--200 {
|
63
|
+
margin-bottom: -200px !important;
|
64
|
+
}
|
65
|
+
.mt--300 {
|
66
|
+
margin-top: -300px !important;
|
67
|
+
}
|
68
|
+
.mb--300 {
|
69
|
+
margin-bottom: -300px !important;
|
70
|
+
}
|
71
|
+
|
72
|
+
|
73
|
+
// Large margins in pixels
|
74
|
+
|
75
|
+
.pt-100 {
|
76
|
+
padding-top: 100px !important;
|
77
|
+
}
|
78
|
+
.pb-100 {
|
79
|
+
padding-bottom: 100px !important;
|
80
|
+
}
|
81
|
+
.pt-150 {
|
82
|
+
padding-top: 150px !important;
|
83
|
+
}
|
84
|
+
.pb-150 {
|
85
|
+
padding-bottom: 150px !important;
|
86
|
+
}
|
87
|
+
.pt-200 {
|
88
|
+
padding-top: 200px !important;
|
89
|
+
}
|
90
|
+
.pb-200 {
|
91
|
+
padding-bottom: 200px !important;
|
92
|
+
}
|
93
|
+
.pt-250 {
|
94
|
+
padding-top: 250px !important;
|
95
|
+
}
|
96
|
+
.pb-250 {
|
97
|
+
padding-bottom: 250px !important;
|
98
|
+
}
|
99
|
+
.pt-300 {
|
100
|
+
padding-top: 300px!important;
|
101
|
+
}
|
102
|
+
.pb-300 {
|
103
|
+
padding-bottom: 300px!important;
|
104
|
+
}
|
105
|
+
}
|
@@ -0,0 +1,40 @@
|
|
1
|
+
// Weight and italics
|
2
|
+
|
3
|
+
.font-weight-300 { font-weight: 300 !important; }
|
4
|
+
.font-weight-400 { font-weight: 400 !important; }
|
5
|
+
.font-weight-500 { font-weight: 500 !important; }
|
6
|
+
.font-weight-600 { font-weight: 600 !important; }
|
7
|
+
.font-weight-700 { font-weight: 700 !important; }
|
8
|
+
.font-weight-800 { font-weight: 800 !important; }
|
9
|
+
.font-weight-900 { font-weight: 900 !important; }
|
10
|
+
|
11
|
+
|
12
|
+
// Text decorations
|
13
|
+
|
14
|
+
.text-underline { text-decoration: underline; }
|
15
|
+
.text-through { text-decoration: line-through; }
|
16
|
+
|
17
|
+
|
18
|
+
// Line heights
|
19
|
+
|
20
|
+
.lh-100 { line-height: 1; }
|
21
|
+
.lh-110 { line-height: 1.1; }
|
22
|
+
.lh-120 { line-height: 1.2; }
|
23
|
+
.lh-130 { line-height: 1.3; }
|
24
|
+
.lh-140 { line-height: 1.4; }
|
25
|
+
.lh-150 { line-height: 1.5; }
|
26
|
+
.lh-160 { line-height: 1.6; }
|
27
|
+
.lh-170 { line-height: 1.7; }
|
28
|
+
.lh-180 { line-height: 1.8; }
|
29
|
+
|
30
|
+
//Contextual colors
|
31
|
+
|
32
|
+
.text-muted { color: $text-muted !important; }
|
33
|
+
|
34
|
+
|
35
|
+
|
36
|
+
// Letter spacings
|
37
|
+
|
38
|
+
.ls-1 { letter-spacing: .0625rem; }
|
39
|
+
.ls-15 { letter-spacing: .09375rem; }
|
40
|
+
.ls-2 { letter-spacing: 0.125rem; }
|
@@ -0,0 +1,8 @@
|
|
1
|
+
@include media-breakpoint-up(xl) {
|
2
|
+
.transform-perspective-right {
|
3
|
+
transform: scale(1) perspective(1040px) rotateY(-11deg) rotateX(2deg) rotate(2deg);
|
4
|
+
}
|
5
|
+
.transform-perspective-left{
|
6
|
+
transform: scale(1) perspective(2000px) rotateY(11deg) rotateX(2deg) rotate(-2deg)
|
7
|
+
}
|
8
|
+
}
|
data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/vendor/_plugin-animate-bootstrap-notify.scss
ADDED
@@ -0,0 +1,227 @@
|
|
1
|
+
|
2
|
+
|
3
|
+
|
4
|
+
|
5
|
+
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
// This file was modified by Creative Tim to keep only the animation that we need for Bootstrap Notify
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
@charset "UTF-8";
|
34
|
+
|
35
|
+
/*!
|
36
|
+
Animate.css - http://daneden.me/animate
|
37
|
+
Licensed under the MIT license - http://opensource.org/licenses/MIT
|
38
|
+
|
39
|
+
Copyright (c) 2015 Daniel Eden
|
40
|
+
*/
|
41
|
+
|
42
|
+
.animated {
|
43
|
+
-webkit-animation-duration: 1s;
|
44
|
+
animation-duration: 1s;
|
45
|
+
-webkit-animation-fill-mode: both;
|
46
|
+
animation-fill-mode: both;
|
47
|
+
}
|
48
|
+
|
49
|
+
.animated.infinite {
|
50
|
+
-webkit-animation-iteration-count: infinite;
|
51
|
+
animation-iteration-count: infinite;
|
52
|
+
}
|
53
|
+
|
54
|
+
.animated.hinge {
|
55
|
+
-webkit-animation-duration: 2s;
|
56
|
+
animation-duration: 2s;
|
57
|
+
}
|
58
|
+
|
59
|
+
.animated.bounceIn,
|
60
|
+
.animated.bounceOut {
|
61
|
+
-webkit-animation-duration: .75s;
|
62
|
+
animation-duration: .75s;
|
63
|
+
}
|
64
|
+
|
65
|
+
.animated.flipOutX,
|
66
|
+
.animated.flipOutY {
|
67
|
+
-webkit-animation-duration: .75s;
|
68
|
+
animation-duration: .75s;
|
69
|
+
}
|
70
|
+
|
71
|
+
@-webkit-keyframes shake {
|
72
|
+
from, to {
|
73
|
+
-webkit-transform: translate3d(0, 0, 0);
|
74
|
+
transform: translate3d(0, 0, 0);
|
75
|
+
}
|
76
|
+
|
77
|
+
10%, 30%, 50%, 70%, 90% {
|
78
|
+
-webkit-transform: translate3d(-10px, 0, 0);
|
79
|
+
transform: translate3d(-10px, 0, 0);
|
80
|
+
}
|
81
|
+
|
82
|
+
20%, 40%, 60%, 80% {
|
83
|
+
-webkit-transform: translate3d(10px, 0, 0);
|
84
|
+
transform: translate3d(10px, 0, 0);
|
85
|
+
}
|
86
|
+
}
|
87
|
+
|
88
|
+
@keyframes shake {
|
89
|
+
from, to {
|
90
|
+
-webkit-transform: translate3d(0, 0, 0);
|
91
|
+
transform: translate3d(0, 0, 0);
|
92
|
+
}
|
93
|
+
|
94
|
+
10%, 30%, 50%, 70%, 90% {
|
95
|
+
-webkit-transform: translate3d(-10px, 0, 0);
|
96
|
+
transform: translate3d(-10px, 0, 0);
|
97
|
+
}
|
98
|
+
|
99
|
+
20%, 40%, 60%, 80% {
|
100
|
+
-webkit-transform: translate3d(10px, 0, 0);
|
101
|
+
transform: translate3d(10px, 0, 0);
|
102
|
+
}
|
103
|
+
}
|
104
|
+
|
105
|
+
.shake {
|
106
|
+
-webkit-animation-name: shake;
|
107
|
+
animation-name: shake;
|
108
|
+
}
|
109
|
+
|
110
|
+
|
111
|
+
|
112
|
+
@-webkit-keyframes fadeInDown {
|
113
|
+
from {
|
114
|
+
opacity: 0;
|
115
|
+
-webkit-transform: translate3d(0, -100%, 0);
|
116
|
+
transform: translate3d(0, -100%, 0);
|
117
|
+
}
|
118
|
+
|
119
|
+
to {
|
120
|
+
opacity: 1;
|
121
|
+
-webkit-transform: none;
|
122
|
+
transform: none;
|
123
|
+
}
|
124
|
+
}
|
125
|
+
|
126
|
+
@keyframes fadeInDown {
|
127
|
+
from {
|
128
|
+
opacity: 0;
|
129
|
+
-webkit-transform: translate3d(0, -100%, 0);
|
130
|
+
transform: translate3d(0, -100%, 0);
|
131
|
+
}
|
132
|
+
|
133
|
+
to {
|
134
|
+
opacity: 1;
|
135
|
+
-webkit-transform: none;
|
136
|
+
transform: none;
|
137
|
+
}
|
138
|
+
}
|
139
|
+
|
140
|
+
.fadeInDown {
|
141
|
+
-webkit-animation-name: fadeInDown;
|
142
|
+
animation-name: fadeInDown;
|
143
|
+
}
|
144
|
+
|
145
|
+
|
146
|
+
@-webkit-keyframes fadeOut {
|
147
|
+
from {
|
148
|
+
opacity: 1;
|
149
|
+
}
|
150
|
+
|
151
|
+
to {
|
152
|
+
opacity: 0;
|
153
|
+
}
|
154
|
+
}
|
155
|
+
|
156
|
+
@keyframes fadeOut {
|
157
|
+
from {
|
158
|
+
opacity: 1;
|
159
|
+
}
|
160
|
+
|
161
|
+
to {
|
162
|
+
opacity: 0;
|
163
|
+
}
|
164
|
+
}
|
165
|
+
|
166
|
+
.fadeOut {
|
167
|
+
-webkit-animation-name: fadeOut;
|
168
|
+
animation-name: fadeOut;
|
169
|
+
}
|
170
|
+
|
171
|
+
@-webkit-keyframes fadeOutDown {
|
172
|
+
from {
|
173
|
+
opacity: 1;
|
174
|
+
}
|
175
|
+
|
176
|
+
to {
|
177
|
+
opacity: 0;
|
178
|
+
-webkit-transform: translate3d(0, 100%, 0);
|
179
|
+
transform: translate3d(0, 100%, 0);
|
180
|
+
}
|
181
|
+
}
|
182
|
+
|
183
|
+
@keyframes fadeOutDown {
|
184
|
+
from {
|
185
|
+
opacity: 1;
|
186
|
+
}
|
187
|
+
|
188
|
+
to {
|
189
|
+
opacity: 0;
|
190
|
+
-webkit-transform: translate3d(0, 100%, 0);
|
191
|
+
transform: translate3d(0, 100%, 0);
|
192
|
+
}
|
193
|
+
}
|
194
|
+
|
195
|
+
.fadeOutDown {
|
196
|
+
-webkit-animation-name: fadeOutDown;
|
197
|
+
animation-name: fadeOutDown;
|
198
|
+
}
|
199
|
+
|
200
|
+
@-webkit-keyframes fadeOutUp {
|
201
|
+
from {
|
202
|
+
opacity: 1;
|
203
|
+
}
|
204
|
+
|
205
|
+
to {
|
206
|
+
opacity: 0;
|
207
|
+
-webkit-transform: translate3d(0, -100%, 0);
|
208
|
+
transform: translate3d(0, -100%, 0);
|
209
|
+
}
|
210
|
+
}
|
211
|
+
|
212
|
+
@keyframes fadeOutUp {
|
213
|
+
from {
|
214
|
+
opacity: 1;
|
215
|
+
}
|
216
|
+
|
217
|
+
to {
|
218
|
+
opacity: 0;
|
219
|
+
-webkit-transform: translate3d(0, -100%, 0);
|
220
|
+
transform: translate3d(0, -100%, 0);
|
221
|
+
}
|
222
|
+
}
|
223
|
+
|
224
|
+
.fadeOutUp {
|
225
|
+
-webkit-animation-name: fadeOutUp;
|
226
|
+
animation-name: fadeOutUp;
|
227
|
+
}
|