viniBaxter-desk_front 0.4.0 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (26) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/images/desk_front/sidebar-cover-old.jpg +0 -0
  3. data/app/assets/images/desk_front/sidebar-cover.jpg +0 -0
  4. data/lib/viniBaxter/desk_front/version.rb +1 -1
  5. data/lib/viniBaxter/sass/desk_front.scss +3 -0
  6. data/lib/viniBaxter/sass/desk_front/administrate/base/_forms.scss +118 -104
  7. data/lib/viniBaxter/sass/desk_front/administrate/base/_tables.scss +22 -4
  8. data/lib/viniBaxter/sass/desk_front/administrate/components/_attributes.scss +6 -4
  9. data/lib/viniBaxter/sass/desk_front/administrate/components/_field-unit.scss +45 -45
  10. data/lib/viniBaxter/sass/desk_front/administrate/components/_main-content.scss +8 -8
  11. data/lib/viniBaxter/sass/desk_front/administrate/components/_navigation.scss +20 -20
  12. data/lib/viniBaxter/sass/desk_front/administrate/components/_search.scss +1 -1
  13. data/lib/viniBaxter/sass/desk_front/administrate/index.scss +2 -0
  14. data/lib/viniBaxter/sass/desk_front/administrate/library/_customSelectize.scss +26 -0
  15. data/lib/viniBaxter/sass/desk_front/beckyBaxter/_index.scss +10 -9
  16. data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_modal.scss +3 -3
  17. data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_sidebar-and-main-panel.scss +4 -2
  18. data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/mixins/_vendor-prefixes.scss +0 -2
  19. data/lib/viniBaxter/sass/desk_front/dashkit/_avatar.scss +5 -4
  20. data/lib/viniBaxter/sass/desk_front/dashkit/_buttons.scss +3 -3
  21. data/lib/viniBaxter/sass/desk_front/dashkit/_card.scss +6 -1
  22. data/lib/viniBaxter/sass/desk_front/dashkit/_forms.scss +8 -1
  23. data/lib/viniBaxter/sass/desk_front/dashkit/_modal.scss +5 -0
  24. data/lib/viniBaxter/sass/desk_front/dashkit/_navbar.scss +5 -2
  25. data/lib/viniBaxter/sass/desk_front/dashkit/vendors/_quill.scss +7 -0
  26. metadata +4 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3d3a75cadd5ac1bf4203305b2cbca2aa7866b41b0b353aee431055d8a91897eb
4
- data.tar.gz: e3f4087321f5dc38361c05ecae0e1cc1ed7d4618d0f2d5b4e96d4bb498847440
3
+ metadata.gz: 66a3be68590650d3070d6b93e1c10cbcc61fbb14de5726cb922320150af18326
4
+ data.tar.gz: 5cfccc542f63407fc467faf1c3a3d99744c7f00731de3b8aa897b5b00f0eebab
5
5
  SHA512:
6
- metadata.gz: 84799b856bfce47c7d240b11a3b5fcd1f1c0e97c4dbbebe12826bc6a084bc423c5d1a2c3aa68becab7b2e8ae891e652ac0adc182a28558a23227c80e9ed5538b
7
- data.tar.gz: 36b44a19446073aa19d9cdf4cf4f307a76dfcda6c6d39cee52cbad19f6cb512459897b7b56cb77a099bbe217bee0243d4fbec19730f75ac74009709b43b92532
6
+ metadata.gz: a7d32c8efca42414816889814469f835c4e0a1815f89b514ed54296441e3b9fc4aedb97d6ea001da2320c4a409ef4befaeacd999fc9a4473e81251a58aa11a52
7
+ data.tar.gz: 291879f78b57c3d925230d35af1e66fc822c47352df662baa323f7e9f9f3d59037f1f8f45d81651dfbfa3b565f58ecb760b139338922ab1f1368f7c74f852c3c
@@ -1,5 +1,5 @@
1
1
  module ViniBaxter
2
2
  module DeskFront
3
- VERSION = "0.4.0"
3
+ VERSION = "0.5.0"
4
4
  end
5
5
  end
@@ -13,3 +13,6 @@
13
13
  // read that some scss have been overwritting to fit with dashkit
