@burh/nuxt-core 1.0.104 → 1.0.106

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.
@@ -1,6 +1,6 @@
1
1
  .card {
2
2
  &-app {
3
- padding: 3rem 4rem;
3
+ padding: 5rem 9rem;
4
4
  box-shadow: 0 0 1rem 0 rgba(#4a525a, .15);
5
5
  border: 2px solid transparent;
6
6
  border-radius: 5px;
@@ -9,21 +9,22 @@
9
9
  pointer-events: none;
10
10
  margin: 0;
11
11
  margin-top: .8rem;
12
+ border-radius: $border-radius-sm;
12
13
 
13
- &:before {
14
- background: $dropdown-bg;
15
- box-shadow: none;
16
- content: '';
17
- display: block;
18
- height: 16px;
19
- width: 16px;
20
- left: 20px;
21
- position: absolute;
22
- bottom: 100%;
23
- transform: rotate(-45deg) translateY(1rem);
24
- z-index: -5;
25
- border-radius: $border-radius-sm;
26
- }
14
+ // &:before {
15
+ // background: $dropdown-bg;
16
+ // box-shadow: none;
17
+ // content: '';
18
+ // display: block;
19
+ // height: 16px;
20
+ // width: 16px;
21
+ // left: 20px;
22
+ // position: absolute;
23
+ // bottom: 100%;
24
+ // transform: rotate(-45deg) translateY(1rem);
25
+ // z-index: -5;
26
+ // border-radius: $border-radius-sm;
27
+ // }
27
28
  }
28
29
 
29
30
  .dropdown-menu-arrow {
@@ -98,20 +98,20 @@
98
98
  pointer-events: none;
99
99
  margin: 0;
100
100
 
101
- &:before {
102
- background: $dropdown-bg;
103
- box-shadow: none;
104
- content: '';
105
- display: block;
106
- height: 16px;
107
- width: 16px;
108
- left: 20px;
109
- position: absolute;
110
- bottom: 100%;
111
- transform: rotate(-45deg) translateY(1rem);
112
- z-index: -5;
113
- border-radius: $border-radius-sm;
114
- }
101
+ // &:before {
102
+ // background: $dropdown-bg;
103
+ // box-shadow: none;
104
+ // content: '';
105
+ // display: block;
106
+ // height: 16px;
107
+ // width: 16px;
108
+ // left: 20px;
109
+ // position: absolute;
110
+ // bottom: 100%;
111
+ // transform: rotate(-45deg) translateY(1rem);
112
+ // z-index: -5;
113
+ // border-radius: $border-radius-sm;
114
+ // }
115
115
  }
116
116
 
117
117
  .dropdown-menu-right {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.104",
3
+ "version": "1.0.106",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {