@g1cloud/bluesea 5.0.0-alpha.33 → 5.0.0-alpha.34
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.
- package/css/frame/default.scss +7 -5
- package/dist/style.css +0 -2
- package/package.json +1 -1
package/css/frame/default.scss
CHANGED
|
@@ -161,6 +161,10 @@ header.default-header {
|
|
|
161
161
|
}
|
|
162
162
|
|
|
163
163
|
&:hover {
|
|
164
|
+
.header-title {
|
|
165
|
+
mask-image: linear-gradient(to right, #000 80%, transparent 90%);
|
|
166
|
+
}
|
|
167
|
+
|
|
164
168
|
.close-btn {
|
|
165
169
|
position: absolute;
|
|
166
170
|
top: 4px;
|
|
@@ -200,13 +204,11 @@ header.default-header {
|
|
|
200
204
|
z-index: 10;
|
|
201
205
|
}
|
|
202
206
|
|
|
203
|
-
.bg
|
|
204
|
-
|
|
205
|
-
padding-top: 43px;
|
|
206
|
-
padding-bottom: 16px;
|
|
207
|
+
.colored-bg {
|
|
208
|
+
flex-grow: 1;
|
|
207
209
|
background-color: $primary-100;
|
|
208
210
|
|
|
209
|
-
>
|
|
211
|
+
> .box-style {
|
|
210
212
|
background-color: $white;
|
|
211
213
|
border-radius: 10px;
|
|
212
214
|
}
|
package/dist/style.css
CHANGED
|
@@ -33214,9 +33214,7 @@ textarea {
|
|
|
33214
33214
|
color: #A9A9A9;
|
|
33215
33215
|
}
|
|
33216
33216
|
.bs-tab-sheet.detail-top {
|
|
33217
|
-
background-color: #EAF1FE;
|
|
33218
33217
|
padding: 43px 16px 16px 16px;
|
|
33219
|
-
min-height: calc(100vh - 44px);
|
|
33220
33218
|
}
|
|
33221
33219
|
.bs-tab-sheet.detail-top > .tab-bar {
|
|
33222
33220
|
position: fixed;
|