@policystudio/policy-studio-ui-vue 1.0.97 → 1.0.98
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/css/psui_styles.css
CHANGED
|
@@ -3848,8 +3848,8 @@ video {
|
|
|
3848
3848
|
display: flex;
|
|
3849
3849
|
flex-direction: column;
|
|
3850
3850
|
border-radius: 0.5rem;
|
|
3851
|
+
width: 100%;
|
|
3851
3852
|
padding: 56px 42px 40px 32px;
|
|
3852
|
-
max-width: 384px;
|
|
3853
3853
|
}
|
|
3854
3854
|
|
|
3855
3855
|
.psui-el-testimonial-icon {
|
|
@@ -3877,6 +3877,7 @@ video {
|
|
|
3877
3877
|
.psui-el-testimonial-info {
|
|
3878
3878
|
display: flex;
|
|
3879
3879
|
flex-direction: column;
|
|
3880
|
+
margin-top: auto;
|
|
3880
3881
|
}
|
|
3881
3882
|
|
|
3882
3883
|
.psui-el-testimonial-info-user {
|
package/package.json
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
@layer components {
|
|
2
2
|
.psui-el-testimonial {
|
|
3
|
-
@apply psui-relative psui-bg-white psui-flex psui-flex-col psui-rounded-lg;
|
|
3
|
+
@apply psui-relative psui-bg-white psui-flex psui-flex-col psui-rounded-lg w-full;
|
|
4
4
|
padding: 56px 42px 40px 32px;
|
|
5
|
-
max-width: 384px;
|
|
6
5
|
|
|
7
6
|
&-icon {
|
|
8
7
|
@apply psui-absolute psui-bg-blue-60 psui-rounded-sm psui-flex psui-items-center;
|
|
@@ -16,10 +15,11 @@
|
|
|
16
15
|
}
|
|
17
16
|
|
|
18
17
|
&-info {
|
|
19
|
-
@apply psui-flex psui-flex-col;
|
|
18
|
+
@apply psui-flex psui-flex-col psui-mt-auto;
|
|
20
19
|
&-user {
|
|
21
20
|
@apply psui-mb-1 psui-text-blue-80 psui-text-small psui-font-bold;
|
|
22
21
|
}
|
|
22
|
+
|
|
23
23
|
&-position,&-jurisdiction {
|
|
24
24
|
@apply psui-text-gray-50 psui-text-small;
|
|
25
25
|
}
|