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
File without changes
|
@@ -1,115 +0,0 @@
|
|
1
|
-
//
|
2
|
-
// buttons.scss
|
3
|
-
// Extended from Bootstrap
|
4
|
-
//
|
5
|
-
|
6
|
-
.btn > img {
|
7
|
-
max-height: 1em;
|
8
|
-
width: auto;
|
9
|
-
}
|
10
|
-
|
11
|
-
.btn:not([class*="btn-outline"]) {
|
12
|
-
border-color: transparent !important;
|
13
|
-
}
|
14
|
-
|
15
|
-
|
16
|
-
// Custom colors
|
17
|
-
|
18
|
-
.btn-white {
|
19
|
-
background-color: $white;
|
20
|
-
color: $primary;
|
21
|
-
|
22
|
-
@include hover-focus {
|
23
|
-
background-color: $white;
|
24
|
-
color: darken($primary, 5%);
|
25
|
-
}
|
26
|
-
|
27
|
-
&.active {
|
28
|
-
background-color: darken($white, 5%);
|
29
|
-
color: darken($primary, 5%);
|
30
|
-
}
|
31
|
-
}
|
32
|
-
|
33
|
-
.btn-group .btn-white {
|
34
|
-
border-color: $gray-300 !important;
|
35
|
-
color: $text-muted;
|
36
|
-
|
37
|
-
&.active {
|
38
|
-
background-color: darken($white, 5%);
|
39
|
-
color: darken($text-muted, 5%);
|
40
|
-
box-shadow: none;
|
41
|
-
}
|
42
|
-
}
|
43
|
-
|
44
|
-
.btn-gray-400 {
|
45
|
-
background-color: $gray-400;
|
46
|
-
color: $white;
|
47
|
-
|
48
|
-
@include hover-focus {
|
49
|
-
background-color: darken($gray-400, 5%);
|
50
|
-
color: darken($white, 5%);
|
51
|
-
}
|
52
|
-
|
53
|
-
&.active {
|
54
|
-
background-color: darken($gray-400, 5%);
|
55
|
-
color: darken($white, 5%);
|
56
|
-
}
|
57
|
-
}
|
58
|
-
|
59
|
-
.btn-outline-gray-300 {
|
60
|
-
border-color: $gray-300;
|
61
|
-
color: $primary;
|
62
|
-
|
63
|
-
@include hover-focus {
|
64
|
-
background-color: $primary;
|
65
|
-
border-color: $primary;
|
66
|
-
color: $white;
|
67
|
-
}
|
68
|
-
|
69
|
-
&.active {
|
70
|
-
background-color: $primary;
|
71
|
-
border-color: $primary;
|
72
|
-
color: $white;
|
73
|
-
}
|
74
|
-
}
|
75
|
-
|
76
|
-
|
77
|
-
// Soft variants
|
78
|
-
|
79
|
-
@each $color, $value in $theme-colors {
|
80
|
-
.btn-#{$color}-soft {
|
81
|
-
@include btn-variant-soft(rgba($value, $btn-soft-bg-opacity), $value);
|
82
|
-
}
|
83
|
-
}
|
84
|
-
|
85
|
-
|
86
|
-
// Pill
|
87
|
-
|
88
|
-
.btn-pill {
|
89
|
-
border-radius: $rounded-pill;
|
90
|
-
}
|
91
|
-
|
92
|
-
|
93
|
-
// Rounded circle
|
94
|
-
|
95
|
-
.btn-rounded-circle {
|
96
|
-
padding-left: $btn-padding-y;
|
97
|
-
padding-right: $btn-padding-y;
|
98
|
-
border-radius: $rounded-pill;
|
99
|
-
|
100
|
-
> * {
|
101
|
-
display: block;
|
102
|
-
line-height: 1;
|
103
|
-
width: 1em;
|
104
|
-
}
|
105
|
-
}
|
106
|
-
|
107
|
-
.btn-rounded-circle.btn-lg {
|
108
|
-
padding-left: $btn-padding-y-lg;
|
109
|
-
padding-right: $btn-padding-y-lg;
|
110
|
-
}
|
111
|
-
|
112
|
-
.btn-rounded-circle.btn-sm {
|
113
|
-
padding-left: $btn-padding-y-sm;
|
114
|
-
padding-right: $btn-padding-y-sm;
|
115
|
-
}
|
File without changes
|
File without changes
|
@@ -1,65 +0,0 @@
|
|
1
|
-
//
|
2
|
-
// custom-forms.scss
|
3
|
-
// Extended from Bootstrap
|
4
|
-
//
|
5
|
-
|
6
|
-
//
|
7
|
-
// Custom switch
|
8
|
-
//
|
9
|
-
|
10
|
-
.custom-switch {
|
11
|
-
min-height: $custom-switch-height;
|
12
|
-
|
13
|
-
.custom-control-label {
|
14
|
-
|
15
|
-
&::before {
|
16
|
-
top: (($font-size-base * $line-height-base - $custom-switch-height) / 2);
|
17
|
-
height: $custom-switch-height;
|
18
|
-
border-radius: $custom-switch-height / 2;
|
19
|
-
}
|
20
|
-
|
21
|
-
&::after {
|
22
|
-
top: (($font-size-base * $line-height-base - $custom-switch-height) / 2 + $custom-switch-spacing);
|
23
|
-
left: $custom-switch-spacing - $custom-control-gutter - $custom-switch-width;
|
24
|
-
background-color: $custom-switch-indicator-bg;
|
25
|
-
}
|
26
|
-
}
|
27
|
-
|
28
|
-
.custom-control-input:checked ~ .custom-control-label {
|
29
|
-
|
30
|
-
&::after {
|
31
|
-
background-color: $custom-switch-indicator-active-bg;
|
32
|
-
transform: translateX($custom-switch-width - $custom-switch-spacing * 2 - $custom-switch-indicator-size);
|
33
|
-
}
|
34
|
-
}
|
35
|
-
}
|
36
|
-
|
37
|
-
|
38
|
-
//
|
39
|
-
// Dark version
|
40
|
-
//
|
41
|
-
|
42
|
-
.custom-switch-dark {
|
43
|
-
|
44
|
-
.custom-control-label {
|
45
|
-
|
46
|
-
&::before {
|
47
|
-
background-color: $custom-switch-bg-dark;
|
48
|
-
}
|
49
|
-
|
50
|
-
&::after {
|
51
|
-
background-color: $custom-switch-indicator-bg-dark;
|
52
|
-
}
|
53
|
-
}
|
54
|
-
|
55
|
-
.custom-control-input:checked ~ .custom-control-label {
|
56
|
-
|
57
|
-
&::before {
|
58
|
-
background-color: $custom-switch-active-bg-dark;
|
59
|
-
}
|
60
|
-
|
61
|
-
&::after {
|
62
|
-
background-color: $custom-switch-active-indicator-bg-dark;
|
63
|
-
}
|
64
|
-
}
|
65
|
-
}
|
@@ -1,110 +0,0 @@
|
|
1
|
-
avatar-online//
|
2
|
-
// device.scss
|
3
|
-
// Theme component
|
4
|
-
//
|
5
|
-
|
6
|
-
.device {
|
7
|
-
position: relative;
|
8
|
-
|
9
|
-
> .img-fluid {
|
10
|
-
position: relative;
|
11
|
-
}
|
12
|
-
}
|
13
|
-
|
14
|
-
.device::before {
|
15
|
-
content: '';
|
16
|
-
background-color: $light;
|
17
|
-
}
|
18
|
-
|
19
|
-
.device::before,
|
20
|
-
.device-screen {
|
21
|
-
position: absolute;
|
22
|
-
object-fit: cover;
|
23
|
-
}
|
24
|
-
|
25
|
-
//
|
26
|
-
// Single devices
|
27
|
-
//
|
28
|
-
|
29
|
-
.device-iphonex::before,
|
30
|
-
.device-iphonex > .device-screen {
|
31
|
-
top: 7.784431138%;
|
32
|
-
left: 16.4021164%;
|
33
|
-
width: 66.137566137%;
|
34
|
-
height: 80.838323353%;
|
35
|
-
}
|
36
|
-
|
37
|
-
.device-macbook::before,
|
38
|
-
.device-macbook > .device-screen {
|
39
|
-
top: 11.53846154%;
|
40
|
-
left: 13.38709677%;
|
41
|
-
width: 73.548387096%;
|
42
|
-
height: 73.076923076%;
|
43
|
-
}
|
44
|
-
|
45
|
-
//
|
46
|
-
// Combos
|
47
|
-
//
|
48
|
-
|
49
|
-
.device-combo {
|
50
|
-
position: relative;
|
51
|
-
}
|
52
|
-
|
53
|
-
.device-combo > .device {
|
54
|
-
position: absolute;
|
55
|
-
}
|
56
|
-
|
57
|
-
.device-combo-iphonex-iphonex {
|
58
|
-
padding-bottom: 130.250482%;
|
59
|
-
}
|
60
|
-
|
61
|
-
.device-combo-iphonex-iphonex > .device-iphonex {
|
62
|
-
&:first-child {
|
63
|
-
bottom: 0;
|
64
|
-
left: 0;
|
65
|
-
width: 65.5260116%;
|
66
|
-
z-index: 1;
|
67
|
-
}
|
68
|
-
|
69
|
-
&:last-child {
|
70
|
-
top: 0;
|
71
|
-
right: 0;
|
72
|
-
width: 72.8323699%;
|
73
|
-
}
|
74
|
-
}
|
75
|
-
|
76
|
-
.device-combo-macbook-iphonex,
|
77
|
-
.device-combo-iphonex-macbook {
|
78
|
-
padding-bottom: 62.4260355%;
|
79
|
-
}
|
80
|
-
|
81
|
-
.device-combo-macbook-iphonex > .device-macbook,
|
82
|
-
.device-combo-iphonex-macbook > .device-macbook {
|
83
|
-
width: 91.7159763%;
|
84
|
-
}
|
85
|
-
|
86
|
-
.device-combo-macbook-iphonex > .device-iphonex,
|
87
|
-
.device-combo-iphonex-macbook > .device-iphonex {
|
88
|
-
width: 27.9585799%;
|
89
|
-
z-index: 1;
|
90
|
-
}
|
91
|
-
|
92
|
-
.device-combo-macbook-iphonex > .device-macbook {
|
93
|
-
top: 0;
|
94
|
-
left: 0;
|
95
|
-
}
|
96
|
-
|
97
|
-
.device-combo-iphonex-macbook > .device-macbook {
|
98
|
-
top: 0;
|
99
|
-
right: 0;
|
100
|
-
}
|
101
|
-
|
102
|
-
.device-combo-macbook-iphonex > .device-iphonex {
|
103
|
-
bottom: 0;
|
104
|
-
right: 0;
|
105
|
-
}
|
106
|
-
|
107
|
-
.device-combo-iphonex-macbook > .device-iphonex {
|
108
|
-
bottom: 0;
|
109
|
-
left: 0;
|
110
|
-
}
|
@@ -1,106 +0,0 @@
|
|
1
|
-
//
|
2
|
-
// dropdown.scss
|
3
|
-
// Extended from Bootstrap
|
4
|
-
//
|
5
|
-
|
6
|
-
.dropdown-menu {
|
7
|
-
padding-left: $dropdown-padding-x;
|
8
|
-
padding-right: $dropdown-padding-x;
|
9
|
-
}
|
10
|
-
|
11
|
-
|
12
|
-
// Item
|
13
|
-
|
14
|
-
.dropdown-item {
|
15
|
-
width: auto;
|
16
|
-
min-width: 100%;
|
17
|
-
margin-left: -$dropdown-padding-x;
|
18
|
-
margin-right: -$dropdown-padding-x;
|
19
|
-
|
20
|
-
@include hover-focus {
|
21
|
-
outline: none;
|
22
|
-
}
|
23
|
-
}
|
24
|
-
|
25
|
-
.dropdown-item + .dropdown-item {
|
26
|
-
margin-top: $dropdown-item-spacing-y;
|
27
|
-
}
|
28
|
-
|
29
|
-
|
30
|
-
// Link (optional)
|
31
|
-
|
32
|
-
.dropdown-link {
|
33
|
-
color: inherit;
|
34
|
-
|
35
|
-
@include hover {
|
36
|
-
text-decoration: inherit;
|
37
|
-
}
|
38
|
-
|
39
|
-
@include hover-focus {
|
40
|
-
outline: none;
|
41
|
-
}
|
42
|
-
}
|
43
|
-
|
44
|
-
|
45
|
-
// Header
|
46
|
-
|
47
|
-
.dropdown-header {
|
48
|
-
margin-left: -$dropdown-padding-x;
|
49
|
-
margin-right: -$dropdown-padding-x;
|
50
|
-
padding-top: 0;
|
51
|
-
padding-bottom: $headings-margin-bottom;
|
52
|
-
font-size: $h6-font-size;
|
53
|
-
font-weight: $font-weight-bold;
|
54
|
-
line-height: $h6-line-height;
|
55
|
-
text-transform: uppercase;
|
56
|
-
letter-spacing: .08em;
|
57
|
-
}
|
58
|
-
|
59
|
-
|
60
|
-
// Toggle
|
61
|
-
|
62
|
-
.dropdown-toggle::after {
|
63
|
-
font-family: "Feather";
|
64
|
-
vertical-align: middle;
|
65
|
-
border: none !important;
|
66
|
-
content: "\e92e";
|
67
|
-
}
|
68
|
-
|
69
|
-
.dropright > .dropdown-toggle::after {
|
70
|
-
content: "\e930";
|
71
|
-
}
|
72
|
-
|
73
|
-
|
74
|
-
// Sizing
|
75
|
-
|
76
|
-
.dropdown-menu-md {
|
77
|
-
min-width: $dropdown-min-width-md;
|
78
|
-
}
|
79
|
-
|
80
|
-
.dropdown-menu-lg {
|
81
|
-
min-width: $dropdown-min-width-lg;
|
82
|
-
}
|
83
|
-
|
84
|
-
.dropdown-menu-xl {
|
85
|
-
min-width: $dropdown-min-width-xl;
|
86
|
-
}
|
87
|
-
|
88
|
-
.dropdown-menu-lg,
|
89
|
-
.dropdown-menu-xl {
|
90
|
-
padding: $dropdown-padding-y-lg $dropdown-padding-x-lg;
|
91
|
-
|
92
|
-
.dropdown-item,
|
93
|
-
.dropdown-header {
|
94
|
-
margin-left: -$dropdown-padding-x-lg;
|
95
|
-
margin-right: -$dropdown-padding-x-lg;
|
96
|
-
padding-left: $dropdown-item-padding-x-lg;
|
97
|
-
padding-right: $dropdown-item-padding-x-lg;
|
98
|
-
}
|
99
|
-
}
|
100
|
-
|
101
|
-
|
102
|
-
// Positioning
|
103
|
-
|
104
|
-
.dropright > .dropdown-menu {
|
105
|
-
top: -$dropdown-padding-y;
|
106
|
-
}
|