viniBaxter-desk_front 19.0.0 → 25
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/viniBaxter/desk_front/version.rb +1 -1
- data/lib/viniBaxter/sass/desk_front.scss +5 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/_index.scss +1 -1
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/_new_nav.scss +9 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_variables.scss +693 -681
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/new_nav/_dropdown.scss +372 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/new_nav/_fixed-plugin.scss +335 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/new_nav/_misc.scss +226 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/new_nav/_navbar.scss +480 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/new_nav/_sidebar-and-main-panel.scss +919 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/new_nav/_white-content.scss +43 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_alert.scss +51 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_badge.scss +54 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_breadcrumb.scss +44 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_button-group.scss +163 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_buttons.scss +184 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_card.scss +286 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_carousel.scss +197 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_close.scss +40 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_code.scss +48 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_custom-forms.scss +523 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_dropdown.scss +192 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_forms.scss +364 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_grid.scss +72 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_images.scss +42 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_input-group.scss +192 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_jumbotron.scss +17 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_list-group.scss +153 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_media.scss +8 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_mixins.scss +47 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_modal.scss +248 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_nav.scss +123 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_navbar.scss +318 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_pagination.scss +74 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_popover.scss +170 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_print.scss +141 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_progress.scss +47 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_reboot.scss +497 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_root.scss +20 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_spinners.scss +56 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_tables.scss +183 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_toasts.scss +46 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_tooltip.scss +115 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_transitions.scss +20 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_type.scss +149 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_utilities.scss +18 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/bootstrap-grid.scss +29 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/bootstrap-reboot.scss +12 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/bootstrap.scss +43 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_alert.scss +13 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_background-variant.scss +23 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_badge.scss +17 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_border-radius.scss +76 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_box-shadow.scss +20 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_breakpoints.scss +123 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_buttons.scss +153 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_caret.scss +62 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_clearfix.scss +7 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_deprecate.scss +10 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_float.scss +14 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_forms.scss +178 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_gradients.scss +45 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_grid-framework.scss +80 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_grid.scss +72 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_hover.scss +37 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_image.scss +36 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_list-group.scss +21 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_lists.scss +7 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_nav-divider.scss +11 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_pagination.scss +22 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_reset-text.scss +17 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_resize.scss +6 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_screen-reader.scss +34 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_size.scss +7 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_table-row.scss +39 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_text-emphasis.scss +17 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_text-hide.scss +11 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_text-truncate.scss +8 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_transition.scss +26 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_visibility.scss +8 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_align.scss +8 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_background.scss +19 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_borders.scss +75 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_clearfix.scss +3 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_display.scss +26 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_embed.scss +39 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_flex.scss +51 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_float.scss +11 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_interactions.scss +5 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_overflow.scss +5 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_position.scss +34 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_screenreaders.scss +11 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_shadows.scss +6 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_sizing.scss +20 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_spacing.scss +73 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_stretched-link.scss +19 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_text.scss +72 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_visibility.scss +13 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/vendor/_rfs.scss +204 -0
- data/lib/viniBaxter/sass/desk_front/dashkit/_dashkit.scss +2 -2
- data/lib/viniBaxter/sass/desk_front/dashkit/_list-group.scss +3 -7
- data/lib/viniBaxter/sass/desk_front/dashkit/_modal.scss +5 -7
- data/lib/viniBaxter/sass/desk_front/dashkit/_nav.scss +16 -15
- data/lib/viniBaxter/sass/desk_front/dashkit/_navbar.scss +35 -68
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_card.scss +3 -3
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_theme.scss +0 -52
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/utilities/_sizing.scss +2 -11
- data/lib/viniBaxter/sass/desk_front/theme.scss +0 -10
- metadata +98 -46
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_alert.scss +0 -18
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_aos.scss +0 -32
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_avatar.scss +0 -192
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_button-group.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_buttons.scss +0 -115
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_carousel.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_close.scss +0 -11
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_code.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_collapse.scss +0 -15
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_custom-forms.scss +0 -65
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_device.scss +0 -110
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_dropdown.scss +0 -106
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_fancybox.scss +0 -14
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_feather.scss +0 -1093
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_flickity.scss +0 -112
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_footer.scss +0 -10
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_forms.scss +0 -92
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_grid.scss +0 -9
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_highlight.scss +0 -8
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_icon.scss +0 -56
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_images.scss +0 -32
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_input-group.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_jumbotron.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_list-group.scss +0 -22
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_list.scss +0 -27
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_media.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_modal.scss +0 -21
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_nav.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_navbar.scss +0 -377
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_pagination.scss +0 -34
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_popover.scss +0 -15
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_print.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_progress.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_reboot.scss +0 -17
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_root.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_screenshot.scss +0 -9
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_section.scss +0 -19
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_sidenav.scss +0 -28
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_tables.scss +0 -23
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_tooltip.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_transitions.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_type.scss +0 -169
- data/viniBaxter-desk_front-18.0.0.gem +0 -0
@@ -1,112 +0,0 @@
|
|
1
|
-
//
|
2
|
-
// flickity.scss
|
3
|
-
// Library overrides
|
4
|
-
//
|
5
|
-
|
6
|
-
// Controls
|
7
|
-
|
8
|
-
.flickity-button {
|
9
|
-
display: flex;
|
10
|
-
align-items: center;
|
11
|
-
justify-content: center;
|
12
|
-
width: $input-height;
|
13
|
-
height: $input-height;
|
14
|
-
background-color: $primary;
|
15
|
-
box-shadow: $box-shadow-light;
|
16
|
-
color: $white;
|
17
|
-
|
18
|
-
&::before, &::after {
|
19
|
-
font-family: "Feather";
|
20
|
-
}
|
21
|
-
|
22
|
-
@include hover-focus {
|
23
|
-
background-color: $primary;
|
24
|
-
box-shadow: $box-shadow;
|
25
|
-
}
|
26
|
-
}
|
27
|
-
|
28
|
-
.flickity-button.previous {
|
29
|
-
left: 0;
|
30
|
-
transform: translate(calc(-50% + #{$grid-gutter-width / 4}), -50%);
|
31
|
-
|
32
|
-
@include media-breakpoint-up(md) {
|
33
|
-
transform: translate(-50%, -50%);
|
34
|
-
}
|
35
|
-
|
36
|
-
&::before {
|
37
|
-
content: "\e910";
|
38
|
-
}
|
39
|
-
}
|
40
|
-
|
41
|
-
.flickity-button.next {
|
42
|
-
right: 0;
|
43
|
-
transform: translate(calc(50% - #{$grid-gutter-width / 4}), -50%);
|
44
|
-
|
45
|
-
@include media-breakpoint-up(md) {
|
46
|
-
transform: translate(50%, -50%);
|
47
|
-
}
|
48
|
-
|
49
|
-
&::before {
|
50
|
-
content: "\e912";
|
51
|
-
}
|
52
|
-
}
|
53
|
-
|
54
|
-
.flickity-button-icon {
|
55
|
-
display: none;
|
56
|
-
}
|
57
|
-
|
58
|
-
|
59
|
-
// Button white
|
60
|
-
|
61
|
-
.flickity-button-white .flickity-button {
|
62
|
-
background-color: $white;
|
63
|
-
color: $primary;
|
64
|
-
}
|
65
|
-
|
66
|
-
|
67
|
-
// Button bottom
|
68
|
-
|
69
|
-
.flickity-button-bottom .flickity-button {
|
70
|
-
top: auto;
|
71
|
-
bottom: 1.5rem;
|
72
|
-
transform: none;
|
73
|
-
}
|
74
|
-
|
75
|
-
.flickity-button-bottom .flickity-button.previous {
|
76
|
-
left: auto;
|
77
|
-
right: 6.375rem;
|
78
|
-
}
|
79
|
-
|
80
|
-
.flickity-button-bottom .flickity-button.next {
|
81
|
-
left: auto;
|
82
|
-
right: 2.5rem;
|
83
|
-
}
|
84
|
-
|
85
|
-
|
86
|
-
// Button inset
|
87
|
-
|
88
|
-
.flickity-button-inset .flickity-button {
|
89
|
-
transform: translateY(-50%);
|
90
|
-
}
|
91
|
-
|
92
|
-
.flickity-button-inset .flickity-button.previous {
|
93
|
-
left: 1.5rem;
|
94
|
-
}
|
95
|
-
|
96
|
-
.flickity-button-inset .flickity-button.next {
|
97
|
-
right: 1.5rem;
|
98
|
-
}
|
99
|
-
|
100
|
-
|
101
|
-
// Viewport
|
102
|
-
|
103
|
-
.flickity-viewport-visible .flickity-viewport {
|
104
|
-
overflow: visible;
|
105
|
-
}
|
106
|
-
|
107
|
-
|
108
|
-
// Adaptive height
|
109
|
-
|
110
|
-
[data-flickity*='"adaptiveHeight": true'] .flickity-viewport {
|
111
|
-
transition: all .5s ease; // Make the transition match the rough duration of flicking between items
|
112
|
-
}
|
@@ -1,92 +0,0 @@
|
|
1
|
-
//
|
2
|
-
// forms.scss
|
3
|
-
// Extended from Boostrap
|
4
|
-
//
|
5
|
-
|
6
|
-
// Form control flush
|
7
|
-
|
8
|
-
.form-control-flush {
|
9
|
-
padding-left: 0;
|
10
|
-
padding-right: 0;
|
11
|
-
border-top-width: 0;
|
12
|
-
border-right-width: 0;
|
13
|
-
border-left-width: 0;
|
14
|
-
border-radius: 0;
|
15
|
-
}
|
16
|
-
|
17
|
-
|
18
|
-
// Custom file input
|
19
|
-
|
20
|
-
.custom-file-label::after {
|
21
|
-
font-weight: $font-weight-bold;
|
22
|
-
}
|
23
|
-
|
24
|
-
|
25
|
-
// Floating label
|
26
|
-
//
|
27
|
-
// Works for base size only
|
28
|
-
|
29
|
-
.form-label-group {
|
30
|
-
position: relative;
|
31
|
-
margin-bottom: $form-group-margin-bottom;
|
32
|
-
}
|
33
|
-
|
34
|
-
.form-label-group > label {
|
35
|
-
position: absolute;
|
36
|
-
top: 0; left: 0;
|
37
|
-
width: 100%; height: $input-height;
|
38
|
-
padding: $input-padding-y $input-padding-x;
|
39
|
-
margin-bottom: 0;
|
40
|
-
line-height: $input-line-height;
|
41
|
-
font-size: $input-font-size;
|
42
|
-
color: $input-placeholder-color;
|
43
|
-
pointer-events: none;
|
44
|
-
cursor: text;
|
45
|
-
transition: $transition-base;
|
46
|
-
}
|
47
|
-
|
48
|
-
.form-label-group > .form-control-flush ~ label {
|
49
|
-
padding-left: 0;
|
50
|
-
padding-right: 0;
|
51
|
-
}
|
52
|
-
|
53
|
-
.form-label-group > .form-control::placeholder {
|
54
|
-
color: transparent;
|
55
|
-
}
|
56
|
-
|
57
|
-
.form-label-group > .form-control:not(:placeholder-shown) {
|
58
|
-
padding-top: $input-padding-y * 1.5;
|
59
|
-
padding-bottom: $input-padding-y * .5;
|
60
|
-
}
|
61
|
-
|
62
|
-
.form-label-group > .form-control:not(:placeholder-shown) ~ label {
|
63
|
-
padding-top: ((($input-padding-y * 1.5) - ($font-size-xs * $input-line-height)) / 2);
|
64
|
-
padding-bottom: ((($input-padding-y * 1.5) - ($font-size-xs * $input-line-height)) / 2);
|
65
|
-
font-size: $font-size-xs;
|
66
|
-
}
|
67
|
-
|
68
|
-
// Fallback for Edge
|
69
|
-
|
70
|
-
@supports (-ms-ime-align: auto) {
|
71
|
-
|
72
|
-
.form-label-group > label {
|
73
|
-
display: none;
|
74
|
-
}
|
75
|
-
|
76
|
-
.form-label-group .form-control::placeholder {
|
77
|
-
color: $input-placeholder-color;
|
78
|
-
}
|
79
|
-
}
|
80
|
-
|
81
|
-
// Fallback for IE
|
82
|
-
|
83
|
-
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
84
|
-
|
85
|
-
.form-label-group > label {
|
86
|
-
display: none;
|
87
|
-
}
|
88
|
-
|
89
|
-
.form-label-group .form-control::placeholder {
|
90
|
-
color: $input-placeholder-color;
|
91
|
-
}
|
92
|
-
}
|
@@ -1,56 +0,0 @@
|
|
1
|
-
//
|
2
|
-
// icon.scss
|
3
|
-
// Theme component
|
4
|
-
//
|
5
|
-
|
6
|
-
.icon > svg {
|
7
|
-
width: $icon-size-base;
|
8
|
-
height: $icon-size-base;
|
9
|
-
}
|
10
|
-
|
11
|
-
.icon > img {
|
12
|
-
width: $icon-size-base;
|
13
|
-
height: $icon-size-base;
|
14
|
-
}
|
15
|
-
|
16
|
-
// Use "text-" utilities to fill svg icons
|
17
|
-
.icon[class*='text-'] > svg [fill]:not([fill='none']) {
|
18
|
-
fill: currentColor !important;
|
19
|
-
}
|
20
|
-
|
21
|
-
// Sizing
|
22
|
-
|
23
|
-
.icon-xs > svg {
|
24
|
-
width: $icon-size-xs;
|
25
|
-
height: $icon-size-xs;
|
26
|
-
}
|
27
|
-
|
28
|
-
.icon-sm > svg {
|
29
|
-
width: $icon-size-sm;
|
30
|
-
height: $icon-size-sm;
|
31
|
-
}
|
32
|
-
|
33
|
-
.icon-lg > svg {
|
34
|
-
width: $icon-size-lg;
|
35
|
-
height: $icon-size-lg;
|
36
|
-
}
|
37
|
-
|
38
|
-
.icon-xl > svg {
|
39
|
-
width: $icon-size-xl;
|
40
|
-
height: $icon-size-xl;
|
41
|
-
}
|
42
|
-
|
43
|
-
// Circle
|
44
|
-
|
45
|
-
.icon-circle {
|
46
|
-
display: inline-flex;
|
47
|
-
align-items: center;
|
48
|
-
justify-content: center;
|
49
|
-
width: $icon-circle-size;
|
50
|
-
height: $icon-circle-size;
|
51
|
-
border-radius: 50%;
|
52
|
-
|
53
|
-
> .fe {
|
54
|
-
font-size: $icon-circle-font-size;
|
55
|
-
}
|
56
|
-
}
|
@@ -1,32 +0,0 @@
|
|
1
|
-
//
|
2
|
-
// images.scss
|
3
|
-
// Extended from Bootstrap
|
4
|
-
//
|
5
|
-
|
6
|
-
// Image cover
|
7
|
-
//
|
8
|
-
// Spans the whole with of the viewport
|
9
|
-
|
10
|
-
.img-cover {
|
11
|
-
width: 100vw;
|
12
|
-
height: auto;
|
13
|
-
margin-left: calc(50% - 50vw);
|
14
|
-
}
|
15
|
-
|
16
|
-
// Extending .img-fluid class to support nested images
|
17
|
-
|
18
|
-
.img-fluid > img,
|
19
|
-
.img-fluid > svg {
|
20
|
-
max-width: inherit;
|
21
|
-
height: inherit;
|
22
|
-
}
|
23
|
-
|
24
|
-
// Figure
|
25
|
-
|
26
|
-
.figure {
|
27
|
-
display: block;
|
28
|
-
}
|
29
|
-
|
30
|
-
.figure-img {
|
31
|
-
margin-bottom: $spacer;
|
32
|
-
}
|
File without changes
|
File without changes
|
@@ -1,22 +0,0 @@
|
|
1
|
-
//
|
2
|
-
// list-group.scss
|
3
|
-
// Extended from Bootstrap
|
4
|
-
//
|
5
|
-
|
6
|
-
.list-group-flush {
|
7
|
-
|
8
|
-
.list-group-item {
|
9
|
-
padding-left: 0;
|
10
|
-
padding-right: 0;
|
11
|
-
|
12
|
-
&:first-child {
|
13
|
-
padding-top: 0 !important;
|
14
|
-
border-top: 0;
|
15
|
-
}
|
16
|
-
|
17
|
-
&:last-child {
|
18
|
-
padding-bottom: 0 !important;
|
19
|
-
border-bottom: 0;
|
20
|
-
}
|
21
|
-
}
|
22
|
-
}
|
@@ -1,27 +0,0 @@
|
|
1
|
-
//
|
2
|
-
// list.scss
|
3
|
-
// Theme component
|
4
|
-
//
|
5
|
-
|
6
|
-
.list {
|
7
|
-
margin-bottom: 0;
|
8
|
-
padding-left: 0;
|
9
|
-
list-style-type: none;
|
10
|
-
}
|
11
|
-
|
12
|
-
.list-item + .list-item {
|
13
|
-
margin-top: $list-item-spacing-y;
|
14
|
-
}
|
15
|
-
|
16
|
-
.list-link {
|
17
|
-
display: flex;
|
18
|
-
flex-wrap: nowrap;
|
19
|
-
align-items: center;
|
20
|
-
font-size: $list-link-font-size;
|
21
|
-
color: $list-link-color;
|
22
|
-
|
23
|
-
@include hover-focus {
|
24
|
-
text-decoration: none;
|
25
|
-
color: $list-link-hover-color;
|
26
|
-
}
|
27
|
-
}
|
File without changes
|
@@ -1,21 +0,0 @@
|
|
1
|
-
//
|
2
|
-
// modals.scss
|
3
|
-
// Extended from Bootstrap
|
4
|
-
//
|
5
|
-
|
6
|
-
.modal-open {
|
7
|
-
padding-right: 0 !important; // additional padding is not required as we have overflow-x: hidden on the root element
|
8
|
-
}
|
9
|
-
|
10
|
-
.modal-open .navbar {
|
11
|
-
padding-right: $navbar-padding-x !important;
|
12
|
-
}
|
13
|
-
|
14
|
-
|
15
|
-
// Close
|
16
|
-
|
17
|
-
.modal-close {
|
18
|
-
position: absolute;
|
19
|
-
top: 1.5rem; right: 1.5rem;
|
20
|
-
z-index: $zindex-dropdown;
|
21
|
-
}
|
File without changes
|
@@ -1,377 +0,0 @@
|
|
1
|
-
//
|
2
|
-
// navbar.scss
|
3
|
-
// Extended from Bootstrap
|
4
|
-
//
|
5
|
-
|
6
|
-
.navbar {
|
7
|
-
transition: $transition-base;
|
8
|
-
transition-property: background-color, color;
|
9
|
-
z-index: $zindex-fixed;
|
10
|
-
|
11
|
-
&.blured {
|
12
|
-
backdrop-filter: saturate(180%) blur(20px);
|
13
|
-
}
|
14
|
-
}
|
15
|
-
|
16
|
-
// Dark version
|
17
|
-
|
18
|
-
.navbar-dark {
|
19
|
-
|
20
|
-
@include media-breakpoint-down(md) {
|
21
|
-
|
22
|
-
.navbar-nav .nav-item .nav-link {
|
23
|
-
color: $navbar-light-color;
|
24
|
-
|
25
|
-
&:hover,
|
26
|
-
&:focus {
|
27
|
-
color: $navbar-light-hover-color;
|
28
|
-
}
|
29
|
-
}
|
30
|
-
|
31
|
-
.navbar-nav .nav-item.active .nav-link,
|
32
|
-
.navbar-nav .nav-item .nav-link.active {
|
33
|
-
color: $navbar-light-active-color;
|
34
|
-
}
|
35
|
-
|
36
|
-
.navbar-collapse .navbar-toggler {
|
37
|
-
color: $navbar-light-color;
|
38
|
-
}
|
39
|
-
}
|
40
|
-
}
|
41
|
-
|
42
|
-
// Contaner
|
43
|
-
|
44
|
-
.navbar>.container,
|
45
|
-
.navbar>.container-fluid {
|
46
|
-
padding-left: $grid-gutter-width / 2 !important;
|
47
|
-
padding-right: $grid-gutter-width / 2 !important;
|
48
|
-
}
|
49
|
-
|
50
|
-
// Brand
|
51
|
-
|
52
|
-
.navbar-brand {
|
53
|
-
font-weight: $navbar-brand-font-weight;
|
54
|
-
}
|
55
|
-
|
56
|
-
.navbar-brand-img {
|
57
|
-
max-height: $navbar-brand-height;
|
58
|
-
width: auto;
|
59
|
-
}
|
60
|
-
|
61
|
-
.navbar-dark .navbar-brand {
|
62
|
-
filter: brightness(0) invert(1);
|
63
|
-
}
|
64
|
-
|
65
|
-
// change nav links and logo color if shouldStayTransparent class
|
66
|
-
.navbar-dark.shouldStayTransparent {
|
67
|
-
.navbar-nav .nav-link {
|
68
|
-
filter: brightness(0.1) invert(1);
|
69
|
-
}
|
70
|
-
|
71
|
-
.navbar-brand {
|
72
|
-
filter: brightness(1) invert(1);
|
73
|
-
}
|
74
|
-
}
|
75
|
-
|
76
|
-
// Button
|
77
|
-
|
78
|
-
.navbar-btn {
|
79
|
-
|
80
|
-
@include media-breakpoint-down(md) {
|
81
|
-
width: 100%;
|
82
|
-
padding: $btn-padding-y $btn-padding-x;
|
83
|
-
border-top-left-radius: 0;
|
84
|
-
border-top-right-radius: 0;
|
85
|
-
font-size: $btn-font-size;
|
86
|
-
}
|
87
|
-
}
|
88
|
-
|
89
|
-
// Navigation
|
90
|
-
|
91
|
-
.navbar-nav .nav-link {
|
92
|
-
font-weight: $navbar-nav-link-font-weight;
|
93
|
-
|
94
|
-
@include hover-focus {
|
95
|
-
outline: none;
|
96
|
-
}
|
97
|
-
}
|
98
|
-
|
99
|
-
// Boxed layout
|
100
|
-
|
101
|
-
.navbar-dark.fixed-top>.container {
|
102
|
-
position: relative;
|
103
|
-
|
104
|
-
&::after {
|
105
|
-
content: "";
|
106
|
-
position: absolute;
|
107
|
-
right: 0;
|
108
|
-
bottom: -$navbar-padding-y;
|
109
|
-
left: 0;
|
110
|
-
border-top: $border-width solid fade-out($white, .8);
|
111
|
-
}
|
112
|
-
}
|
113
|
-
|
114
|
-
// Collapse
|
115
|
-
|
116
|
-
@include media-breakpoint-down(md) {
|
117
|
-
|
118
|
-
.navbar-collapse {
|
119
|
-
position: fixed;
|
120
|
-
top: $spacer;
|
121
|
-
right: $spacer;
|
122
|
-
left: $spacer;
|
123
|
-
height: auto !important;
|
124
|
-
max-height: calc(100vh - #{$spacer * 2});
|
125
|
-
background-color: $dropdown-bg;
|
126
|
-
border-radius: $dropdown-border-radius;
|
127
|
-
box-shadow: $box-shadow-dark-lg;
|
128
|
-
overflow-y: scroll; // This has to be scroll for iOS bounce scroll
|
129
|
-
-webkit-overflow-scrolling: touch;
|
130
|
-
}
|
131
|
-
|
132
|
-
// Animation
|
133
|
-
|
134
|
-
.navbar-collapse.show,
|
135
|
-
.navbar-collapse.collapsing {
|
136
|
-
transition: $transition-base;
|
137
|
-
transition-property: opacity, transform, -webkit-transform;
|
138
|
-
transform-origin: top right;
|
139
|
-
}
|
140
|
-
|
141
|
-
.navbar-collapse.show {
|
142
|
-
opacity: 1;
|
143
|
-
transform: scale(1);
|
144
|
-
}
|
145
|
-
|
146
|
-
.navbar-collapse.collapsing {
|
147
|
-
opacity: 0;
|
148
|
-
transform: scale(.9);
|
149
|
-
}
|
150
|
-
|
151
|
-
}
|
152
|
-
|
153
|
-
// Toggler
|
154
|
-
|
155
|
-
.navbar-collapse .navbar-toggler {
|
156
|
-
position: absolute;
|
157
|
-
top: $spacer;
|
158
|
-
right: $spacer;
|
159
|
-
z-index: 1;
|
160
|
-
|
161
|
-
@include media-breakpoint-up(lg) {
|
162
|
-
display: none;
|
163
|
-
}
|
164
|
-
}
|
165
|
-
|
166
|
-
// Navigation
|
167
|
-
|
168
|
-
.navbar-nav .nav-item {
|
169
|
-
|
170
|
-
@include media-breakpoint-down(md) {
|
171
|
-
padding: $navbar-nav-item-spacing;
|
172
|
-
|
173
|
-
+.nav-item {
|
174
|
-
border-top: $border-width solid $gray-200;
|
175
|
-
}
|
176
|
-
}
|
177
|
-
}
|
178
|
-
|
179
|
-
.navbar-nav .nav-link {
|
180
|
-
|
181
|
-
@include media-breakpoint-down(md) {
|
182
|
-
padding-top: 0;
|
183
|
-
padding-bottom: 0;
|
184
|
-
}
|
185
|
-
}
|
186
|
-
|
187
|
-
// Dropdown menu
|
188
|
-
|
189
|
-
.navbar-nav .dropdown-menu {
|
190
|
-
box-shadow: none;
|
191
|
-
|
192
|
-
@include media-breakpoint-down(md) {
|
193
|
-
min-width: 0;
|
194
|
-
padding: 0;
|
195
|
-
}
|
196
|
-
|
197
|
-
@include media-breakpoint-up(lg) {
|
198
|
-
box-shadow: $box-shadow-dark-lg;
|
199
|
-
}
|
200
|
-
}
|
201
|
-
|
202
|
-
.navbar-nav .dropdown>.dropdown-menu {
|
203
|
-
display: block !important;
|
204
|
-
}
|
205
|
-
|
206
|
-
.navbar-nav .dropright>.dropdown-menu {
|
207
|
-
|
208
|
-
@include media-breakpoint-down(md) {
|
209
|
-
padding-top: $spacer;
|
210
|
-
padding-bottom: $spacer;
|
211
|
-
padding-left: $spacer / 2;
|
212
|
-
}
|
213
|
-
}
|
214
|
-
|
215
|
-
// Dropdown item
|
216
|
-
|
217
|
-
.navbar-nav .dropdown-item,
|
218
|
-
.navbar-nav .dropdown-header {
|
219
|
-
|
220
|
-
@include media-breakpoint-down(md) {
|
221
|
-
margin-left: 0;
|
222
|
-
margin-right: 0;
|
223
|
-
padding-left: 0;
|
224
|
-
padding-right: 0;
|
225
|
-
}
|
226
|
-
}
|
227
|
-
|
228
|
-
// Dropdown toggle
|
229
|
-
|
230
|
-
.navbar-nav .dropdown>.dropdown-toggle {
|
231
|
-
|
232
|
-
&::after {
|
233
|
-
display: none;
|
234
|
-
}
|
235
|
-
|
236
|
-
@include media-breakpoint-down(md) {
|
237
|
-
margin-bottom: $navbar-dropdown-toggle-margin-bottom;
|
238
|
-
pointer-events: none;
|
239
|
-
}
|
240
|
-
}
|
241
|
-
|
242
|
-
.navbar-nav .dropright>.dropdown-toggle {
|
243
|
-
display: flex;
|
244
|
-
|
245
|
-
&::after {
|
246
|
-
margin-left: auto;
|
247
|
-
}
|
248
|
-
|
249
|
-
@include media-breakpoint-down(md) {
|
250
|
-
|
251
|
-
&::after {
|
252
|
-
content: "\e92e";
|
253
|
-
}
|
254
|
-
|
255
|
-
&[aria-expanded="true"]::after {
|
256
|
-
transform-origin: center center;
|
257
|
-
transform: rotate(180deg);
|
258
|
-
}
|
259
|
-
}
|
260
|
-
}
|
261
|
-
|
262
|
-
// Dropdown image
|
263
|
-
|
264
|
-
.navbar-nav .dropdown-img-left {
|
265
|
-
height: 100%;
|
266
|
-
display: none;
|
267
|
-
flex-direction: column;
|
268
|
-
justify-content: center;
|
269
|
-
align-items: center;
|
270
|
-
padding: $dropdown-padding-y $dropdown-padding-x;
|
271
|
-
background: no-repeat center center / cover;
|
272
|
-
border-top-left-radius: $border-radius;
|
273
|
-
border-bottom-left-radius: $border-radius;
|
274
|
-
|
275
|
-
@include media-breakpoint-up(lg) {
|
276
|
-
display: flex;
|
277
|
-
}
|
278
|
-
|
279
|
-
// Overlay
|
280
|
-
|
281
|
-
&::before {
|
282
|
-
content: "";
|
283
|
-
position: absolute;
|
284
|
-
top: 0;
|
285
|
-
right: 0;
|
286
|
-
bottom: 0;
|
287
|
-
left: 0;
|
288
|
-
background-color: fade-out($primary, .2);
|
289
|
-
border-radius: inherit;
|
290
|
-
}
|
291
|
-
|
292
|
-
// Content
|
293
|
-
|
294
|
-
* {
|
295
|
-
position: relative;
|
296
|
-
}
|
297
|
-
}
|
298
|
-
|
299
|
-
.navbar-nav .dropdown-menu-lg .dropdown-img-left,
|
300
|
-
.navbar-nav .dropdown-menu-xl .dropdown-img-left {
|
301
|
-
|
302
|
-
@include media-breakpoint-up(lg) {
|
303
|
-
padding: $dropdown-padding-y-lg $dropdown-padding-x-lg;
|
304
|
-
}
|
305
|
-
}
|
306
|
-
|
307
|
-
// Dropdown body
|
308
|
-
|
309
|
-
.navbar-nav .dropdown-body {
|
310
|
-
|
311
|
-
@include media-breakpoint-up(lg) {
|
312
|
-
padding: $dropdown-padding-y $dropdown-padding-x;
|
313
|
-
}
|
314
|
-
}
|
315
|
-
|
316
|
-
.navbar-nav .dropdown-menu-lg .dropdown-body,
|
317
|
-
.navbar-nav .dropdown-menu-xl .dropdown-body {
|
318
|
-
|
319
|
-
@include media-breakpoint-up(lg) {
|
320
|
-
padding: $dropdown-padding-y-lg $dropdown-padding-x-lg;
|
321
|
-
}
|
322
|
-
}
|
323
|
-
|
324
|
-
// Dropdown list group
|
325
|
-
|
326
|
-
.navbar-nav .dropdown-menu .list-group-item {
|
327
|
-
display: flex;
|
328
|
-
align-items: center;
|
329
|
-
padding-top: $spacer;
|
330
|
-
padding-bottom: $spacer;
|
331
|
-
color: inherit;
|
332
|
-
|
333
|
-
@include hover {
|
334
|
-
text-decoration: none;
|
335
|
-
}
|
336
|
-
}
|
337
|
-
|
338
|
-
// Toggle dropdown on hover
|
339
|
-
|
340
|
-
@include media-breakpoint-up(lg) {
|
341
|
-
|
342
|
-
.navbar-nav .dropdown-menu {
|
343
|
-
z-index: $zindex-fixed;
|
344
|
-
display: block !important;
|
345
|
-
visibility: hidden;
|
346
|
-
opacity: 0;
|
347
|
-
}
|
348
|
-
|
349
|
-
.navbar-nav .hovered>.dropdown-menu {
|
350
|
-
transition: $transition-base;
|
351
|
-
transition-property: opacity, visibility, transform, -webkit-transform;
|
352
|
-
transform-origin: top center;
|
353
|
-
}
|
354
|
-
|
355
|
-
.navbar-nav .dropdown>.dropdown-menu {
|
356
|
-
left: 50%;
|
357
|
-
transform: translate3d(-50%, 10px, 0);
|
358
|
-
}
|
359
|
-
|
360
|
-
.navbar-nav .dropright>.dropdown-menu {
|
361
|
-
transform: translate3d(0, 10px, 0);
|
362
|
-
}
|
363
|
-
|
364
|
-
.navbar-nav .dropdown.show>.dropdown-menu,
|
365
|
-
.navbar-nav .dropright.show>.dropdown-menu {
|
366
|
-
visibility: visible;
|
367
|
-
opacity: 1;
|
368
|
-
}
|
369
|
-
|
370
|
-
.navbar-nav .dropdown.show>.dropdown-menu {
|
371
|
-
transform: translate3d(-50%, 0, 0);
|
372
|
-
}
|
373
|
-
|
374
|
-
.navbar-nav .dropright.show>.dropdown-menu {
|
375
|
-
transform: translate3d(0, 0, 0);
|
376
|
-
}
|
377
|
-
}
|