sneat_rails 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/MIT-LICENSE +20 -0
- data/README.md +28 -0
- data/Rakefile +6 -0
- data/app/assets/builds/sneat_rails/application.css +3 -0
- data/app/assets/builds/sneat_rails/fonts/boxicons.eot +0 -0
- data/app/assets/builds/sneat_rails/fonts/boxicons.svg +1660 -0
- data/app/assets/builds/sneat_rails/fonts/boxicons.ttf +0 -0
- data/app/assets/builds/sneat_rails/fonts/boxicons.woff +0 -0
- data/app/assets/builds/sneat_rails/fonts/boxicons.woff2 +0 -0
- data/app/assets/builds/sneat_rails/sneat.css +43157 -0
- data/app/assets/builds/sneat_rails/sneat.css.map +1 -0
- data/app/assets/config/manifest.js +3 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_accordion.scss +56 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_alert.scss +9 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_badge.scss +18 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_breadcrumb.scss +47 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_button-group.scss +59 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_buttons.scss +127 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_card.scss +197 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_carousel.scss +42 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_close.scss +6 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_dropdown.scss +63 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_forms.scss +10 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_functions.scss +147 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_include.scss +13 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_list-group.scss +58 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_mixins.scss +16 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_modal.scss +110 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_nav.scss +327 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_navbar.scss +58 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_offcanvas.scss +10 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_pagination.scss +92 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_popover.scss +31 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_progress.scss +31 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_reboot.scss +32 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_root.scss +4 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_spinners.scss +21 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_tables.scss +106 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_toasts.scss +61 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_tooltip.scss +11 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_type.scss +2 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_utilities-ltr.scss +283 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_utilities.scss +1027 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_variables.scss +935 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/forms/_floating-labels.scss +12 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/forms/_form-control.scss +15 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/forms/_form-range.scss +52 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/forms/_form-select.scss +11 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/forms/_input-group.scss +77 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/forms/_labels.scss +17 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/forms/_validation.scss +58 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_alert.scss +39 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_badge.scss +9 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_buttons.scss +190 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_caret.scss +42 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_dropdown.scss +26 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_forms.scss +281 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_list-group.scss +66 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_misc.scss +120 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_navs.scss +37 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_pagination.scss +21 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_progress.scss +19 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_table-variants.scss +31 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_toasts.scss +33 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended.scss +39 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap.scss +44 -0
- data/app/assets/stylesheets/sneat_rails/_boxicons.scss +6944 -0
- data/app/assets/stylesheets/sneat_rails/_colors.scss +39 -0
- data/app/assets/stylesheets/sneat_rails/_components/_app-brand.scss +64 -0
- data/app/assets/stylesheets/sneat_rails/_components/_avatar.scss +126 -0
- data/app/assets/stylesheets/sneat_rails/_components/_base.scss +159 -0
- data/app/assets/stylesheets/sneat_rails/_components/_common.scss +232 -0
- data/app/assets/stylesheets/sneat_rails/_components/_footer.scss +39 -0
- data/app/assets/stylesheets/sneat_rails/_components/_include.scss +11 -0
- data/app/assets/stylesheets/sneat_rails/_components/_layout.scss +539 -0
- data/app/assets/stylesheets/sneat_rails/_components/_menu.scss +346 -0
- data/app/assets/stylesheets/sneat_rails/_components/_mixins.scss +6 -0
- data/app/assets/stylesheets/sneat_rails/_components/_text-divider.scss +89 -0
- data/app/assets/stylesheets/sneat_rails/_components/_variables.scss +93 -0
- data/app/assets/stylesheets/sneat_rails/_components/mixins/_app-brand.scss +33 -0
- data/app/assets/stylesheets/sneat_rails/_components/mixins/_avatar.scss +22 -0
- data/app/assets/stylesheets/sneat_rails/_components/mixins/_footer.scss +39 -0
- data/app/assets/stylesheets/sneat_rails/_components/mixins/_menu.scss +124 -0
- data/app/assets/stylesheets/sneat_rails/_components/mixins/_misc.scss +6 -0
- data/app/assets/stylesheets/sneat_rails/_components/mixins/_navbar.scss +90 -0
- data/app/assets/stylesheets/sneat_rails/_components/mixins/_text-divider.scss +16 -0
- data/app/assets/stylesheets/sneat_rails/_components.scss +11 -0
- data/app/assets/stylesheets/sneat_rails/_custom-variables/_bootstrap-extended.scss +7 -0
- data/app/assets/stylesheets/sneat_rails/_custom-variables/_components.scss +6 -0
- data/app/assets/stylesheets/sneat_rails/_custom-variables/_libs.scss +8 -0
- data/app/assets/stylesheets/sneat_rails/_custom-variables/_pages.scss +8 -0
- data/app/assets/stylesheets/sneat_rails/_custom-variables/_support.scss +9 -0
- data/app/assets/stylesheets/sneat_rails/_theme/_common.scss +49 -0
- data/app/assets/stylesheets/sneat_rails/_theme/_theme.scss +131 -0
- data/app/assets/stylesheets/sneat_rails/application.css +15 -0
- data/app/assets/stylesheets/sneat_rails/application.scss +9 -0
- data/app/assets/stylesheets/sneat_rails/core.scss +4 -0
- data/app/assets/stylesheets/sneat_rails/pages/page-account-settings.scss +13 -0
- data/app/assets/stylesheets/sneat_rails/pages/page-auth.scss +106 -0
- data/app/assets/stylesheets/sneat_rails/pages/page-icons.scss +46 -0
- data/app/assets/stylesheets/sneat_rails/pages/page-misc.scss +15 -0
- data/app/assets/stylesheets/sneat_rails/sneat.css +3 -0
- data/app/assets/stylesheets/sneat_rails/sneat.scss +6 -0
- data/app/assets/stylesheets/sneat_rails/theme-default.scss +111 -0
- data/app/controllers/sneat_rails/application_controller.rb +4 -0
- data/app/controllers/sneat_rails/dashboard_controller.rb +10 -0
- data/app/helpers/sneat_rails/application_helper.rb +4 -0
- data/app/jobs/sneat_rails/application_job.rb +4 -0
- data/app/mailers/sneat_rails/application_mailer.rb +6 -0
- data/app/models/sneat_rails/application_record.rb +5 -0
- data/app/views/layouts/sneat_rails/application.html.erb +30 -0
- data/app/views/sneat_rails/dashboard/index.html.erb +1 -0
- data/app/views/sneat_rails/shared/_navbar.html.erb +3 -0
- data/app/views/sneat_rails/shared/_sidebar.html.erb +3 -0
- data/config/dartsass.rb +3 -0
- data/config/routes.rb +3 -0
- data/lib/generators/sneat_rails/install/install_generator.rb +16 -0
- data/lib/sneat_rails/engine.rb +20 -0
- data/lib/sneat_rails/version.rb +3 -0
- data/lib/sneat_rails.rb +6 -0
- data/lib/tasks/sneat_rails_tasks.rake +4 -0
- metadata +193 -0
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
// Progress
|
|
2
|
+
// *******************************************************************************
|
|
3
|
+
|
|
4
|
+
.progress {
|
|
5
|
+
overflow: initial; //revet the default style for box-shadow
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
// Progress Shadow Variant
|
|
9
|
+
@each $color, $value in $theme-colors {
|
|
10
|
+
@if $color != primary {
|
|
11
|
+
@include template-progress-bar-shadow-variant('.bg-#{$color}', $value);
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
@include ltr-only {
|
|
16
|
+
.progress-bar-striped {
|
|
17
|
+
@include gradient-striped(rgba($white, 0.07), 45deg);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.progress {
|
|
21
|
+
// border radius for first and last child
|
|
22
|
+
.progress-bar:last-child {
|
|
23
|
+
border-top-right-radius: $progress-border-radius;
|
|
24
|
+
border-bottom-right-radius: $progress-border-radius;
|
|
25
|
+
}
|
|
26
|
+
.progress-bar:first-child {
|
|
27
|
+
border-top-left-radius: $progress-border-radius;
|
|
28
|
+
border-bottom-left-radius: $progress-border-radius;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
// Reboot
|
|
2
|
+
//
|
|
3
|
+
|
|
4
|
+
b,
|
|
5
|
+
strong {
|
|
6
|
+
font-weight: $font-weight-bold;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
a:not([href]) {
|
|
10
|
+
color: inherit;
|
|
11
|
+
text-decoration: none;
|
|
12
|
+
|
|
13
|
+
&:hover {
|
|
14
|
+
color: inherit;
|
|
15
|
+
text-decoration: none;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
//! Fix: Autofill input bg and text color issue on different OS and browsers
|
|
20
|
+
input:-webkit-autofill,
|
|
21
|
+
input:-webkit-autofill:hover,
|
|
22
|
+
input:-webkit-autofill:focus,
|
|
23
|
+
textarea:-webkit-autofill,
|
|
24
|
+
textarea:-webkit-autofill:hover,
|
|
25
|
+
textarea:-webkit-autofill:focus,
|
|
26
|
+
select:-webkit-autofill,
|
|
27
|
+
select:-webkit-autofill:hover,
|
|
28
|
+
select:-webkit-autofill:focus,
|
|
29
|
+
input:-internal-autofill-selected {
|
|
30
|
+
background-clip: text !important;
|
|
31
|
+
-webkit-background-clip: text !important;
|
|
32
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// Spinners
|
|
2
|
+
//
|
|
3
|
+
|
|
4
|
+
//Large size
|
|
5
|
+
.spinner-border-lg {
|
|
6
|
+
width: $spinner-width-lg;
|
|
7
|
+
height: $spinner-height-lg;
|
|
8
|
+
border-width: $spinner-border-width-lg;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.spinner-grow-lg {
|
|
12
|
+
width: $spinner-width-lg;
|
|
13
|
+
height: $spinner-height-lg;
|
|
14
|
+
border-width: $spinner-border-width-lg;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
@include keyframes('spinner-border-rtl') {
|
|
18
|
+
to {
|
|
19
|
+
transform: rotate(-360deg);
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
// Tables
|
|
2
|
+
// ********************************************************************************/
|
|
3
|
+
|
|
4
|
+
@each $color, $value in $table-variants {
|
|
5
|
+
@if $color != primary {
|
|
6
|
+
@include template-table-variant($color, $value);
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
// Firefox fix for table head border bottom
|
|
11
|
+
.table {
|
|
12
|
+
> :not(caption) > * > * {
|
|
13
|
+
background-clip: padding-box;
|
|
14
|
+
}
|
|
15
|
+
tr {
|
|
16
|
+
> td {
|
|
17
|
+
.dropdown {
|
|
18
|
+
position: static;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
// Style for table inside card
|
|
25
|
+
.card {
|
|
26
|
+
.table {
|
|
27
|
+
margin-bottom: 0;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
@supports (-moz-appearance: none) {
|
|
31
|
+
.table {
|
|
32
|
+
.dropdown-menu.show {
|
|
33
|
+
display: inline-table;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
// Table heading style
|
|
38
|
+
.table {
|
|
39
|
+
th {
|
|
40
|
+
text-transform: uppercase;
|
|
41
|
+
font-size: 0.75rem;
|
|
42
|
+
letter-spacing: 1px;
|
|
43
|
+
}
|
|
44
|
+
&:not(.table-dark) th {
|
|
45
|
+
color: $headings-color;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.table-border-bottom-0 {
|
|
50
|
+
tr:last-child {
|
|
51
|
+
td,
|
|
52
|
+
th {
|
|
53
|
+
border-bottom-width: 0;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
// Dark Table icon button
|
|
59
|
+
.table.table-dark .btn.btn-icon {
|
|
60
|
+
color: $table-border-color;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
// class for to remove table border bottom
|
|
64
|
+
.table-border-bottom-0 {
|
|
65
|
+
tr:last-child {
|
|
66
|
+
td,
|
|
67
|
+
th {
|
|
68
|
+
border-bottom-width: 0;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
// .table {
|
|
74
|
+
// .btn-group {
|
|
75
|
+
// display: block;
|
|
76
|
+
// }
|
|
77
|
+
// }
|
|
78
|
+
|
|
79
|
+
// Flush spacing of left from first column ans right from last column
|
|
80
|
+
.table.table-flush-spacing {
|
|
81
|
+
thead,
|
|
82
|
+
tbody {
|
|
83
|
+
tr > td:first-child {
|
|
84
|
+
padding-left: 0;
|
|
85
|
+
}
|
|
86
|
+
tr > td:last-child {
|
|
87
|
+
padding-right: 0;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
// * Table inside card
|
|
93
|
+
// *******************************************************************************
|
|
94
|
+
|
|
95
|
+
// .card,
|
|
96
|
+
.nav-align-top,
|
|
97
|
+
.nav-align-right,
|
|
98
|
+
.nav-align-bottom,
|
|
99
|
+
.nav-align-left {
|
|
100
|
+
.table:not(.table-dark),
|
|
101
|
+
.table:not(.table-dark) thead:not(.table-dark) th,
|
|
102
|
+
.table:not(.table-dark) tfoot:not(.table-dark) th,
|
|
103
|
+
.table:not(.table-dark) td {
|
|
104
|
+
border-color: $border-inner-color;
|
|
105
|
+
}
|
|
106
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
// Toasts
|
|
2
|
+
// *******************************************************************************
|
|
3
|
+
|
|
4
|
+
// Toast Mixin
|
|
5
|
+
@each $color, $value in $theme-colors {
|
|
6
|
+
@if $color != primary {
|
|
7
|
+
@include template-toast-variant('.bg-#{$color}', $value);
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.bs-toast[class^='bg-'],
|
|
12
|
+
.bs-toast[class*=' bg-'] {
|
|
13
|
+
border: none;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.toast.bs-toast {
|
|
17
|
+
background-color: rgba($toast-background-color, $toast-bg-factor);
|
|
18
|
+
z-index: $zindex-toast;
|
|
19
|
+
.toast-header {
|
|
20
|
+
padding-bottom: 0.5rem;
|
|
21
|
+
position: relative;
|
|
22
|
+
.btn-close {
|
|
23
|
+
position: absolute;
|
|
24
|
+
top: -8px;
|
|
25
|
+
border-radius: $border-radius;
|
|
26
|
+
padding: 0.45rem;
|
|
27
|
+
background-size: $toast-btn-close-size;
|
|
28
|
+
transition: all 0.23s ease 0.1s;
|
|
29
|
+
background-color: $toast-background-color;
|
|
30
|
+
box-shadow: $box-shadow-sm;
|
|
31
|
+
@include ltr-style {
|
|
32
|
+
right: 2px;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
// For hover effect of close btn
|
|
36
|
+
&:hover,
|
|
37
|
+
&:focus,
|
|
38
|
+
&:active {
|
|
39
|
+
opacity: 1;
|
|
40
|
+
outline: none;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
.toast-header ~ .toast-body {
|
|
45
|
+
padding-top: 0;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
.toast-container {
|
|
49
|
+
--#{$prefix}toast-zindex: 9;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
// Bootstrap Toasts Example
|
|
53
|
+
.toast-ex {
|
|
54
|
+
position: fixed;
|
|
55
|
+
top: 4.1rem;
|
|
56
|
+
right: 2.5rem;
|
|
57
|
+
}
|
|
58
|
+
// Placement Toast example
|
|
59
|
+
.toast-placement-ex {
|
|
60
|
+
position: fixed;
|
|
61
|
+
}
|
|
@@ -0,0 +1,283 @@
|
|
|
1
|
+
// stylelint-disable indentation
|
|
2
|
+
|
|
3
|
+
// Utilities
|
|
4
|
+
|
|
5
|
+
// stylelint-disable-next-line scss/dollar-variable-default
|
|
6
|
+
$utilities: map-merge(
|
|
7
|
+
$utilities,
|
|
8
|
+
(
|
|
9
|
+
'align': null,
|
|
10
|
+
'overflow': null,
|
|
11
|
+
'display': null,
|
|
12
|
+
'shadow': null,
|
|
13
|
+
'position': null,
|
|
14
|
+
'top': null,
|
|
15
|
+
'bottom': null,
|
|
16
|
+
'border': null,
|
|
17
|
+
'border-top': null,
|
|
18
|
+
'border-bottom': null,
|
|
19
|
+
'border-color': null,
|
|
20
|
+
'border-width': null,
|
|
21
|
+
'width': null,
|
|
22
|
+
'max-width': null,
|
|
23
|
+
'viewport-width': null,
|
|
24
|
+
'min-viewport-width': null,
|
|
25
|
+
'height': null,
|
|
26
|
+
'max-height': null,
|
|
27
|
+
'viewport-height': null,
|
|
28
|
+
'min-viewport-height': null,
|
|
29
|
+
'flex': null,
|
|
30
|
+
'flex-direction': null,
|
|
31
|
+
'flex-grow': null,
|
|
32
|
+
'flex-shrink': null,
|
|
33
|
+
'flex-wrap': null,
|
|
34
|
+
'gap': null,
|
|
35
|
+
'justify-content': null,
|
|
36
|
+
'align-items': null,
|
|
37
|
+
'align-content': null,
|
|
38
|
+
'align-self': null,
|
|
39
|
+
'order': null,
|
|
40
|
+
'margin': null,
|
|
41
|
+
'margin-x': null,
|
|
42
|
+
'margin-y': null,
|
|
43
|
+
'margin-top': null,
|
|
44
|
+
'margin-bottom': null,
|
|
45
|
+
'negative-margin': null,
|
|
46
|
+
'negative-margin-x': null,
|
|
47
|
+
'negative-margin-y': null,
|
|
48
|
+
'negative-margin-top': null,
|
|
49
|
+
'negative-margin-bottom': null,
|
|
50
|
+
'padding': null,
|
|
51
|
+
'padding-x': null,
|
|
52
|
+
'padding-y': null,
|
|
53
|
+
'padding-top': null,
|
|
54
|
+
'padding-bottom': null,
|
|
55
|
+
'font-family': null,
|
|
56
|
+
'font-size': null,
|
|
57
|
+
'font-style': null,
|
|
58
|
+
'font-weight': null,
|
|
59
|
+
'line-height': null,
|
|
60
|
+
'text-decoration': null,
|
|
61
|
+
'text-transform': null,
|
|
62
|
+
'white-space': null,
|
|
63
|
+
'word-wrap': null,
|
|
64
|
+
'color': null,
|
|
65
|
+
'background-color': null,
|
|
66
|
+
'transparent': null,
|
|
67
|
+
'gradient': null,
|
|
68
|
+
'user-select': null,
|
|
69
|
+
'pointer-events': null,
|
|
70
|
+
'rounded': null,
|
|
71
|
+
'rounded-top': null,
|
|
72
|
+
'rounded-bottom': null,
|
|
73
|
+
'visibility': null,
|
|
74
|
+
'opacity': null,
|
|
75
|
+
'flex-basis': null,
|
|
76
|
+
'cursor': null,
|
|
77
|
+
// scss-docs-start utils-float
|
|
78
|
+
'float':
|
|
79
|
+
(
|
|
80
|
+
responsive: true,
|
|
81
|
+
property: float,
|
|
82
|
+
values: (
|
|
83
|
+
start: left,
|
|
84
|
+
end: right,
|
|
85
|
+
none: none
|
|
86
|
+
)
|
|
87
|
+
),
|
|
88
|
+
// scss-docs-end utils-float
|
|
89
|
+
// scss-docs-start utils-position
|
|
90
|
+
'end':
|
|
91
|
+
(
|
|
92
|
+
property: right,
|
|
93
|
+
class: end,
|
|
94
|
+
values: $position-values
|
|
95
|
+
),
|
|
96
|
+
'start': (
|
|
97
|
+
property: left,
|
|
98
|
+
class: start,
|
|
99
|
+
values: $position-values
|
|
100
|
+
),
|
|
101
|
+
'translate-middle': (
|
|
102
|
+
property: transform,
|
|
103
|
+
class: translate-middle,
|
|
104
|
+
values: (
|
|
105
|
+
null: translate(-50%, -50%),
|
|
106
|
+
x: translateX(-50%),
|
|
107
|
+
y: translateY(-50%)
|
|
108
|
+
)
|
|
109
|
+
),
|
|
110
|
+
// scss-docs-end utils-position
|
|
111
|
+
// scss-docs-start utils-borders
|
|
112
|
+
'border-end':
|
|
113
|
+
(
|
|
114
|
+
property: border-right,
|
|
115
|
+
class: border-end,
|
|
116
|
+
values: (
|
|
117
|
+
null: $border-width solid $border-color,
|
|
118
|
+
0: 0
|
|
119
|
+
)
|
|
120
|
+
),
|
|
121
|
+
'border-start': (
|
|
122
|
+
property: border-left,
|
|
123
|
+
class: border-start,
|
|
124
|
+
values: (
|
|
125
|
+
null: $border-width solid $border-color,
|
|
126
|
+
0: 0
|
|
127
|
+
)
|
|
128
|
+
),
|
|
129
|
+
// scss-docs-end utils-borders
|
|
130
|
+
// scss-docs-start utils-text
|
|
131
|
+
'text-align':
|
|
132
|
+
(
|
|
133
|
+
responsive: true,
|
|
134
|
+
property: text-align,
|
|
135
|
+
class: text,
|
|
136
|
+
values: (
|
|
137
|
+
start: left,
|
|
138
|
+
end: right,
|
|
139
|
+
center: center
|
|
140
|
+
)
|
|
141
|
+
),
|
|
142
|
+
// scss-docs-end utils-text
|
|
143
|
+
// scss-docs-start utils-border-radius
|
|
144
|
+
'rounded-end':
|
|
145
|
+
(
|
|
146
|
+
property: border-top-right-radius border-bottom-right-radius,
|
|
147
|
+
class: rounded-end,
|
|
148
|
+
values: (
|
|
149
|
+
null: $border-radius
|
|
150
|
+
)
|
|
151
|
+
),
|
|
152
|
+
'rounded-start': (
|
|
153
|
+
property: border-bottom-left-radius border-top-left-radius,
|
|
154
|
+
class: rounded-start,
|
|
155
|
+
values: (
|
|
156
|
+
null: $border-radius
|
|
157
|
+
)
|
|
158
|
+
),
|
|
159
|
+
'rounded-start-top': (
|
|
160
|
+
property: border-top-left-radius,
|
|
161
|
+
class: rounded-start-top,
|
|
162
|
+
values: (
|
|
163
|
+
null: $border-radius
|
|
164
|
+
)
|
|
165
|
+
),
|
|
166
|
+
'rounded-start-bottom': (
|
|
167
|
+
property: border-bottom-left-radius,
|
|
168
|
+
class: rounded-start-bottom,
|
|
169
|
+
values: (
|
|
170
|
+
null: $border-radius
|
|
171
|
+
)
|
|
172
|
+
),
|
|
173
|
+
'rounded-end-top': (
|
|
174
|
+
property: border-top-right-radius,
|
|
175
|
+
class: rounded-end-top,
|
|
176
|
+
values: (
|
|
177
|
+
null: $border-radius
|
|
178
|
+
)
|
|
179
|
+
),
|
|
180
|
+
'rounded-end-bottom': (
|
|
181
|
+
property: border-bottom-right-radius,
|
|
182
|
+
class: rounded-end-bottom,
|
|
183
|
+
values: (
|
|
184
|
+
null: $border-radius
|
|
185
|
+
)
|
|
186
|
+
),
|
|
187
|
+
// scss-docs-end utils-border-radius
|
|
188
|
+
// Margin utilities
|
|
189
|
+
// scss-docs-start utils-spacing
|
|
190
|
+
'margin-end':
|
|
191
|
+
(
|
|
192
|
+
responsive: true,
|
|
193
|
+
property: margin-right,
|
|
194
|
+
class: me,
|
|
195
|
+
values:
|
|
196
|
+
map-merge(
|
|
197
|
+
$spacers,
|
|
198
|
+
(
|
|
199
|
+
auto: auto
|
|
200
|
+
)
|
|
201
|
+
)
|
|
202
|
+
),
|
|
203
|
+
'margin-start': (
|
|
204
|
+
responsive: true,
|
|
205
|
+
property: margin-left,
|
|
206
|
+
class: ms,
|
|
207
|
+
values:
|
|
208
|
+
map-merge(
|
|
209
|
+
$spacers,
|
|
210
|
+
(
|
|
211
|
+
auto: auto
|
|
212
|
+
)
|
|
213
|
+
)
|
|
214
|
+
),
|
|
215
|
+
// Negative margin utilities
|
|
216
|
+
'negative-margin-end':
|
|
217
|
+
(
|
|
218
|
+
responsive: true,
|
|
219
|
+
property: margin-right,
|
|
220
|
+
class: me,
|
|
221
|
+
values: $negative-spacers
|
|
222
|
+
),
|
|
223
|
+
'negative-margin-start': (
|
|
224
|
+
responsive: true,
|
|
225
|
+
property: margin-left,
|
|
226
|
+
class: ms,
|
|
227
|
+
values: $negative-spacers
|
|
228
|
+
),
|
|
229
|
+
// Padding utilities
|
|
230
|
+
'padding-end':
|
|
231
|
+
(
|
|
232
|
+
responsive: true,
|
|
233
|
+
property: padding-right,
|
|
234
|
+
class: pe,
|
|
235
|
+
values: $spacers
|
|
236
|
+
),
|
|
237
|
+
'padding-start': (
|
|
238
|
+
responsive: true,
|
|
239
|
+
property: padding-left,
|
|
240
|
+
class: ps,
|
|
241
|
+
values: $spacers
|
|
242
|
+
),
|
|
243
|
+
// scss-docs-end utils-spacing
|
|
244
|
+
// Custom Utilities
|
|
245
|
+
// *******************************************************************************
|
|
246
|
+
// scss-docs-start utils-rotate
|
|
247
|
+
'rotate':
|
|
248
|
+
(
|
|
249
|
+
property: transform,
|
|
250
|
+
class: rotate,
|
|
251
|
+
values: (
|
|
252
|
+
0: rotate(0deg),
|
|
253
|
+
90: rotate(90deg),
|
|
254
|
+
180: rotate(180deg),
|
|
255
|
+
270: rotate(270deg),
|
|
256
|
+
n90: rotate(-90deg),
|
|
257
|
+
n180: rotate(-180deg),
|
|
258
|
+
n270: rotate(-270deg)
|
|
259
|
+
)
|
|
260
|
+
),
|
|
261
|
+
// scss-docs-end utils-rotate
|
|
262
|
+
// scss-docs-start utils-scaleX
|
|
263
|
+
'scaleX':
|
|
264
|
+
(
|
|
265
|
+
property: transform,
|
|
266
|
+
class: scaleX,
|
|
267
|
+
values: (
|
|
268
|
+
n1: scaleX(-1)
|
|
269
|
+
)
|
|
270
|
+
),
|
|
271
|
+
// scss-docs-end utils-scaleX
|
|
272
|
+
// scss-docs-start utils-scaleY
|
|
273
|
+
'scaleY':
|
|
274
|
+
(
|
|
275
|
+
property: transform,
|
|
276
|
+
class: scaleY,
|
|
277
|
+
values: (
|
|
278
|
+
n1: scaleY(-1)
|
|
279
|
+
)
|
|
280
|
+
)
|
|
281
|
+
// scss-docs-end utils-scaleY
|
|
282
|
+
)
|
|
283
|
+
);
|