@fonixtree/magic-design 0.0.44 → 0.0.45

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.
@@ -121,19 +121,19 @@
121
121
  display: block;
122
122
  }
123
123
  }
124
- }
125
124
 
126
- .active {
127
- background: #E9F0FF;
128
- color: #2F54EB;
125
+ &.active {
126
+ background: #E9F0FF;
127
+ color: #2F54EB;
129
128
 
130
- .left {
131
- .card-title {
132
- font-weight: 600;
129
+ .left {
130
+ .card-title {
131
+ font-weight: 600;
132
+ }
133
133
  }
134
- }
135
134
 
136
- .more-btn {
137
- display: block;
135
+ .more-btn {
136
+ display: block;
137
+ }
138
138
  }
139
139
  }
@@ -121,19 +121,19 @@
121
121
  display: block;
122
122
  }
123
123
  }
124
- }
125
124
 
126
- .active {
127
- background: #E9F0FF;
128
- color: #2F54EB;
125
+ &.active {
126
+ background: #E9F0FF;
127
+ color: #2F54EB;
129
128
 
130
- .left {
131
- .card-title {
132
- font-weight: 600;
129
+ .left {
130
+ .card-title {
131
+ font-weight: 600;
132
+ }
133
133
  }
134
- }
135
134
 
136
- .more-btn {
137
- display: block;
135
+ .more-btn {
136
+ display: block;
137
+ }
138
138
  }
139
139
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fonixtree/magic-design",
3
3
  "author": "Cylon Team",
4
- "version": "0.0.44",
4
+ "version": "0.0.45",
5
5
  "description": "Magic Design",
6
6
  "license": "MIT",
7
7
  "module": "es/index.js",