mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-05 18:47:41 +00:00
Update branding and AFEC
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
.modalContentPadding {
|
.modalContentPadding {
|
||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
width: 513px;
|
width: 513px;
|
||||||
height: 638px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.exitPadding {
|
.exitPadding {
|
||||||
@@ -39,7 +38,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.buttonPadding {
|
.buttonPadding {
|
||||||
padding: 15px 0px 0px 0px;
|
padding: 15px 0px 15px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tryButton {
|
.tryButton {
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ export const WelcomeModal = ({ visible }: { visible: boolean }): JSX.Element =>
|
|||||||
isBlocking={false}
|
isBlocking={false}
|
||||||
styles={{
|
styles={{
|
||||||
main: {
|
main: {
|
||||||
maxHeight: 530,
|
maxHeight: 600,
|
||||||
borderRadius: 10,
|
borderRadius: 10,
|
||||||
overflow: "hidden",
|
overflow: "hidden",
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ exports[`Query Copilot Welcome Modal snapshot test should render when isOpen is
|
|||||||
Object {
|
Object {
|
||||||
"main": Object {
|
"main": Object {
|
||||||
"borderRadius": 10,
|
"borderRadius": 10,
|
||||||
"maxHeight": 530,
|
"maxHeight": 600,
|
||||||
"overflow": "hidden",
|
"overflow": "hidden",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user