quasar-ui-sellmate-ui-kit 2.2.6 → 2.2.7

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.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * quasar-ui-sellmate-ui-kit v2.2.5
2
+ * quasar-ui-sellmate-ui-kit v2.2.6
3
3
  * (c) 2023 Sellmate Dev Team <dev@sellmate.co.kr>
4
4
  * Released under the MIT License.
5
5
  */
@@ -2904,6 +2904,46 @@
2904
2904
  border-bottom: 1px solid #D8D8D8 !important;
2905
2905
  }
2906
2906
 
2907
+ .s-border-white {
2908
+ border: 1px solid #ffffff !important;
2909
+ }
2910
+
2911
+ .s-border-top-white {
2912
+ border-top: 1px solid #ffffff !important;
2913
+ }
2914
+
2915
+ .s-border-right-white {
2916
+ border-right: 1px solid #ffffff !important;
2917
+ }
2918
+
2919
+ .s-border-left-white {
2920
+ border-left: 1px solid #ffffff !important;
2921
+ }
2922
+
2923
+ .s-border-bottom-white {
2924
+ border-bottom: 1px solid #ffffff !important;
2925
+ }
2926
+
2927
+ .s-border-black {
2928
+ border: 1px solid #000000 !important;
2929
+ }
2930
+
2931
+ .s-border-top-black {
2932
+ border-top: 1px solid #000000 !important;
2933
+ }
2934
+
2935
+ .s-border-right-black {
2936
+ border-right: 1px solid #000000 !important;
2937
+ }
2938
+
2939
+ .s-border-left-black {
2940
+ border-left: 1px solid #000000 !important;
2941
+ }
2942
+
2943
+ .s-border-bottom-black {
2944
+ border-bottom: 1px solid #000000 !important;
2945
+ }
2946
+
2907
2947
  .s-border-color-primary {
2908
2948
  border-color: #051d36 !important;
2909
2949
  }
@@ -6320,6 +6360,62 @@
6320
6360
  border-bottom: 1px solid #D8D8D8 !important;
6321
6361
  }
6322
6362
 
6363
+ .s-border-color-white {
6364
+ border-color: #ffffff !important;
6365
+ }
6366
+
6367
+ .text-white {
6368
+ color: #ffffff !important;
6369
+ }
6370
+
6371
+ .bg-white {
6372
+ background-color: #ffffff !important;
6373
+ }
6374
+
6375
+ .s-border-top-white {
6376
+ border-top: 1px solid #ffffff !important;
6377
+ }
6378
+
6379
+ .s-border-right-white {
6380
+ border-right: 1px solid #ffffff !important;
6381
+ }
6382
+
6383
+ .s-border-left-white {
6384
+ border-left: 1px solid #ffffff !important;
6385
+ }
6386
+
6387
+ .s-border-bottom-white {
6388
+ border-bottom: 1px solid #ffffff !important;
6389
+ }
6390
+
6391
+ .s-border-color-black {
6392
+ border-color: #000000 !important;
6393
+ }
6394
+
6395
+ .text-black {
6396
+ color: #000000 !important;
6397
+ }
6398
+
6399
+ .bg-black {
6400
+ background-color: #000000 !important;
6401
+ }
6402
+
6403
+ .s-border-top-black {
6404
+ border-top: 1px solid #000000 !important;
6405
+ }
6406
+
6407
+ .s-border-right-black {
6408
+ border-right: 1px solid #000000 !important;
6409
+ }
6410
+
6411
+ .s-border-left-black {
6412
+ border-left: 1px solid #000000 !important;
6413
+ }
6414
+
6415
+ .s-border-bottom-black {
6416
+ border-bottom: 1px solid #000000 !important;
6417
+ }
6418
+
6323
6419
  .s-border-top-none {
6324
6420
  border-top: none !important;
6325
6421
  }
@@ -6369,6 +6465,10 @@
6369
6465
  border-radius: 16px;
6370
6466
  }
6371
6467
 
6468
+ .s-border-radius-chip {
6469
+ border-radius: 40px;
6470
+ }
6471
+
6372
6472
  .s-border-radius-left-rounded {
6373
6473
  border-radius: 2px 0 0 2px;
6374
6474
  }
@@ -6864,46 +6964,29 @@
6864
6964
  font-weight: 700;
6865
6965
  }
6866
6966
 
6867
- .s-font-page-title {
6868
- font-size: 18px;
6869
- font-weight: 700;
6870
- }
6871
-
6872
- .s-font-page-content-bold {
6873
- font-size: 16px;
6874
- font-weight: 700;
6875
- }
6876
-
6877
- .s-font-page-body-default {
6878
- font-size: 12px;
6967
+ .font-66 {
6968
+ font-size: 66px;
6879
6969
  font-weight: 400;
6880
6970
  }
6881
6971
 
6882
- .s-font-page-body-lg {
6883
- font-size: 14px;
6972
+ .font-66-400 {
6973
+ font-size: 66px;
6884
6974
  font-weight: 400;
6885
6975
  }
6886
6976
 
6887
- .s-font-page-body-semi-bold {
6888
- font-size: 12px;
6977
+ .font-66-500 {
6978
+ font-size: 66px;
6889
6979
  font-weight: 500;
6890
6980
  }
6891
6981
 
6892
- .s-font-page-body-bold {
6893
- font-size: 12px;
6894
- font-weight: 700;
6895
- }
6896
-
6897
- .s-font-page-body-sm {
6898
- font-size: 11px;
6899
- }
6900
-
6901
- .display-none {
6902
- display: none;
6982
+ .font-66-600 {
6983
+ font-size: 66px;
6984
+ font-weight: 600;
6903
6985
  }
6904
6986
 
6905
- .text-underline {
6906
- text-decoration: underline;
6987
+ .font-66-700 {
6988
+ font-size: 66px;
6989
+ font-weight: 700;
6907
6990
  }
6908
6991
 
6909
6992
  .q-field {