mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
SDA-4002 About symphony modal css update to support JP content
This commit is contained in:
parent
7c41627e0f
commit
b9df71104a
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user