quasar-ui-sellmate-ui-kit 2.2.4 → 2.2.6
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/dist/index.common.js +2 -2
- package/dist/index.css +1 -17
- package/dist/index.esm.js +2 -2
- package/dist/index.min.css +2 -2
- package/dist/index.rtl.css +1 -17
- package/dist/index.rtl.min.css +2 -2
- package/dist/index.umd.js +69 -69
- package/dist/index.umd.min.js +2 -2
- package/package.json +1 -1
- package/src/components/SFilePicker.vue +200 -200
- package/src/components/STab.vue +15 -14
- package/src/components/STabs.vue +32 -32
- package/src/css/app.scss +0 -16
package/dist/index.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* quasar-ui-sellmate-ui-kit v2.2.
|
|
2
|
+
* quasar-ui-sellmate-ui-kit v2.2.5
|
|
3
3
|
* (c) 2023 Sellmate Dev Team <dev@sellmate.co.kr>
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -6958,22 +6958,6 @@
|
|
|
6958
6958
|
cursor: not-allowed;
|
|
6959
6959
|
}
|
|
6960
6960
|
|
|
6961
|
-
.q-tab {
|
|
6962
|
-
border: 1px solid #cccccc;
|
|
6963
|
-
border-bottom: transparent;
|
|
6964
|
-
border-top-left-radius: 4px;
|
|
6965
|
-
border-top-right-radius: 4px;
|
|
6966
|
-
padding: 0px 20px;
|
|
6967
|
-
}
|
|
6968
|
-
.q-tab--active {
|
|
6969
|
-
border-top: 1px solid #0075ff;
|
|
6970
|
-
border-left: 1px solid #0075ff;
|
|
6971
|
-
border-right: 1px solid #0075ff;
|
|
6972
|
-
}
|
|
6973
|
-
.q-tab--inactive {
|
|
6974
|
-
border-bottom: 1px solid #cccccc;
|
|
6975
|
-
}
|
|
6976
|
-
|
|
6977
6961
|
.q-card {
|
|
6978
6962
|
border-radius: 8px !important;
|
|
6979
6963
|
}
|