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.
Files changed (123) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +20 -0
  3. data/README.md +28 -0
  4. data/Rakefile +6 -0
  5. data/app/assets/builds/sneat_rails/application.css +3 -0
  6. data/app/assets/builds/sneat_rails/fonts/boxicons.eot +0 -0
  7. data/app/assets/builds/sneat_rails/fonts/boxicons.svg +1660 -0
  8. data/app/assets/builds/sneat_rails/fonts/boxicons.ttf +0 -0
  9. data/app/assets/builds/sneat_rails/fonts/boxicons.woff +0 -0
  10. data/app/assets/builds/sneat_rails/fonts/boxicons.woff2 +0 -0
  11. data/app/assets/builds/sneat_rails/sneat.css +43157 -0
  12. data/app/assets/builds/sneat_rails/sneat.css.map +1 -0
  13. data/app/assets/config/manifest.js +3 -0
  14. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_accordion.scss +56 -0
  15. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_alert.scss +9 -0
  16. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_badge.scss +18 -0
  17. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_breadcrumb.scss +47 -0
  18. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_button-group.scss +59 -0
  19. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_buttons.scss +127 -0
  20. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_card.scss +197 -0
  21. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_carousel.scss +42 -0
  22. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_close.scss +6 -0
  23. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_dropdown.scss +63 -0
  24. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_forms.scss +10 -0
  25. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_functions.scss +147 -0
  26. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_include.scss +13 -0
  27. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_list-group.scss +58 -0
  28. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_mixins.scss +16 -0
  29. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_modal.scss +110 -0
  30. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_nav.scss +327 -0
  31. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_navbar.scss +58 -0
  32. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_offcanvas.scss +10 -0
  33. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_pagination.scss +92 -0
  34. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_popover.scss +31 -0
  35. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_progress.scss +31 -0
  36. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_reboot.scss +32 -0
  37. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_root.scss +4 -0
  38. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_spinners.scss +21 -0
  39. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_tables.scss +106 -0
  40. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_toasts.scss +61 -0
  41. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_tooltip.scss +11 -0
  42. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_type.scss +2 -0
  43. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_utilities-ltr.scss +283 -0
  44. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_utilities.scss +1027 -0
  45. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_variables.scss +935 -0
  46. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/forms/_floating-labels.scss +12 -0
  47. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/forms/_form-control.scss +15 -0
  48. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/forms/_form-range.scss +52 -0
  49. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/forms/_form-select.scss +11 -0
  50. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/forms/_input-group.scss +77 -0
  51. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/forms/_labels.scss +17 -0
  52. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/forms/_validation.scss +58 -0
  53. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_alert.scss +39 -0
  54. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_badge.scss +9 -0
  55. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_buttons.scss +190 -0
  56. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_caret.scss +42 -0
  57. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_dropdown.scss +26 -0
  58. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_forms.scss +281 -0
  59. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_list-group.scss +66 -0
  60. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_misc.scss +120 -0
  61. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_navs.scss +37 -0
  62. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_pagination.scss +21 -0
  63. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_progress.scss +19 -0
  64. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_table-variants.scss +31 -0
  65. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_toasts.scss +33 -0
  66. data/app/assets/stylesheets/sneat_rails/_bootstrap-extended.scss +39 -0
  67. data/app/assets/stylesheets/sneat_rails/_bootstrap.scss +44 -0
  68. data/app/assets/stylesheets/sneat_rails/_boxicons.scss +6944 -0
  69. data/app/assets/stylesheets/sneat_rails/_colors.scss +39 -0
  70. data/app/assets/stylesheets/sneat_rails/_components/_app-brand.scss +64 -0
  71. data/app/assets/stylesheets/sneat_rails/_components/_avatar.scss +126 -0
  72. data/app/assets/stylesheets/sneat_rails/_components/_base.scss +159 -0
  73. data/app/assets/stylesheets/sneat_rails/_components/_common.scss +232 -0
  74. data/app/assets/stylesheets/sneat_rails/_components/_footer.scss +39 -0
  75. data/app/assets/stylesheets/sneat_rails/_components/_include.scss +11 -0
  76. data/app/assets/stylesheets/sneat_rails/_components/_layout.scss +539 -0
  77. data/app/assets/stylesheets/sneat_rails/_components/_menu.scss +346 -0
  78. data/app/assets/stylesheets/sneat_rails/_components/_mixins.scss +6 -0
  79. data/app/assets/stylesheets/sneat_rails/_components/_text-divider.scss +89 -0
  80. data/app/assets/stylesheets/sneat_rails/_components/_variables.scss +93 -0
  81. data/app/assets/stylesheets/sneat_rails/_components/mixins/_app-brand.scss +33 -0
  82. data/app/assets/stylesheets/sneat_rails/_components/mixins/_avatar.scss +22 -0
  83. data/app/assets/stylesheets/sneat_rails/_components/mixins/_footer.scss +39 -0
  84. data/app/assets/stylesheets/sneat_rails/_components/mixins/_menu.scss +124 -0
  85. data/app/assets/stylesheets/sneat_rails/_components/mixins/_misc.scss +6 -0
  86. data/app/assets/stylesheets/sneat_rails/_components/mixins/_navbar.scss +90 -0
  87. data/app/assets/stylesheets/sneat_rails/_components/mixins/_text-divider.scss +16 -0
  88. data/app/assets/stylesheets/sneat_rails/_components.scss +11 -0
  89. data/app/assets/stylesheets/sneat_rails/_custom-variables/_bootstrap-extended.scss +7 -0
  90. data/app/assets/stylesheets/sneat_rails/_custom-variables/_components.scss +6 -0
  91. data/app/assets/stylesheets/sneat_rails/_custom-variables/_libs.scss +8 -0
  92. data/app/assets/stylesheets/sneat_rails/_custom-variables/_pages.scss +8 -0
  93. data/app/assets/stylesheets/sneat_rails/_custom-variables/_support.scss +9 -0
  94. data/app/assets/stylesheets/sneat_rails/_theme/_common.scss +49 -0
  95. data/app/assets/stylesheets/sneat_rails/_theme/_theme.scss +131 -0
  96. data/app/assets/stylesheets/sneat_rails/application.css +15 -0
  97. data/app/assets/stylesheets/sneat_rails/application.scss +9 -0
  98. data/app/assets/stylesheets/sneat_rails/core.scss +4 -0
  99. data/app/assets/stylesheets/sneat_rails/pages/page-account-settings.scss +13 -0
  100. data/app/assets/stylesheets/sneat_rails/pages/page-auth.scss +106 -0
  101. data/app/assets/stylesheets/sneat_rails/pages/page-icons.scss +46 -0
  102. data/app/assets/stylesheets/sneat_rails/pages/page-misc.scss +15 -0
  103. data/app/assets/stylesheets/sneat_rails/sneat.css +3 -0
  104. data/app/assets/stylesheets/sneat_rails/sneat.scss +6 -0
  105. data/app/assets/stylesheets/sneat_rails/theme-default.scss +111 -0
  106. data/app/controllers/sneat_rails/application_controller.rb +4 -0
  107. data/app/controllers/sneat_rails/dashboard_controller.rb +10 -0
  108. data/app/helpers/sneat_rails/application_helper.rb +4 -0
  109. data/app/jobs/sneat_rails/application_job.rb +4 -0
  110. data/app/mailers/sneat_rails/application_mailer.rb +6 -0
  111. data/app/models/sneat_rails/application_record.rb +5 -0
  112. data/app/views/layouts/sneat_rails/application.html.erb +30 -0
  113. data/app/views/sneat_rails/dashboard/index.html.erb +1 -0
  114. data/app/views/sneat_rails/shared/_navbar.html.erb +3 -0
  115. data/app/views/sneat_rails/shared/_sidebar.html.erb +3 -0
  116. data/config/dartsass.rb +3 -0
  117. data/config/routes.rb +3 -0
  118. data/lib/generators/sneat_rails/install/install_generator.rb +16 -0
  119. data/lib/sneat_rails/engine.rb +20 -0
  120. data/lib/sneat_rails/version.rb +3 -0
  121. data/lib/sneat_rails.rb +6 -0
  122. data/lib/tasks/sneat_rails_tasks.rake +4 -0
  123. metadata +193 -0
