@pmidc/upyog-css 1.2.40 → 1.2.41

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
@@ -21910,3 +21910,24 @@ input[type=date], .checkbox-wrap .input-emp[type=date] {
21910
21910
  min-width: 360px;
21911
21911
  max-width: 600px;
21912
21912
  padding: 20px; }
21913
+
21914
+ .security-banner {
21915
+ width: 100%;
21916
+ max-width: 920px;
21917
+ margin: 1px auto 20px;
21918
+ padding: 16px 24px;
21919
+ border-radius: 12px;
21920
+ background: -webkit-gradient(linear, left top, right top, from(#1e4db7), to(#3a7bd5));
21921
+ background: linear-gradient(90deg, #1e4db7, #3a7bd5);
21922
+ color: #fff;
21923
+ -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
21924
+ box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
21925
+ display: -webkit-box;
21926
+ display: -ms-flexbox;
21927
+ display: flex;
21928
+ grid-gap: 14px;
21929
+ gap: 14px;
21930
+ -webkit-box-align: start;
21931
+ -ms-flex-align: start;
21932
+ align-items: flex-start;
21933
+ line-height: 1.6; }