SDA-4002 About symphony modal css update to support JP content

This commit is contained in:
sbenmoussati 2022-12-06 15:10:32 +01:00 committed by Salah Benmoussati
parent 7c41627e0f
commit b9df71104a

View File

@ -111,6 +111,7 @@ body {
margin-bottom: 32px; margin-bottom: 32px;
grid-area: main; grid-area: main;
max-width: 100%; max-width: 100%;
width: 100%;
} }
&-copy-container { &-copy-container {
@ -168,10 +169,11 @@ body {
background-color: @electricity-ui-50; background-color: @electricity-ui-50;
color: @electricity-ui-05; color: @electricity-ui-05;
cursor: pointer; cursor: pointer;
padding: 12px 118px;
box-sizing: border-box; box-sizing: border-box;
text-transform: uppercase; text-transform: uppercase;
font-weight: 600; font-weight: 600;
width: 100%;
height: 36px;
&:focus { &:focus {
box-shadow: 0 0 10px rgba(61, 162, 253, 1); box-shadow: 0 0 10px rgba(61, 162, 253, 1);