Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
08b53833
Commit
08b53833
authored
Aug 27, 2021
by
Eric Rosenbaum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
responsive style for transfer outcome tiles
parent
5aa1b8c8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
src/views/studio/modals/transfer-host-confirmation.jsx
src/views/studio/modals/transfer-host-confirmation.jsx
+2
-2
src/views/studio/modals/transfer-host-modal.scss
src/views/studio/modals/transfer-host-modal.scss
+7
-1
No files found.
src/views/studio/modals/transfer-host-confirmation.jsx
View file @
08b53833
...
...
@@ -85,7 +85,7 @@ const TransferHostConfirmation = ({
return
(
<
ModalInnerContent
>
<
div
className=
"transfer-outcome"
>
<
div
>
<
div
className=
"transfer-outcome-tile-container"
>
<
div
className=
"transfer-outcome-label"
>
<
FormattedMessage
id=
"studio.transfer.currentHost"
/>
</
div
>
...
...
@@ -102,7 +102,7 @@ const TransferHostConfirmation = ({
className=
"transfer-outcome-arrow"
src=
"/svgs/studio/r-arrow.svg"
/>
<
div
>
<
div
className=
"transfer-outcome-tile-container"
>
<
div
className=
"transfer-outcome-label"
>
<
FormattedMessage
id=
"studio.transfer.newHost"
/>
</
div
>
...
...
src/views/studio/modals/transfer-host-modal.scss
View file @
08b53833
...
...
@@ -173,8 +173,11 @@
display
:
flex
;
}
.transfer-outcome-tile-container
{
flex-basis
:
220px
;
}
.transfer-outcome-tile
{
width
:
220px
;
box-shadow
:
0px
3px
5px
$box-shadow-light-gray
;
}
...
...
@@ -203,5 +206,8 @@
margin-top
:
1rem
;
margin-bottom
:
1rem
;
}
.transfer-outcome-arrow
{
margin
:
auto
1
.5rem
1rem
1
.5rem
;
}
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment