Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
css fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
NileshPant1999 committed Sep 6, 2023
1 parent 33d6931 commit 4d3b513
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ <h5 class="clone-settings--header-caption sub-text-color">In this section, you c
</div>
</div>

<div class="clone-settings--configuration-section">
<div class="clone-settings--export-section">
<div fxLayout="row">
<div class="clone-settings--field-section" fxLayout="row" fxLayoutAlign="start center">
<img class="clone-settings--sub-options-icon"
Expand Down Expand Up @@ -266,7 +266,7 @@ <h5 class="clone-settings--header-caption sub-text-color">In this section, you c
</div>
</div>

<div class="clone-settings--configuration-section">
<div class="clone-settings--export-section">
<div fxLayout="row">
<div class="clone-settings--field-section" fxLayout="row" fxLayoutAlign="start center">
<img class="clone-settings--sub-options-icon"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@
&--configuration-section {
padding: 24px 32px;
}

&--export-section {
padding: 0px 32px;
margin: -10px 0px -10px 0px;
}

&--info-icon {
padding: 4px 0px 0px 10px;
Expand Down

0 comments on commit 4d3b513

Please sign in to comment.