Skip to content

Commit

Permalink
(improv) minor css changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rohinivsenthil committed May 31, 2021
1 parent 884c505 commit 8434fe5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion webview/components/InitialResponseTab/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { ReactComponent as PackageIcon } from "../../icons/package.svg";
export const InitialResponse = () => {
return (
<div className="initial-response-wrapper">
<div>Hit Send to get a response</div>
<div className="initial-text">Hit Send to get a response</div>
<PackageIcon className="img-initial-response" />
</div>
);
Expand Down
5 changes: 4 additions & 1 deletion webview/components/InitialResponseTab/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@
}

.img-initial-response {
margin: 20px;
fill: var(--logo-color);
width: 30%;
height: 30%;
}

.initial-text {
padding: 10px;
}
1 change: 1 addition & 0 deletions webview/shared/Loader/styles.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.loader-wrapper {
display: flex;
flex: 1;
flex-direction: column;
justify-content: center;
align-items: center;
Expand Down

0 comments on commit 8434fe5

Please sign in to comment.