wagtail-enap-designsystem 1.2.1.201__py3-none-any.whl → 1.2.1.203__py3-none-any.whl

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.

Potentially problematic release.


This version of wagtail-enap-designsystem might be problematic. Click here for more details.

@@ -81,21 +81,6 @@
81
81
  }
82
82
  }
83
83
 
84
- .capsula-card {
85
- background: white;
86
- border-radius: 8px;
87
- box-shadow: 0 2px 10px rgba(0,0,0,0.1);
88
- padding: 20px;
89
- display: flex;
90
- flex-direction: column;
91
- height: 100%;
92
- transition: transform 0.2s, box-shadow 0.2s;
93
- }
94
-
95
- .capsula-card:hover {
96
- transform: translateY(-3px);
97
- box-shadow: 0 4px 15px rgba(0,0,0,0.15);
98
- }
99
84
 
100
85
  .capsula-icon {
101
86
  color: #008080;