14
14
  // search by keyword to get it => // KEEPBECKY
15
15
  // card-header with class becky
16
+ // .becky-template {
17
+ // font-family: $font-family-base-becky!important ;
18
+ // }
@@ -1,107 +1,121 @@
1
- fieldset {
2
- background-color: transparent;
3
- border: 0;
4
- margin: 0;
5
- padding: 0;
6
- }
7
-
8
- legend {
9
- font-weight: $bold-font-weight;
10
- margin: 0;
11
- padding: 0;
12
- }
13
-
14
- label {
15
- display: block;
16
- font-weight: $bold-font-weight;
17
- margin: 0;
18
- }
19
-
20
- input,
21
- select {
22
- display: block;
23
- font-family: $base-font-family;
24
- font-size: $base-font-size;
25
- }
26
-
27
- input,
28
- select,
29
- textarea {
30
- display: block;
31
- font-family: $base-font-family;
32
- font-size: 16px;
33
- }
34
-
35
- [type="color"],
36
- [type="date"],
37
- [type="datetime-local"],
38
- [type="email"],
39
- [type="month"],
40
- [type="number"],
41
- [type="password"],
42
- [type="search"],
43
- [type="tel"],
44
- [type="text"],
45
- [type="time"],
46
- [type="url"],
47
- [type="week"],
48
- input:not([type]),
49
- textarea {
50
- appearance: none;
51
- background-color: $white;
52
- border: $base-border;
53
- border-radius: $base-border-radius;
54
- padding: 0.5em;
55
- transition: border-color $base-duration $base-timing;
56
- width: 100%;
57
-
58
- &:hover {
59
- border-color: mix($black, $base-border-color, 20%);
60
- }
61
-
62
- &:focus {
63
- border-color: $action-color;
64
- outline: none;
65
- }
66
-
67
- &:disabled {
68
- background-color: mix($black, $white, 5%);
69
- cursor: not-allowed;
70
-
71
- &:hover {
72
- border: $base-border;
1
+ fieldset.field-unit--nested {
2
+ border-left: 1px;
3
+ border-style: dashed;
4
+ &[data="field-unit--nested_rooms"]{
5
+ border-color: $primary;
6
+ };
7
+ &[data="field-unit--nested_packages"]{
8
+ border-color: $secondary;
73
9
  }
74
- }
75
-
76
- &::placeholder {
77
- font-style: italic;
78
- }
79
- }
80
-
81
- textarea {
82
- resize: vertical;
83
- }
84
-
85
- [type="checkbox"],
86
- [type="radio"] {
87
- display: inline;
88
- margin-right: $small-spacing / 2;
89
- }
90
-
91
- [type="file"] {
92
- width: 100%;
93
10
  }
11
+ // .field-unit--nested_rooms{
12
+ //
13
+ // }
94
14
 
95
- select {
96
- width: 100%;
97
- }
98
-
99
- [type="checkbox"],
100
- [type="radio"],
101
- [type="file"],
102
- select {
103
- &:focus {
104
- outline: $focus-outline;
105
- outline-offset: $focus-outline-offset;
106
- }
107
- }
15
+ // fieldset {
16
+ // background-color: transparent;
17
+ // border: 0;
18
+ // margin: 0;
19
+ // padding: 0;
20
+ // }
21
+ //
22
+ // legend {
23
+ // font-weight: $bold-font-weight;
24
+ // margin: 0;
25
+ // padding: 0;
26
+ // }
27
+ //
28
+ // label {
29
+ // display: block;
30
+ // // font-weight: $bold-font-weight;
31
+ // // margin: 0;
32
+ // }
33
+ //
34
+ // input,
35
+ // select {
36
+ // display: block;
37
+ // font-family: $base-font-family;
38
+ // font-size: $base-font-size;
39
+ // }
40
+ //
41
+ // input,
42
+ // select,
43
+ // textarea {
44
+ // display: block;
45
+ // font-family: $base-font-family;
46
+ // font-size: 16px;
47
+ // }
48
+ //
49
+ // [type="color"],
50
+ // [type="date"],
51
+ // [type="datetime-local"],
52
+ // [type="email"],
53
+ // [type="month"],
54
+ // [type="number"],
55
+ // [type="password"],
56
+ // [type="search"],
57
+ // [type="tel"],
58
+ // [type="text"],
59
+ // [type="time"],
60
+ // [type="url"],
61
+ // [type="week"],
62
+ // input:not([type]),
63
+ // textarea {
64
+ // appearance: none;
65
+ // background-color: $white;
66
+ // border: $base-border;
67
+ // border-radius: $base-border-radius;
68
+ // padding: 0.5em;
69
+ // transition: border-color $base-duration $base-timing;
70
+ // width: 100%;
71
+ //
72
+ // &:hover {
73
+ // border-color: mix($black, $base-border-color, 20%);
74
+ // }
75
+ //
76
+ // &:focus {
77
+ // border-color: $action-color;
78
+ // outline: none;
79
+ // }
80
+ //
81
+ // &:disabled {
82
+ // background-color: mix($black, $white, 5%);
83
+ // cursor: not-allowed;
84
+ //
85
+ // &:hover {
86
+ // border: $base-border;
87
+ // }
88
+ // }
89
+ //
90
+ // &::placeholder {
91
+ // font-style: italic;
92
+ // }
93
+ // }
94
+ //
95
+ // textarea {
96
+ // resize: vertical;
97
+ // }
98
+ //
99
+ // [type="checkbox"],
100
+ // [type="radio"] {
101
+ // display: inline;
102
+ // margin-right: $small-spacing / 2;
103
+ // }
104
+ //
105
+ // [type="file"] {
106
+ // width: 100%;
107
+ // }
108
+ //
109
+ // select {
110
+ // width: 100%;
111
+ // }
112
+ //
113
+ // [type="checkbox"],
114
+ // [type="radio"],
115
+ // [type="file"],
116
+ // select {
117
+ // &:focus {
118
+ // outline: $focus-outline;
119
+ // outline-offset: $focus-outline-offset;
120
+ // }
121
+ // }
@@ -14,14 +14,17 @@ thead {
14
14
  font-weight: $bold-font-weight;
15
15
  }
16
16
 
17
- tr {
18
- border-bottom: $base-border;
19
- }
17
+ // tr {
18
+ // border-bottom: $base-border;
19
+ // }
20
20
 
21
21
  tbody tr {
22
22
  &:hover {
23
- background-color: $base-background-color;
23
+ // background-color: $base-background-color;
24
24
  cursor: pointer;
25
+ &.nocursor{
26
+ cursor: default;
27
+ }
25
28
  }
26
29
 
27
30
  &:focus {
@@ -29,6 +32,20 @@ tbody tr {
29
32
  outline-offset: -($focus-outline-width);
30
33
  }
31
34
  }
35
+ // .grid {
36
+ // display: flex;
37
+ // flex-wrap: wrap;
38
+ // // .grid-item {
39
+ // // flex-grow: 1;
40
+ // // min-width: 25%;
41
+ // // }
42
+ // .grid-item:first-child {
43
+ // flex-grow: 1;
44
+ // max-width: 30%;
45
+ // }
46
+ // }
47
+
48
+
32
49
 
33
50
  td,
34
51
  th {
@@ -48,6 +65,7 @@ th:first-child {
48
65
  td:last-child,
49
66
  th:last-child {
50
67
  padding-right: 2rem;
68
+ // width: 100%;
51
69
  }
52
70
 
53
71
  td img {
@@ -3,8 +3,8 @@
3
3
  clear: left;
4
4
  float: left;
5
5
  margin-bottom: $base-spacing;
6
- margin-top: 0.25em;
7
- text-align: right;
6
+ margin-top: 1.1em;
7
+ text-align: center;
8
8
  width: calc(15% - 1rem);
9
9
  }
10
10
 
@@ -15,8 +15,10 @@
15
15
 
16
16
  .attribute-data {
17
17
  float: left;
18
- margin-bottom: $base-spacing;
19
- margin-left: 2rem;
18
+ // margin-bottom: $base-spacing;
19
+ // margin-left: 2rem;
20
+ margin-bottom: 0rem;
21
+ margin-left: 0rem;
20
22
  width: calc(85% - 1rem);
21
23
  }
22
24
 
@@ -1,45 +1,45 @@
1
- .field-unit {
2
- @include administrate-clearfix;
3
- align-items: center;
4
- display: flex;
5
- margin-bottom: $base-spacing;
6
- position: relative;
7
- width: 100%;
8
- }
9
-
10
- .field-unit__label {
11
- float: left;
12
- margin-left: 1rem;
13
- text-align: right;
14
- width: calc(15% - 1rem);
15
- }
16
-
17
- .field-unit__field {
18
- float: left;
19
- margin-left: 2rem;
20
- max-width: 50rem;
21
- width: 100%;
22
- }
23
-
24
- .field-unit--nested {
25
- border: $base-border;
26
- margin-left: 7.5%;
27
- max-width: 60rem;
28
- padding: $small-spacing;
29
- width: 100%;
30
-
31
- .field-unit__field {
32
- width: 100%;
33
- }
34
-
35
- .field-unit__label {
36
- width: 10rem;
37
- }
38
- }
39
-
40
- .field-unit--required {
41
- label::after {
42
- color: $red;
43
- content: " *";
44
- }
45
- }
1
+ // .field-unit {
2
+ // @include administrate-clearfix;
3
+ // align-items: center;
4
+ // display: flex;
5
+ // margin-bottom: $base-spacing;
6
+ // position: relative;
7
+ // width: 100%;
8
+ // }
9
+ //
10
+ // .field-unit__label {
11
+ // float: left;
12
+ // margin-left: 1rem;
13
+ // text-align: right;
14
+ // width: calc(15% - 1rem);
15
+ // }
16
+ //
17
+ // .field-unit__field {
18
+ // float: left;
19
+ // margin-left: 2rem;
20
+ // max-width: 50rem;
21
+ // width: 100%;
22
+ // }
23
+ //
24
+ // .field-unit--nested {
25
+ // border: $base-border;
26
+ // margin-left: 7.5%;
27
+ // max-width: 60rem;
28
+ // padding: $small-spacing;
29
+ // width: 100%;
30
+ //
31
+ // .field-unit__field {
32
+ // width: 100%;
33
+ // }
34
+ //
35
+ // .field-unit__label {
36
+ // width: 10rem;
37
+ // }
38
+ // }
39
+ //
40
+ // .field-unit--required {
41
+ // label::after {
42
+ // color: $red;
43
+ // content: " *";
44
+ // }
45
+ // }
@@ -1,11 +1,11 @@
1
- .main-content {
2
- background-color: $white;
3
- border-radius: $base-border-radius;
4
- box-shadow: 0 0 6px 0 rgba($black, 0.12),
5
- 0 2px 2px rgba($black, 0.2);
6
- flex: 1 1 100%;
7
- padding-bottom: 10vh;
8
- }
1
+ // .main-content {
2
+ // // background-color: $white;
3
+ // border-radius: $base-border-radius;
4
+ // box-shadow: 0 0 6px 0 rgba($black, 0.12),
5
+ // 0 2px 2px rgba($black, 0.2);
6
+ // flex: 1 1 100%;
7
+ // padding-bottom: 10vh;
8
+ // }
9
9
 
10
10
  .main-content__header,
11
11
  .main-content__body {
@@ -6,26 +6,26 @@ $_navigation-link-padding: 0.6em;
6
6
  padding-left: 0;
7
7
  }
8
8
 
9
- .navigation__link {
10
- background-color: transparent;
11
- color: $base-font-color;
12
- display: block;
13
- line-height: 1;
14
- margin-left: -($_navigation-link-padding);
15
- padding: $_navigation-link-padding;
16
- transition: background-color $base-duration $base-timing,
17
- color $base-duration $base-timing;
18
-
19
- &:not(:last-of-type) {
20
- margin-bottom: $small-spacing;
21
- }
22
-
23
- &:hover {
24
- background-color: mix($black, $base-background-color, 5%);
25
- border-radius: $base-border-radius;
26
- color: $base-font-color;
27
- }
28
- }
9
+ // .navigation__link {
10
+ // background-color: transparent;
11
+ // color: $base-font-color;
12
+ // display: block;
13
+ // line-height: 1;
14
+ // margin-left: -($_navigation-link-padding);
15
+ // padding: $_navigation-link-padding;
16
+ // transition: background-color $base-duration $base-timing,
17
+ // color $base-duration $base-timing;
18
+ //
19
+ // &:not(:last-of-type) {
20
+ // margin-bottom: $small-spacing;
21
+ // }
22
+ //
23
+ // &:hover {
24
+ // background-color: mix($black, $base-background-color, 5%);
25
+ // border-radius: $base-border-radius;
26
+ // color: $base-font-color;
27
+ // }
28
+ // }
29
29
 
30
30
  .navigation__link--active {
31
31
  font-weight: $bold-font-weight;
@@ -1,7 +1,7 @@
1
1
  $_search-icon-size: 1rem;
2
2
 
3
3
  .search {
4
- margin-left: auto;
4
+ // margin-left: auto;
5
5
  margin-right: 2rem;
6
6
  max-width: 20rem;
7
7
  position: relative;
@@ -7,6 +7,8 @@
7
7
  @import "reset/normalize"; // checked 🌈
8
8
 
9
9
  @import "selectize";
10
+ @import "library/customSelectize";
11
+
10
12
  // @import "datetime_picker";
11
13
 
12
14
  @import "library/clearfix";
@@ -0,0 +1,26 @@
1
+ .selectize-input {
2
+ border: 1px solid #d0d0d0;
3
+ padding: 8px 8px;
4
+ display: inline-block;
5
+ width: 100%;
6
+ overflow: hidden;
7
+ position: relative;
8
+ z-index: 1;
9
+ box-sizing: none;
10
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
11
+ border-radius: 3px;
12
+ display: block;
13
+ width: 100%;
14
+ height: calc(2.40625rem + 2px);
15
+ padding: 0.5rem 0.75rem;
16
+ font-size: 0.875rem;
17
+ font-weight: 400;
18
+ line-height: 1.5;
19
+ color: #12263F;
20
+ background-color: #FFFFFF;
21
+ background-clip: padding-box;
22
+ border: 1px solid #D2DDEC;
23
+ border-radius: 0.375rem;
24
+ box-shadow: none;
25
+ transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
26
+ }
@@ -5,29 +5,30 @@
5
5
 
6
6
 
7
7
  // Custom components
8
+ // @import "custom/grid.scss";
9
+ // @import "custom/icons.scss";
10
+ // @import "custom/avatars.scss";
11
+ // @import "custom/buttons.scss";
12
+ // @import "custom/modal.scss";
13
+ // @import "custom/nav.scss";
14
+ // @import "custom/navbar.scss";
15
+ // @import "custom/tabs.scss";
8
16
 
17
+ //
9
18
  // @import "custom/reboot.scss";
10
19
  // @import "custom/global.scss";
11
20
  // @import "custom/utilities.scss";
12
21
  // @import "custom/alerts.scss";
13
- // @import "custom/avatars.scss";
14
22
  // @import "custom/badge.scss";
15
- // // @import "custom/buttons.scss";
16
23
  // @import "custom/close.scss";
17
24
  // @import "custom/custom-forms.scss";
18
25
  // @import "custom/dropdown.scss";
19
26
  // @import "custom/footer.scss";
20
27
  // @import "custom/forms.scss";
21
- // @import "custom/grid.scss";
22
- // @import "custom/icons.scss";
23
28
  // @import "custom/images.scss";
24
29
  // @import "custom/input-group.scss";
25
30
  // @import "custom/info-areas.scss";
26
- // @import "custom/modal.scss";
27
- // @import "custom/nav.scss";
28
- // @import "custom/navbar.scss";
29
31
  // @import "custom/pagination.scss";
30
- // // @import "custom/tabs.scss";
31
32
  // @import "custom/pills.scss";
32
33
  // @import "custom/popover.scss";
33
34
  // @import "custom/progress.scss";
@@ -67,7 +68,7 @@
67
68
  // Cards
68
69
 
69
70
  // @import 'custom/card';
70
- // @import "custom/cards/card-chart";
71
+ @import "custom/cards/card-chart";
71
72
  @import "custom/cards/card-map";
72
73
  @import "custom/cards/card-user";
73
74
  @import "custom/cards/card-task";
@@ -68,9 +68,9 @@
68
68
  padding-top: 0;
69
69
  }
70
70
  }
71
- .modal-backdrop {
72
- background: rgba(0,0,0,0.3);
73
- }
71
+ // .modal-backdrop {
72
+ // background: rgba(0,0,0,0.3);
73
+ // }
74
74
 
75
75
  .modal{
76
76
  .modal-login{
@@ -489,7 +489,7 @@
489
489
  width: $full-width;
490
490
  min-height: 100vh;
491
491
  border-top: 2px solid $primary;
492
- background: linear-gradient($background-black, $background-states-black);
492
+ // background: linear-gradient($background-black, $background-states-black);
493
493
 
494
494
  @include transitions (0.50s, cubic-bezier(0.685, 0.0473, 0.346, 1));
495
495
 
@@ -515,6 +515,7 @@
515
515
 
516
516
  > .content {
517
517
  padding: 80px 30px 30px 280px;
518
+ padding: 80px 30px 30px 30px;
518
519
  min-height: calc(100vh - 70px);
519
520
  }
520
521
 
@@ -688,7 +689,8 @@
688
689
  }
689
690
 
690
691
 
691
- .sidebar-mini{
692
+ .sidebar-mini,
693
+ .navbar.navbar-vertical.navbar-vertical-sm.fixed-left.navbar-expand-md navbar-light{
692
694
  .visible-on-sidebar-regular{
693
695
  display: none !important;
694
696
  }
@@ -44,8 +44,6 @@
44
44
 
45
45
  @mixin rotate-180(){
46
46
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
47
- -webkit-transform: rotate(180deg);
48
- -ms-transform: rotate(180deg);
49
47
  transform: rotate(180deg);
50
48
  }
51
49
 
@@ -26,6 +26,7 @@
26
26
  }
27
27
  }
28
28
 
29
+
29
30
  .avatar-img {
30
31
  width: 100%;
31
32
  height: 100%;
@@ -172,9 +173,9 @@
172
173
  }
173
174
 
174
175
  // Add some spacing between avatars
175
-
176
+
176
177
  .avatar:not(:last-child) {
177
- mask-image: url(#{$path-to-img}/masks/avatar-group.svg);
178
+ mask-image: url(image-path("desk_front/avatar-group.svg"));
178
179
  mask-size: 100% 100%;
179
180
  }
180
181
 
@@ -185,11 +186,11 @@
185
186
  z-index: 1;
186
187
 
187
188
  + .avatar {
188
- mask-image: url(#{$path-to-img}/masks/avatar-group-hover.svg);
189
+ mask-image: url(image-path("desk_front/avatar-group-hover.svg"));
189
190
  mask-size: 100% 100%;
190
191
 
191
192
  &:last-child {
192
- mask-image: url(#{$path-to-img}/masks/avatar-group-hover-last.svg);
193
+ mask-image: url(image-path("desk_front/avatar-group-hover-last.svg"));
193
194
  }
194
195
  }
195
196
  }
@@ -1,4 +1,4 @@
1
- //
1
+ //
2
2
  // buttons.scss
3
3
  // Extended from Bootstrap
4
4
  //
@@ -19,7 +19,7 @@
19
19
  }
20
20
  }
21
21
 
22
- .btn-group-toggle .btn-white:not(:disabled):not(.disabled):active,
22
+ .btn-group-toggle .btn-white:not(:disabled):not(.disabled):active,
23
23
  .btn-group-toggle .btn-white:not(:disabled):not(.disabled).active {
24
24
  background-color: $input-bg;
25
25
  border-color: $input-focus-border-color;
@@ -65,4 +65,4 @@
65
65
 
66
66
  .btn-group .btn + .btn {
67
67
  margin-left: 0;
68
- }
68
+ }
@@ -10,7 +10,12 @@
10
10
  .card {
11
11
  margin-bottom: $card-margin-bottom;
12
12
  border-color: $card-outline-color;
13
- box-shadow: $card-box-shadow;
13
+ // box-shadow: $card-box-shadow;
14
+ box-shadow: $card-box-shadow-primary;
15
+ &.light-shadow{
16
+ box-shadow: $card-box-shadow;
17
+ }
18
+
14
19
  }
15
20
 
16
21
  .card > * {
@@ -9,6 +9,13 @@
9
9
 
10
10
  // Help text
11
11
 
12
+ .form-control:focus {
13
+ color: #12263F;
14
+ background-color: #FFFFFF;
15
+ border-color: $blue;
16
+ outline: 0;
17
+ box-shadow: transparent; }
18
+
12
19
  .form-text {
13
20
  margin-top: 0;
14
21
  margin-bottom: $label-margin-bottom;
@@ -75,7 +82,7 @@
75
82
  ~ [class*="input-group"] {
76
83
 
77
84
  > .input-group-text {
78
- border-color: $input-focus-border-color;
85
+ border-color: $input-focus-border-color!important;
79
86
  }
80
87
  }
81
88
  }
@@ -41,6 +41,7 @@
41
41
  height: inherit;
42
42
  border-width: 0 $modal-content-border-width 0 0;
43
43
  border-radius: 0;
44
+ border: 0px!important;
44
45
  }
45
46
 
46
47
  .modal-header {
@@ -51,6 +52,10 @@
51
52
  height: inherit;
52
53
  overflow-y: auto;
53
54
  }
55
+
56
+ &.xs{
57
+ max-width: $modal-dialog-vertical-width-xs;
58
+ }
54
59
  }
55
60
 
56
61
  .modal.fade .modal-dialog-vertical {
@@ -80,7 +80,7 @@
80
80
  // Navbar vibrant
81
81
 
82
82
  .navbar-dark.navbar-vibrant {
83
- background-image: linear-gradient(to bottom right, fade-out(#126FEB, .1), fade-out(#7203E1, .1)), url(image-path("desk_front/sidebar-cover.jpg"));
83
+ background-image: linear-gradient(to bottom right, fade-out(#454545, .1), fade-out(#454545, .1)), url(image-path("desk_front/sidebar-cover.jpg"));
84
84
  background-repeat: no-repeat, no-repeat;
85
85
  background-position: center center, center center;
86
86
  background-size: cover, cover;
@@ -368,8 +368,11 @@
368
368
  }
369
369
  }
370
370
 
371
- .navbar-nav .dropdown-menu {
371
+ .navbar-nav .dropdown-menu,
372
+ .navbar-nav > .dropdown-menu.show{
372
373
  border: $dropdown-border-width solid $dropdown-border-color;
374
+ border-radius:$dropdown-border-radius;
375
+ box-shadow:unset!important;
373
376
  }
374
377
 
375
378
  .navbar-nav .dropdown-menu .dropdown-menu {
@@ -75,6 +75,13 @@
75
75
  font-style: normal;
76
76
  color: $input-placeholder-color;
77
77
  }
78
+ .ql-editor:focus {
79
+ color: #12263F;
80
+ background-color: #FFFFFF;
81
+ border-color: $blue;
82
+ outline: 0;
83
+ box-shadow: none, transparent;
84
+ }
78
85
 
79
86
  .ql-editor:focus::before {
80
87
  display: none;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: viniBaxter-desk_front
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - viny baxter
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-04-16 00:00:00.000000000 Z
11
+ date: 2020-04-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -73,6 +73,7 @@ files:
73
73
  - app/assets/images/desk_front/avatar-group.svg
74
74
  - app/assets/images/desk_front/avatar-status.svg
75
75
  - app/assets/images/desk_front/icon-status.svg
76
+ - app/assets/images/desk_front/sidebar-cover-old.jpg
76
77
  - app/assets/images/desk_front/sidebar-cover.jpg
77
78
  - bin/console
78
79
  - bin/setup
@@ -104,6 +105,7 @@ files:
104
105
  - lib/viniBaxter/sass/desk_front/administrate/desk_front/.DS_Store
105
106
  - lib/viniBaxter/sass/desk_front/administrate/index.scss
106
107
  - lib/viniBaxter/sass/desk_front/administrate/library/_clearfix.scss
108
+ - lib/viniBaxter/sass/desk_front/administrate/library/_customSelectize.scss
107
109
  - lib/viniBaxter/sass/desk_front/administrate/library/_data-label.scss
108
110
  - lib/viniBaxter/sass/desk_front/administrate/library/_variables.scss
109
111
  - lib/viniBaxter/sass/desk_front/administrate/reset/_normalize.scss