@appscode/design-system 1.0.43-alpha.92 → 1.0.43-alpha.96
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/base/utilities/_default.scss +18 -2
- package/package.json +2 -7
|
@@ -288,6 +288,23 @@ input[type="color"]::-moz-color-swatch {
|
|
|
288
288
|
-webkit-box-orient: vertical;
|
|
289
289
|
}
|
|
290
290
|
}
|
|
291
|
+
// toast css third-party
|
|
292
|
+
|
|
293
|
+
.toasted-container {
|
|
294
|
+
.ac-toast-action.mr-10 {
|
|
295
|
+
text-decoration: underline !important;
|
|
296
|
+
}
|
|
297
|
+
.has-report-issue {
|
|
298
|
+
padding-right: 140px !important;
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
.is-dark-theme {
|
|
302
|
+
.toasted-container {
|
|
303
|
+
i.fa {
|
|
304
|
+
color: #ffffff !important;
|
|
305
|
+
}
|
|
306
|
+
}
|
|
307
|
+
}
|
|
291
308
|
|
|
292
309
|
// flex start
|
|
293
310
|
.is-middle-alignment {
|
|
@@ -931,13 +948,12 @@ $border_color_4: transparent transparent #585d6e transparent;
|
|
|
931
948
|
|
|
932
949
|
// terminal scss start
|
|
933
950
|
.ac-terminal {
|
|
934
|
-
padding: 3px;
|
|
935
951
|
position: fixed;
|
|
936
952
|
bottom: 0px;
|
|
937
953
|
height: 300px;
|
|
938
954
|
width: 100%;
|
|
939
955
|
background-color: $ac-white;
|
|
940
|
-
border: 1px solid var(--ac-white-light);
|
|
956
|
+
border-top: 1px solid var(--ac-white-light);
|
|
941
957
|
|
|
942
958
|
color: $ac-white;
|
|
943
959
|
z-index: 999;
|
package/package.json
CHANGED
|
@@ -1,18 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appscode/design-system",
|
|
3
|
-
"version": "1.0.43-alpha.
|
|
3
|
+
"version": "1.0.43-alpha.96",
|
|
4
4
|
"description": "A design system for Appscode websites and dashboards made using Bulma",
|
|
5
5
|
"main": "main.scss",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@appscode/design-system-images": "0.0.13"
|
|
11
|
-
"bulma-checkradio": "^1.1.1",
|
|
12
|
-
"bulma-switch": "^2.0.0",
|
|
13
|
-
"bulma-tooltip": "^3.0.2",
|
|
14
|
-
"v-calendar": "^1.0.6",
|
|
15
|
-
"vue-multiselect": "^2.1.6"
|
|
10
|
+
"@appscode/design-system-images": "0.0.13"
|
|
16
11
|
},
|
|
17
12
|
"repository": {
|
|
18
13
|
"type": "git",
|