urfu-ui-kit-vanilla 2.0.0 → 2.0.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/package.json +1 -1
- package/src/main.css +3 -3
package/package.json
CHANGED
package/src/main.css
CHANGED
|
@@ -6939,6 +6939,9 @@ button {
|
|
|
6939
6939
|
.umb100 {
|
|
6940
6940
|
margin-bottom: 100px;
|
|
6941
6941
|
}
|
|
6942
|
+
.uma {
|
|
6943
|
+
margin: auto;
|
|
6944
|
+
}
|
|
6942
6945
|
h1,
|
|
6943
6946
|
.h1 {
|
|
6944
6947
|
font-weight: 600;
|
|
@@ -7052,9 +7055,6 @@ h5,
|
|
|
7052
7055
|
.ujcsa {
|
|
7053
7056
|
justify-content: space-around;
|
|
7054
7057
|
}
|
|
7055
|
-
.uauto {
|
|
7056
|
-
margin: auto;
|
|
7057
|
-
}
|
|
7058
7058
|
.ufg0 {
|
|
7059
7059
|
flex-grow: 0;
|
|
7060
7060
|
}
|