@sankhyalabs/ez-design 2.0.4 → 2.0.5

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.
@@ -137,7 +137,8 @@ body {
137
137
  display: flex;
138
138
  flex-wrap: wrap;
139
139
  align-self: flex-start;
140
- box-sizing: border-box; }
140
+ box-sizing: border-box;
141
+ width: 100%; }
141
142
  .ez-col--stretch {
142
143
  align-self: stretch; }
143
144
  .ez-col--undefined {
@@ -298,6 +299,8 @@ body {
298
299
  justify-content: space-around; }
299
300
  .ez-flex--justify-evenly {
300
301
  justify-content: space-evenly; }
302
+ .ez-flex--justify-center {
303
+ justify-content: center; }
301
304
  .ez-flex--align-items-start {
302
305
  align-items: flex-start; }
303
306
  .ez-flex--align-items-end {
@@ -787,11 +790,11 @@ body {
787
790
  .ez-title--extra-large {
788
791
  font-size: 24px; }
789
792
  .ez-title--center {
790
- text-align: center; }
793
+ justify-content: center; }
791
794
  .ez-title--right {
792
- text-align: right; }
795
+ justify-content: flex-end; }
793
796
  .ez-title--left {
794
- text-align: left; }
797
+ justify-content: flex-start; }
795
798
  .ez-title--primary {
796
799
  color: #2b3a54; }
797
800
  .ez-title--secondary {
@@ -1061,14 +1064,14 @@ body {
1061
1064
  .ez-box--no-border {
1062
1065
  border: none; }
1063
1066
  .ez-box--info--success {
1064
- background-color: #157A00;
1065
- border-radius: 12px;
1067
+ background-color: #E7F6E0;
1066
1068
  color: #157A00;
1069
+ border-radius: 12px;
1067
1070
  padding: 2px 12px; }
1068
1071
  .ez-box--info--warning {
1069
- background-color: #efb103;
1070
- border-radius: 12px;
1072
+ background-color: #fff7d5;
1071
1073
  color: #8c6b00;
1074
+ border-radius: 12px;
1072
1075
  padding: 2px 12px; }
1073
1076
 
1074
1077
  .ez-breadcrumb {