sccoreui 2.4.0 → 2.4.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.
- package/dist/assets/sccoreui.css +4 -4
- package/package.json +1 -1
package/dist/assets/sccoreui.css
CHANGED
|
@@ -5836,8 +5836,8 @@ box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px var(--gray-100);
|
|
|
5836
5836
|
background: #ffffff;
|
|
5837
5837
|
color: #343a40;
|
|
5838
5838
|
padding: 16px;
|
|
5839
|
-
border-top-right-radius:
|
|
5840
|
-
border-top-left-radius:
|
|
5839
|
+
border-top-right-radius: 12px;
|
|
5840
|
+
border-top-left-radius: 12px;
|
|
5841
5841
|
position: relative;
|
|
5842
5842
|
}
|
|
5843
5843
|
.p-dialog .p-dialog-header .p-dialog-title {
|
|
@@ -5881,8 +5881,8 @@ box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px var(--gray-100);
|
|
|
5881
5881
|
color: #495057;
|
|
5882
5882
|
padding: 16px;
|
|
5883
5883
|
text-align: right;
|
|
5884
|
-
border-bottom-right-radius:
|
|
5885
|
-
border-bottom-left-radius:
|
|
5884
|
+
border-bottom-right-radius: 12px;
|
|
5885
|
+
border-bottom-left-radius: 12px;
|
|
5886
5886
|
}
|
|
5887
5887
|
.p-dialog .p-dialog-footer button {
|
|
5888
5888
|
margin: 0 0.5rem 0 0;
|