@canlooks/can-ui 0.0.92 → 0.0.93

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.
@@ -125,11 +125,16 @@ exports.style = (0, utils_1.defineCss)(theme => {
125
125
  flex: 1;
126
126
  font-weight: bold;
127
127
  font-size: ${15 / 14}em;
128
+ margin-top: 2px;
128
129
 
129
130
  & + .${exports.classes.content} {
130
131
  margin-top: 4px;
131
132
  }
132
133
  }
134
+
135
+ .${exports.classes.content} {
136
+ margin-top: 2px;
137
+ }
133
138
  }
134
139
 
135
140
  .${exports.classes.close} {
@@ -122,11 +122,16 @@ export const style = defineCss(theme => {
122
122
  flex: 1;
123
123
  font-weight: bold;
124
124
  font-size: ${15 / 14}em;
125
+ margin-top: 2px;
125
126
 
126
127
  & + .${classes.content} {
127
128
  margin-top: 4px;
128
129
  }
129
130
  }
131
+
132
+ .${classes.content} {
133
+ margin-top: 2px;
134
+ }
130
135
  }
131
136
 
132
137
  .${classes.close} {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canlooks/can-ui",
3
- "version": "0.0.92",
3
+ "version": "0.0.93",
4
4
  "author": "C.CanLiang <canlooks@gmail.com>",
5
5
  "description": "My ui framework",
6
6
  "license": "MIT",