@@ -0,0 +1,124 @@
1
+ // Menu
2
+ // *******************************************************************************
3
+
4
+ @mixin template-menu-style($parent, $bg, $color: null, $active-color: null, $border: null, $active-bg: null) {
5
+ $colors: get-navbar-prop($bg, $active-color, $color, $border);
6
+ $contrast-percent: map-get($colors, contrast-percent);
7
+
8
+ @if not $active-bg {
9
+ $active-bg: rgba-to-hex(
10
+ rgba(map-get($colors, bg), 1 - if($contrast-percent < 0.75, 0.025, 0.05)),
11
+ if($contrast-percent > 0.25, #fff, #000)
12
+ );
13
+ }
14
+
15
+ $menu-active-bg: rgba-to-hex(
16
+ rgba($active-bg, 1 - if($contrast-percent < 0.75, 0.025, 0.05)),
17
+ if($contrast-percent > 0.25, #fff, #000)
18
+ );
19
+
20
+ #{$parent} {
21
+ background-color: map-get($colors, bg) !important;
22
+ color: map-get($colors, color);
23
+
24
+ .menu-link,
25
+ .menu-horizontal-prev,
26
+ .menu-horizontal-next {
27
+ color: map-get($colors, color);
28
+ &:hover,
29
+ &:focus {
30
+ color: map-get($colors, active-color);
31
+ }
32
+
33
+ &.active {
34
+ color: map-get($colors, active-color);
35
+ }
36
+ }
37
+
38
+ .menu-item.disabled .menu-link,
39
+ .menu-horizontal-prev.disabled,
40
+ .menu-horizontal-next.disabled {
41
+ color: map-get($colors, disabled-color) !important;
42
+ }
43
+
44
+ .menu-item.open:not(.menu-item-closing) > .menu-toggle,
45
+ .menu-item.active > .menu-link {
46
+ color: map-get($colors, active-color);
47
+ }
48
+
49
+ //vertical menu active item bg color
50
+ .menu-item.active > .menu-link:not(.menu-toggle) {
51
+ background-color: $active-bg;
52
+ }
53
+
54
+ //-
55
+ &.menu-horizontal .menu-sub > .menu-item.active > .menu-link:not(.menu-toggle) {
56
+ background-color: $menu-active-bg;
57
+ }
58
+
59
+ &.menu-horizontal .menu-inner .menu-item:not(.menu-item-closing) > .menu-sub,
60
+ &.menu-horizontal .menu-inner .menu-item.open > .menu-toggle {
61
+ background: $active-bg;
62
+ }
63
+
64
+ .menu-inner > .menu-item.menu-item-closing .menu-item.open .menu-sub,
65
+ .menu-inner > .menu-item.menu-item-closing .menu-item.open .menu-toggle {
66
+ background: transparent;
67
+ color: map-get($colors, color);
68
+ }
69
+
70
+ .menu-inner-shadow {
71
+ background: linear-gradient($bg 41%, rgba($bg, 0.11) 95%, rgba($bg, 0));
72
+ }
73
+
74
+ .menu-text {
75
+ color: map-get($colors, active-color);
76
+ }
77
+
78
+ .menu-header {
79
+ color: map-get($colors, muted-color);
80
+ }
81
+
82
+ hr,
83
+ .menu-divider,
84
+ .menu-inner > .menu-item.open > .menu-sub::before {
85
+ border-color: map-get($colors, border) !important;
86
+ }
87
+
88
+ .menu-inner > .menu-header::before {
89
+ background-color: map-get($colors, border);
90
+ }
91
+
92
+ .menu-block::before {
93
+ background-color: map-get($colors, muted-color);
94
+ }
95
+
96
+ //-
97
+ .menu-inner > .menu-item.open .menu-item.open > .menu-toggle::before {
98
+ background-color: rgba-to-hex(map-get($colors, border), $active-bg);
99
+ }
100
+
101
+ .menu-inner > .menu-item.open .menu-item.active > .menu-link::before {
102
+ background-color: map-get($colors, active-color);
103
+ }
104
+
105
+ .menu-inner > .menu-item.open .menu-item.open > .menu-toggle::before,
106
+ .menu-inner > .menu-item.open .menu-item.active > .menu-link::before {
107
+ box-shadow: 0 0 0 2px $active-bg;
108
+ }
109
+
110
+ .ps__thumb-y,
111
+ .ps__rail-y.ps--clicking > .ps__thumb-y {
112
+ background: rgba(
113
+ map-get($colors, active-color),
114
+ if($contrast-percent > 0.75, map-get($colors, opacity) - 0.4, map-get($colors, opacity) - 0.2)
115
+ ) !important;
116
+ }
117
+ }
118
+ // ? Match toggle border to menu bg belwo xl screen
119
+ @include media-breakpoint-down($menu-collapsed-layout-breakpoint) {
120
+ .app-brand .layout-menu-toggle {
121
+ border: 7px solid map-get($colors, bg) !important;
122
+ }
123
+ }
124
+ }
@@ -0,0 +1,6 @@
1
+ // SVG Color
2
+ @mixin template-svg-color($background) {
3
+ .svg-illustration svg {
4
+ fill: $background;
5
+ }
6
+ }
@@ -0,0 +1,90 @@
1
+ // Navbar
2
+ // *******************************************************************************
3
+
4
+ @mixin template-navbar-style($parent, $bg, $color: null, $active-color: null, $border: null) {
5
+ $colors: get-navbar-prop($bg, $active-color, $color, $border);
6
+
7
+ #{$parent} {
8
+ background-color: map-get($colors, bg) !important;
9
+ color: map-get($colors, color);
10
+
11
+ .navbar-brand,
12
+ .navbar-brand a {
13
+ color: map-get($colors, active-color);
14
+
15
+ &:hover,
16
+ &:focus {
17
+ color: map-get($colors, active-color);
18
+ }
19
+ }
20
+
21
+ // Navbar search color
22
+ .navbar-search-wrapper {
23
+ .navbar-search-icon,
24
+ .search-input {
25
+ color: map-get($colors, color);
26
+ }
27
+ }
28
+ .search-input-wrapper {
29
+ .search-input,
30
+ .search-toggler {
31
+ background-color: $bg !important;
32
+ color: map-get($colors, color);
33
+ }
34
+ }
35
+
36
+ .navbar-nav {
37
+ > .nav-link,
38
+ > .nav-item > .nav-link,
39
+ > .nav > .nav-item > .nav-link {
40
+ color: map-get($colors, color);
41
+
42
+ &:hover,
43
+ &:focus {
44
+ color: map-get($colors, active-color);
45
+ }
46
+
47
+ &.disabled {
48
+ color: map-get($colors, disabled-color) !important;
49
+ }
50
+ }
51
+
52
+ .show > .nav-link,
53
+ .active > .nav-link,
54
+ .nav-link.show,
55
+ .nav-link.active {
56
+ color: map-get($colors, active-color);
57
+ }
58
+ }
59
+
60
+ .navbar-toggler {
61
+ color: map-get($colors, color);
62
+ border-color: map-get($colors, border);
63
+ }
64
+
65
+ .navbar-toggler-icon {
66
+ background-image: if(
67
+ map-get($colors, active-color) == #fff,
68
+ $navbar-dark-toggler-icon-bg,
69
+ $navbar-light-toggler-icon-bg
70
+ );
71
+ }
72
+
73
+ .navbar-text {
74
+ color: map-get($colors, color);
75
+
76
+ a {
77
+ color: map-get($colors, active-color);
78
+
79
+ &:hover,
80
+ &:focus {
81
+ color: map-get($colors, active-color);
82
+ }
83
+ }
84
+ }
85
+
86
+ hr {
87
+ border-color: map-get($colors, border);
88
+ }
89
+ }
90
+ }
@@ -0,0 +1,16 @@
1
+ // Text Divider
2
+ // *******************************************************************************
3
+
4
+ @mixin template-text-divider-variant($divider-color, $background) {
5
+ $divider-selector: if($divider-color== '', '', '#{$divider-color}');
6
+ .divider {
7
+ &#{$divider-selector} {
8
+ .divider-text {
9
+ &:before,
10
+ &:after {
11
+ border-color: $background;
12
+ }
13
+ }
14
+ }
15
+ }
16
+ }
@@ -0,0 +1,11 @@
1
+ @import '_components/include';
2
+
3
+ // Import components scss
4
+ @import '_components/base';
5
+ @import '_components/common';
6
+ @import '_components/menu';
7
+ @import '_components/layout';
8
+ @import '_components/app-brand';
9
+ @import '_components/avatar';
10
+ @import '_components/text-divider';
11
+ @import '_components/footer';
@@ -0,0 +1,7 @@
1
+ // ===================================================================================================================
2
+ // ? TIP: It is recommended to use this file for overriding bootstrap extended variables (_bootstrap-extended/_variables.scss).
3
+ // Copy and paste variables as needed, modify their values, and remove the !default flag.
4
+ // ===================================================================================================================
5
+
6
+ // $font-size-root: 14px !default;
7
+ // $success: #00ff00 !default;
@@ -0,0 +1,6 @@
1
+ // ================================================================================================
2
+ // ? TIP: It is recommended to use this file for overriding component variables (_components/_variables.scss).
3
+ // Copy and paste variables as needed, modify their values, and remove the !default flag.
4
+ // ================================================================================================
5
+
6
+ // $menu-width: 14rem !default;
@@ -0,0 +1,8 @@
1
+ // ================================================================================================
2
+ // ? TIP: It is recommended to use this file for overriding any library variables from (libs/) folder.
3
+ // Copy and paste variables as needed, modify their values, and remove the !default flag.
4
+ // ================================================================================================
5
+
6
+ @import 'support';
7
+
8
+ // $flatpickr-content-padding: 0.5rem;
@@ -0,0 +1,8 @@
1
+ // ================================================================================================
2
+ // ? TIP: It is recommended to use this file for overriding any pages variables from the (pages/) folder.
3
+ // Copy and paste variables as needed, modify their values, and remove the !default flag.
4
+ // ================================================================================================
5
+
6
+ @import 'support';
7
+
8
+ // $calender-sidebar-width: 20rem;
@@ -0,0 +1,9 @@
1
+ $enable-light-style: true;
2
+
3
+ @mixin app-ltr($has-child: true) {
4
+ @content;
5
+ }
6
+
7
+ @mixin app-ltr-style() {
8
+ @content;
9
+ }
@@ -0,0 +1,49 @@
1
+ // Theme mixin
2
+ // *******************************************************************************
3
+
4
+ @mixin template-common-theme($background, $color: null) {
5
+ @include text-variant('.text-primary', $background);
6
+ @include bg-variant('.bg-primary', $background);
7
+ @include bg-label-variant('.bg-label-primary', $background);
8
+ @include border-label-variant('.border-label-primary', $background);
9
+ @include border-light-variant('.border-light-primary', $background);
10
+ @include template-pagination-theme($background, $color);
11
+ @include template-progress-bar-theme($background, $color);
12
+ @include template-list-group-theme($background, $color);
13
+ @include template-alert-variant('.alert-primary', $background);
14
+
15
+ // Need to add shift-color as BS5 updated with table variant colors like this
16
+
17
+ @include template-table-variant('primary', shift-color($background, $table-bg-scale));
18
+ @include template-button-variant('.btn-primary', $background, $color);
19
+ @include template-button-outline-variant('.btn-outline-primary', $background, $color);
20
+ @include template-dropdown-theme(rgba($background, 0.08), $background);
21
+ @include template-nav-theme($background, $color);
22
+ @include template-form-control-theme($background);
23
+ @include template-form-check-theme($background, $color);
24
+ @include template-form-switch-theme($background);
25
+ @include template-file-input-theme($background);
26
+
27
+ @include template-text-divider-variant('.divider-primary', $background);
28
+
29
+ @include template-navbar-style('.navbar.bg-primary', $primary-color);
30
+ @include template-menu-style('.menu.bg-primary', $primary-color);
31
+ @include template-footer-style('.footer.bg-primary', $primary-color);
32
+ @include template-toast-theme('.bg-primary', $primary-color, $color);
33
+ @include template-float-label-theme($primary-color);
34
+ @include template-svg-color($primary-color);
35
+
36
+ html:not([dir='rtl']) .border-primary,
37
+ html[dir='rtl'] .border-primary {
38
+ border-color: $background !important;
39
+ }
40
+ a {
41
+ color: $background;
42
+ &:hover {
43
+ color: tint-color($background, 10%);
44
+ }
45
+ }
46
+ .fill-primary {
47
+ fill: $background;
48
+ }
49
+ }
@@ -0,0 +1,131 @@
1
+ // ? Theme related styles common styles
2
+
3
+ @import '../_components/include';
4
+
5
+ // Space above detached navbar (vertical layout only)
6
+ .layout-navbar-fixed .layout-wrapper:not(.layout-horizontal) .layout-page:before {
7
+ content: '';
8
+ width: 100%;
9
+ height: 0.75rem;
10
+ position: fixed;
11
+ top: 0px;
12
+ z-index: 10;
13
+ }
14
+
15
+ .bg-menu-theme {
16
+ // Menu header
17
+ .menu-header {
18
+ position: relative;
19
+ &:before {
20
+ content: '';
21
+ position: absolute;
22
+ left: 0;
23
+ top: 1.1875rem;
24
+ width: 1rem;
25
+ height: 1px;
26
+ transition: all $menu-animation-duration ease-in-out;
27
+ }
28
+ }
29
+
30
+ .menu-inner .menu-item .menu-link {
31
+ .layout-wrapper:not(.layout-horizontal) & {
32
+ border-radius: $border-radius;
33
+ }
34
+ }
35
+ .menu-inner > .menu-item > .menu-link {
36
+ .layout-horizontal & {
37
+ border-radius: $border-radius;
38
+ }
39
+ }
40
+
41
+ .menu-inner > {
42
+ // Spacing and Box-shadow only for horizontal menu above lg screen
43
+ @include media-breakpoint-up(xl) {
44
+ .menu-item {
45
+ .layout-horizontal & {
46
+ margin: $menu-horizontal-link-padding-y 0;
47
+ &:not(:first-child) {
48
+ margin-left: $menu-item-spacer;
49
+ }
50
+ &:not(:last-child) {
51
+ margin-right: $menu-item-spacer;
52
+ }
53
+ .menu-sub {
54
+ box-shadow: $menu-horizontal-menu-box-shadow;
55
+ z-index: 1;
56
+ }
57
+ }
58
+ }
59
+ }
60
+ .menu-item.active:before {
61
+ .layout-wrapper:not(.layout-horizontal) & {
62
+ content: '';
63
+ position: absolute;
64
+ right: 0;
65
+ width: 0.25rem;
66
+ height: 2.6845rem;
67
+ border-radius: $border-radius 0 0 $border-radius;
68
+ }
69
+ }
70
+ }
71
+
72
+ // Sub menu item link bullet
73
+ .menu-sub > .menu-item > .menu-link:before {
74
+ content: '';
75
+ position: absolute;
76
+ left: 1.4375rem;
77
+ width: 0.375rem;
78
+ height: 0.375rem;
79
+ border-radius: 50%;
80
+
81
+ // For horizontal layout
82
+ .layout-horizontal & {
83
+ left: 1.3rem;
84
+ }
85
+ }
86
+ // ? Hide bullet from first child only as we display icon instead (horizontal)
87
+ .menu-horizontal-wrapper > .menu-inner > .menu-item > .menu-sub > .menu-item > .menu-link:before {
88
+ display: none;
89
+ }
90
+ // Sub menu item link active bullet
91
+ .menu-sub > .menu-item.active > .menu-link:not(.menu-toggle):before {
92
+ left: 1.1875rem;
93
+ width: 0.875rem;
94
+ height: 0.875rem;
95
+
96
+ // For horizontal layout
97
+ .layout-horizontal & {
98
+ left: 1.1rem;
99
+ }
100
+ }
101
+ }
102
+
103
+ .layout-menu-hover .layout-menu {
104
+ box-shadow: $box-shadow-lg;
105
+ transition: all $menu-animation-duration ease-in-out;
106
+ }
107
+
108
+ .app-brand .layout-menu-toggle {
109
+ position: absolute;
110
+ left: $menu-width - 1.25rem;
111
+ border-radius: 50%;
112
+ opacity: 1;
113
+ i {
114
+ width: 1.5rem;
115
+ height: 1.5rem;
116
+ transition: all $menu-animation-duration ease-in-out;
117
+ line-height: 1.05;
118
+ }
119
+ @include media-breakpoint-down(xl) {
120
+ display: none !important;
121
+ .layout-menu-expanded & {
122
+ display: block !important;
123
+ }
124
+ }
125
+ }
126
+
127
+ .menu-vertical {
128
+ .menu-item {
129
+ position: relative;
130
+ }
131
+ }
@@ -0,0 +1,15 @@
1
+ /*
2
+ * This is a manifest file that'll be compiled into application.css, which will include all the files
3
+ * listed below.
4
+ *
5
+ * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
6
+ * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
7
+ *
8
+ * You're free to add application-wide styles to this file and they'll appear at the bottom of the
9
+ * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
10
+ * files in this directory. Styles in this file should be added after the last require_* statement.
11
+ * It is generally better to create a new file per style scope.
12
+ *
13
+ *= require_tree .
14
+ *= require_self
15
+ */
@@ -0,0 +1,9 @@
1
+ $primary: #696cff;
2
+
3
+ body {
4
+ background: #f5f5f9;
5
+ }
6
+
7
+ .btn-primary {
8
+ background: $primary;
9
+ }
@@ -0,0 +1,4 @@
1
+ @import 'bootstrap';
2
+ @import 'bootstrap-extended';
3
+ @import 'components';
4
+ @import 'colors';
@@ -0,0 +1,13 @@
1
+ // * Account Settings
2
+ // *******************************************************************************
3
+
4
+ @import '../_custom-variables/pages';
5
+ @import '../_bootstrap-extended/include';
6
+
7
+ .api-key-actions {
8
+ position: absolute !important;
9
+ top: 0.75rem;
10
+ @include app-ltr() {
11
+ right: 0.5rem;
12
+ }
13
+ }
@@ -0,0 +1,106 @@
1
+ // * Authentication
2
+ // *******************************************************************************
3
+
4
+ @use '../_bootstrap-extended/include' as light;
5
+ @import '../_custom-variables/pages';
6
+
7
+ $authentication-1-inner-max-width: 400px !default;
8
+ $auth-basic-top-svg: "data:image/svg+xml,%3Csvg width='148px' height='148px' viewBox='0 0 148 148' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M355,144 C356.104569,144 357,144.895431 357,146 C357,147.104569 356.104569,148 355,148 C353.895431,148 353,147.104569 353,146 C353,144.895431 353.895431,144 355,144 Z M382,144 C383.104569,144 384,144.895431 384,146 C384,147.104569 383.104569,148 382,148 C380.895431,148 380,147.104569 380,146 C380,144.895431 380.895431,144 382,144 Z M412,144 C413.104569,144 414,144.895431 414,146 C414,147.104569 413.104569,148 412,148 C410.895431,148 410,147.104569 410,146 C410,144.895431 410.895431,144 412,144 Z M442,144 C443.104569,144 444,144.895431 444,146 C444,147.104569 443.104569,148 442,148 C440.895431,148 440,147.104569 440,146 C440,144.895431 440.895431,144 442,144 Z M472,144 C473.104569,144 474,144.895431 474,146 C474,147.104569 473.104569,148 472,148 C470.895431,148 470,147.104569 470,146 C470,144.895431 470.895431,144 472,144 Z M499,144 C500.104569,144 501,144.895431 501,146 C501,147.104569 500.104569,148 499,148 C497.895431,148 497,147.104569 497,146 C497,144.895431 497.895431,144 499,144 Z M355,117 C356.104569,117 357,117.895431 357,119 C357,120.104569 356.104569,121 355,121 C353.895431,121 353,120.104569 353,119 C353,117.895431 353.895431,117 355,117 Z M382,117 C383.104569,117 384,117.895431 384,119 C384,120.104569 383.104569,121 382,121 C380.895431,121 380,120.104569 380,119 C380,117.895431 380.895431,117 382,117 Z M412,117 C413.104569,117 414,117.895431 414,119 C414,120.104569 413.104569,121 412,121 C410.895431,121 410,120.104569 410,119 C410,117.895431 410.895431,117 412,117 Z M442,117 C443.104569,117 444,117.895431 444,119 C444,120.104569 443.104569,121 442,121 C440.895431,121 440,120.104569 440,119 C440,117.895431 440.895431,117 442,117 Z M472,117 C473.104569,117 474,117.895431 474,119 C474,120.104569 473.104569,121 472,121 C470.895431,121 470,120.104569 470,119 C470,117.895431 470.895431,117 472,117 Z M499,117 C500.104569,117 501,117.895431 501,119 C501,120.104569 500.104569,121 499,121 C497.895431,121 497,120.104569 497,119 C497,117.895431 497.895431,117 499,117 Z M355,87 C356.104569,87 357,87.8954305 357,89 C357,90.1045695 356.104569,91 355,91 C353.895431,91 353,90.1045695 353,89 C353,87.8954305 353.895431,87 355,87 Z M382,87 C383.104569,87 384,87.8954305 384,89 C384,90.1045695 383.104569,91 382,91 C380.895431,91 380,90.1045695 380,89 C380,87.8954305 380.895431,87 382,87 Z M412,87 C413.104569,87 414,87.8954305 414,89 C414,90.1045695 413.104569,91 412,91 C410.895431,91 410,90.1045695 410,89 C410,87.8954305 410.895431,87 412,87 Z M442,87 C443.104569,87 444,87.8954305 444,89 C444,90.1045695 443.104569,91 442,91 C440.895431,91 440,90.1045695 440,89 C440,87.8954305 440.895431,87 442,87 Z M472,87 C473.104569,87 474,87.8954305 474,89 C474,90.1045695 473.104569,91 472,91 C470.895431,91 470,90.1045695 470,89 C470,87.8954305 470.895431,87 472,87 Z M499,87 C500.104569,87 501,87.8954305 501,89 C501,90.1045695 500.104569,91 499,91 C497.895431,91 497,90.1045695 497,89 C497,87.8954305 497.895431,87 499,87 Z M355,57 C356.104569,57 357,57.8954305 357,59 C357,60.1045695 356.104569,61 355,61 C353.895431,61 353,60.1045695 353,59 C353,57.8954305 353.895431,57 355,57 Z M472,57 C473.104569,57 474,57.8954305 474,59 C474,60.1045695 473.104569,61 472,61 C470.895431,61 470,60.1045695 470,59 C470,57.8954305 470.895431,57 472,57 Z M412,57 C413.104569,57 414,57.8954305 414,59 C414,60.1045695 413.104569,61 412,61 C410.895431,61 410,60.1045695 410,59 C410,57.8954305 410.895431,57 412,57 Z M499,57 C500.104569,57 501,57.8954305 501,59 C501,60.1045695 500.104569,61 499,61 C497.895431,61 497,60.1045695 497,59 C497,57.8954305 497.895431,57 499,57 Z M382,57 C383.104569,57 384,57.8954305 384,59 C384,60.1045695 383.104569,61 382,61 C380.895431,61 380,60.1045695 380,59 C380,57.8954305 380.895431,57 382,57 Z M442,57 C443.104569,57 444,57.8954305 444,59 C444,60.1045695 443.104569,61 442,61 C440.895431,61 440,60.1045695 440,59 C440,57.8954305 440.895431,57 442,57 Z M355,27 C356.104569,27 357,27.8954305 357,29 C357,30.1045695 356.104569,31 355,31 C353.895431,31 353,30.1045695 353,29 C353,27.8954305 353.895431,27 355,27 Z M382,27 C383.104569,27 384,27.8954305 384,29 C384,30.1045695 383.104569,31 382,31 C380.895431,31 380,30.1045695 380,29 C380,27.8954305 380.895431,27 382,27 Z M412,27 C413.104569,27 414,27.8954305 414,29 C414,30.1045695 413.104569,31 412,31 C410.895431,31 410,30.1045695 410,29 C410,27.8954305 410.895431,27 412,27 Z M442,27 C443.104569,27 444,27.8954305 444,29 C444,30.1045695 443.104569,31 442,31 C440.895431,31 440,30.1045695 440,29 C440,27.8954305 440.895431,27 442,27 Z M472,27 C473.104569,27 474,27.8954305 474,29 C474,30.1045695 473.104569,31 472,31 C470.895431,31 470,30.1045695 470,29 C470,27.8954305 470.895431,27 472,27 Z M499,27 C500.104569,27 501,27.8954305 501,29 C501,30.1045695 500.104569,31 499,31 C497.895431,31 497,30.1045695 497,29 C497,27.8954305 497.895431,27 499,27 Z M355,0 C356.104569,0 357,0.8954305 357,2 C357,3.1045695 356.104569,4 355,4 C353.895431,4 353,3.1045695 353,2 C353,0.8954305 353.895431,0 355,0 Z M382,0 C383.104569,0 384,0.8954305 384,2 C384,3.1045695 383.104569,4 382,4 C380.895431,4 380,3.1045695 380,2 C380,0.8954305 380.895431,0 382,0 Z M412,0 C413.104569,0 414,0.8954305 414,2 C414,3.1045695 413.104569,4 412,4 C410.895431,4 410,3.1045695 410,2 C410,0.8954305 410.895431,0 412,0 Z M442,0 C443.104569,0 444,0.8954305 444,2 C444,3.1045695 443.104569,4 442,4 C440.895431,4 440,3.1045695 440,2 C440,0.8954305 440.895431,0 442,0 Z M472,0 C473.104569,0 474,0.8954305 474,2 C474,3.1045695 473.104569,4 472,4 C470.895431,4 470,3.1045695 470,2 C470,0.8954305 470.895431,0 472,0 Z M499,0 C500.104569,0 501,0.8954305 501,2 C501,3.1045695 500.104569,4 499,4 C497.895431,4 497,3.1045695 497,2 C497,0.8954305 497.895431,0 499,0 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='📝-Pages' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Login---V2' transform='translate(-822.000000, -197.000000)'%3E%3Cg id='top-illustration' transform='translate(469.000000, 197.000000)'%3E%3Cuse fill='currentColor' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.6' fill='%23FFFFFF' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E";
9
+ $auth-basic-bottom-svg: "data:image/svg+xml,%3Csvg width='243px' height='240px' viewBox='0 0 243 240' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M34.5,182 C35.8807119,182 37,183.119288 37,184.5 C37,185.880712 35.8807119,187 34.5,187 C33.1192881,187 32,185.880712 32,184.5 C32,183.119288 33.1192881,182 34.5,182 Z M61.5,182 C62.8807119,182 64,183.119288 64,184.5 C64,185.880712 62.8807119,187 61.5,187 C60.1192881,187 59,185.880712 59,184.5 C59,183.119288 60.1192881,182 61.5,182 Z M91.5,182 C92.8807119,182 94,183.119288 94,184.5 C94,185.880712 92.8807119,187 91.5,187 C90.1192881,187 89,185.880712 89,184.5 C89,183.119288 90.1192881,182 91.5,182 Z M123.5,182 C124.880712,182 126,183.119288 126,184.5 C126,185.880712 124.880712,187 123.5,187 C122.119288,187 121,185.880712 121,184.5 C121,183.119288 122.119288,182 123.5,182 Z M153.5,182 C154.880712,182 156,183.119288 156,184.5 C156,185.880712 154.880712,187 153.5,187 C152.119288,187 151,185.880712 151,184.5 C151,183.119288 152.119288,182 153.5,182 Z M180.5,182 C181.880712,182 183,183.119288 183,184.5 C183,185.880712 181.880712,187 180.5,187 C179.119288,187 178,185.880712 178,184.5 C178,183.119288 179.119288,182 180.5,182 Z M34.5,154 C35.8807119,154 37,155.119288 37,156.5 C37,157.880712 35.8807119,159 34.5,159 C33.1192881,159 32,157.880712 32,156.5 C32,155.119288 33.1192881,154 34.5,154 Z M61.5,154 C62.8807119,154 64,155.119288 64,156.5 C64,157.880712 62.8807119,159 61.5,159 C60.1192881,159 59,157.880712 59,156.5 C59,155.119288 60.1192881,154 61.5,154 Z M91.5,154 C92.8807119,154 94,155.119288 94,156.5 C94,157.880712 92.8807119,159 91.5,159 C90.1192881,159 89,157.880712 89,156.5 C89,155.119288 90.1192881,154 91.5,154 Z M123.5,154 C124.880712,154 126,155.119288 126,156.5 C126,157.880712 124.880712,159 123.5,159 C122.119288,159 121,157.880712 121,156.5 C121,155.119288 122.119288,154 123.5,154 Z M153.5,154 C154.880712,154 156,155.119288 156,156.5 C156,157.880712 154.880712,159 153.5,159 C152.119288,159 151,157.880712 151,156.5 C151,155.119288 152.119288,154 153.5,154 Z M180.5,154 C181.880712,154 183,155.119288 183,156.5 C183,157.880712 181.880712,159 180.5,159 C179.119288,159 178,157.880712 178,156.5 C178,155.119288 179.119288,154 180.5,154 Z M34.5,124 C35.8807119,124 37,125.119288 37,126.5 C37,127.880712 35.8807119,129 34.5,129 C33.1192881,129 32,127.880712 32,126.5 C32,125.119288 33.1192881,124 34.5,124 Z M61.5,124 C62.8807119,124 64,125.119288 64,126.5 C64,127.880712 62.8807119,129 61.5,129 C60.1192881,129 59,127.880712 59,126.5 C59,125.119288 60.1192881,124 61.5,124 Z M91.5,124 C92.8807119,124 94,125.119288 94,126.5 C94,127.880712 92.8807119,129 91.5,129 C90.1192881,129 89,127.880712 89,126.5 C89,125.119288 90.1192881,124 91.5,124 Z M123.5,124 C124.880712,124 126,125.119288 126,126.5 C126,127.880712 124.880712,129 123.5,129 C122.119288,129 121,127.880712 121,126.5 C121,125.119288 122.119288,124 123.5,124 Z M153.5,124 C154.880712,124 156,125.119288 156,126.5 C156,127.880712 154.880712,129 153.5,129 C152.119288,129 151,127.880712 151,126.5 C151,125.119288 152.119288,124 153.5,124 Z M180.5,124 C181.880712,124 183,125.119288 183,126.5 C183,127.880712 181.880712,129 180.5,129 C179.119288,129 178,127.880712 178,126.5 C178,125.119288 179.119288,124 180.5,124 Z M34.5,94 C35.8807119,94 37,95.1192881 37,96.5 C37,97.8807119 35.8807119,99 34.5,99 C33.1192881,99 32,97.8807119 32,96.5 C32,95.1192881 33.1192881,94 34.5,94 Z M153.5,94 C154.880712,94 156,95.1192881 156,96.5 C156,97.8807119 154.880712,99 153.5,99 C152.119288,99 151,97.8807119 151,96.5 C151,95.1192881 152.119288,94 153.5,94 Z M91.5,94 C92.8807119,94 94,95.1192881 94,96.5 C94,97.8807119 92.8807119,99 91.5,99 C90.1192881,99 89,97.8807119 89,96.5 C89,95.1192881 90.1192881,94 91.5,94 Z M180.5,94 C181.880712,94 183,95.1192881 183,96.5 C183,97.8807119 181.880712,99 180.5,99 C179.119288,99 178,97.8807119 178,96.5 C178,95.1192881 179.119288,94 180.5,94 Z M61.5,94 C62.8807119,94 64,95.1192881 64,96.5 C64,97.8807119 62.8807119,99 61.5,99 C60.1192881,99 59,97.8807119 59,96.5 C59,95.1192881 60.1192881,94 61.5,94 Z M123.5,94 C124.880712,94 126,95.1192881 126,96.5 C126,97.8807119 124.880712,99 123.5,99 C122.119288,99 121,97.8807119 121,96.5 C121,95.1192881 122.119288,94 123.5,94 Z M34.5,64 C35.8807119,64 37,65.1192881 37,66.5 C37,67.8807119 35.8807119,69 34.5,69 C33.1192881,69 32,67.8807119 32,66.5 C32,65.1192881 33.1192881,64 34.5,64 Z M61.5,64 C62.8807119,64 64,65.1192881 64,66.5 C64,67.8807119 62.8807119,69 61.5,69 C60.1192881,69 59,67.8807119 59,66.5 C59,65.1192881 60.1192881,64 61.5,64 Z M91.5,64 C92.8807119,64 94,65.1192881 94,66.5 C94,67.8807119 92.8807119,69 91.5,69 C90.1192881,69 89,67.8807119 89,66.5 C89,65.1192881 90.1192881,64 91.5,64 Z M123.5,64 C124.880712,64 126,65.1192881 126,66.5 C126,67.8807119 124.880712,69 123.5,69 C122.119288,69 121,67.8807119 121,66.5 C121,65.1192881 122.119288,64 123.5,64 Z M153.5,64 C154.880712,64 156,65.1192881 156,66.5 C156,67.8807119 154.880712,69 153.5,69 C152.119288,69 151,67.8807119 151,66.5 C151,65.1192881 152.119288,64 153.5,64 Z M180.5,64 C181.880712,64 183,65.1192881 183,66.5 C183,67.8807119 181.880712,69 180.5,69 C179.119288,69 178,67.8807119 178,66.5 C178,65.1192881 179.119288,64 180.5,64 Z M34.5,37 C35.8807119,37 37,38.1192881 37,39.5 C37,40.8807119 35.8807119,42 34.5,42 C33.1192881,42 32,40.8807119 32,39.5 C32,38.1192881 33.1192881,37 34.5,37 Z M61.5,37 C62.8807119,37 64,38.1192881 64,39.5 C64,40.8807119 62.8807119,42 61.5,42 C60.1192881,42 59,40.8807119 59,39.5 C59,38.1192881 60.1192881,37 61.5,37 Z M91.5,37 C92.8807119,37 94,38.1192881 94,39.5 C94,40.8807119 92.8807119,42 91.5,42 C90.1192881,42 89,40.8807119 89,39.5 C89,38.1192881 90.1192881,37 91.5,37 Z M123.5,37 C124.880712,37 126,38.1192881 126,39.5 C126,40.8807119 124.880712,42 123.5,42 C122.119288,42 121,40.8807119 121,39.5 C121,38.1192881 122.119288,37 123.5,37 Z M153.5,37 C154.880712,37 156,38.1192881 156,39.5 C156,40.8807119 154.880712,42 153.5,42 C152.119288,42 151,40.8807119 151,39.5 C151,38.1192881 152.119288,37 153.5,37 Z M180.5,37 C181.880712,37 183,38.1192881 183,39.5 C183,40.8807119 181.880712,42 180.5,42 C179.119288,42 178,40.8807119 178,39.5 C178,38.1192881 179.119288,37 180.5,37 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='📝-Pages' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Login---V2' transform='translate(-469.000000, -670.000000)'%3E%3Cg id='Shapes' transform='translate(469.000000, 197.000000)'%3E%3Cg id='bottom-illustration' transform='translate(0.000000, 473.000000)'%3E%3Crect id='Rectangle' fill='currentColor' opacity='0.04' x='0' y='0' width='215' height='216' rx='10'%3E%3C/rect%3E%3Crect id='Rectangle' stroke='strokeColor' opacity='0.48' x='104.5' y='100.5' width='138' height='139' rx='10'%3E%3C/rect%3E%3Cg id='Dot'%3E%3Cuse fill='currentColor' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.6' fill='%23FFFFFF' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E";
10
+
11
+ .authentication-wrapper {
12
+ display: flex;
13
+ flex-basis: 100%;
14
+ min-height: 100vh;
15
+ width: 100%;
16
+
17
+ .authentication-inner {
18
+ width: 100%;
19
+ }
20
+
21
+ &.authentication-basic {
22
+ align-items: center;
23
+ justify-content: center;
24
+ overflow: hidden;
25
+ }
26
+
27
+ &.authentication-cover {
28
+ align-items: flex-start;
29
+ .authentication-inner {
30
+ height: 100vh;
31
+ }
32
+ }
33
+
34
+ &.authentication-basic .authentication-inner {
35
+ max-width: $authentication-1-inner-max-width;
36
+ position: relative;
37
+ &:before {
38
+ width: 148px;
39
+ height: 148px;
40
+ content: ' ';
41
+ position: absolute;
42
+ top: -40px;
43
+ right: -40px;
44
+ background-image: url(light.str-replace(
45
+ light.str-replace($auth-basic-top-svg, 'currentColor', light.$primary),
46
+ '#',
47
+ '%23'
48
+ ));
49
+ }
50
+ &:after {
51
+ width: 243px;
52
+ height: 240px;
53
+ content: ' ';
54
+ position: absolute;
55
+ bottom: -68px;
56
+ left: -46px;
57
+ }
58
+ .card {
59
+ z-index: 1;
60
+ .app-brand {
61
+ margin-bottom: 2.5rem;
62
+ }
63
+ }
64
+ }
65
+
66
+ // For two-steps auth
67
+ .auth-input-wrapper .auth-input {
68
+ max-width: 50px;
69
+ padding-left: 0.4rem;
70
+ padding-right: 0.4rem;
71
+ font-size: light.$large-font-size;
72
+ }
73
+ }
74
+
75
+ // Two-steps auth responsive style
76
+ @include light.media-breakpoint-down(sm) {
77
+ .authentication-wrapper {
78
+ .auth-input-wrapper .auth-input {
79
+ font-size: light.$h5-font-size;
80
+ }
81
+ }
82
+ }
83
+
84
+ // Light Layout
85
+ @if $enable-light-style {
86
+ .light-style {
87
+ .authentication-wrapper {
88
+ .authentication-bg {
89
+ background-color: light.$white;
90
+ }
91
+ &.authentication-basic .authentication-inner {
92
+ &:after {
93
+ background-image: url(light.str-replace(
94
+ light.str-replace(
95
+ light.str-replace($auth-basic-bottom-svg, 'currentColor', light.$primary),
96
+ 'strokeColor',
97
+ light.$gray-500
98
+ ),
99
+ '#',
100
+ '%23'
101
+ ));
102
+ }
103
+ }
104
+ }
105
+ }
106
+ }