@open-condo/ui 2.16.1 → 2.17.1

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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sun, 31 Mar 2024 12:56:11 GMT
3
+ * Generated on Thu, 11 Apr 2024 14:02:37 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Sun, 31 Mar 2024 12:56:11 GMT
3
+ // Generated on Thu, 11 Apr 2024 14:02:37 GMT
4
4
 
5
5
  @condo-global-spacing-4: 4px;
6
6
  @condo-global-spacing-8: 8px;
@@ -156,4 +156,4 @@
156
156
  @condo-global-color-gray-3: #e1e5ed;
157
157
  @condo-global-color-gray-5: #d0d3e5;
158
158
  @condo-global-color-gray-7: #707695;
159
- @condo-global-transition-duration-default: 0.15s;
159
+ @condo-global-transition-duration-default: 0.15s;
package/dist/styles.css CHANGED
@@ -3828,6 +3828,36 @@ a.condo-btn-secondary {
3828
3828
  -webkit-user-drag: none;
3829
3829
  }
3830
3830
 
3831
+ @media screen and (min-width: 0px ) and (max-width: 767px ) {
3832
+ .condo-card .condo-card-body {
3833
+ padding: 16px;
3834
+ }
3835
+ }
3836
+ @media screen and (min-width: 768px ) {
3837
+ .condo-card .condo-card-body {
3838
+ padding: 24px;
3839
+ }
3840
+ }
3841
+ .condo-card-no-body .condo-card-body {
3842
+ display: none;
3843
+ }
3844
+ .condo-card .condo-card-body-content {
3845
+ width: 100%;
3846
+ white-space: break-spaces;
3847
+ }
3848
+ .condo-card .condo-card-body-content-image-container {
3849
+ display: flex;
3850
+ align-items: center;
3851
+ align-self: stretch;
3852
+ justify-content: center;
3853
+ width: 100%;
3854
+ background-color: #f2f4f6;
3855
+ border-radius: 12px;
3856
+ }
3857
+ .condo-card .condo-card-body-content .condo-btn {
3858
+ width: 100%;
3859
+ }
3860
+
3831
3861
  .condo-card-checkbox-type {
3832
3862
  cursor: pointer;
3833
3863
  }
@@ -3873,36 +3903,6 @@ a.condo-btn-secondary {
3873
3903
  box-shadow: none;
3874
3904
  }
3875
3905
 
3876
- @media screen and (min-width: 0px ) and (max-width: 767px ) {
3877
- .condo-card .condo-card-body {
3878
- padding: 16px;
3879
- }
3880
- }
3881
- @media screen and (min-width: 768px ) {
3882
- .condo-card .condo-card-body {
3883
- padding: 24px;
3884
- }
3885
- }
3886
- .condo-card-no-body .condo-card-body {
3887
- display: none;
3888
- }
3889
- .condo-card .condo-card-body-content {
3890
- width: 100%;
3891
- white-space: break-spaces;
3892
- }
3893
- .condo-card .condo-card-body-content-image-container {
3894
- display: flex;
3895
- align-items: center;
3896
- align-self: stretch;
3897
- justify-content: center;
3898
- width: 100%;
3899
- background-color: #f2f4f6;
3900
- border-radius: 12px;
3901
- }
3902
- .condo-card .condo-card-body-content .condo-btn {
3903
- width: 100%;
3904
- }
3905
-
3906
3906
  /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
3907
3907
  /* stylelint-disable no-duplicate-selectors */
3908
3908
  /* stylelint-disable */
@@ -4619,6 +4619,13 @@ a.condo-btn-secondary {
4619
4619
  .condo-card:active {
4620
4620
  box-shadow: none;
4621
4621
  }
4622
+ .condo-card .condo-card-link-content {
4623
+ display: inline-flex;
4624
+ flex-flow: row;
4625
+ gap: 8px;
4626
+ align-items: center;
4627
+ text-decoration: underline;
4628
+ }
4622
4629
 
4623
4630
  /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
4624
4631
  /* stylelint-disable no-duplicate-selectors */