Skip to content

Commit

Permalink
Merge pull request #85 from Ajay-aot/UI-refresh
Browse files Browse the repository at this point in the history
font size and table margin update
  • Loading branch information
shuhaib-aot authored Nov 7, 2023
2 parents 52f53e5 + 818432e commit 36eadf8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions forms-flow-theme/src/components/custom-table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
border-spacing: 0 15px;
width: 100%;
border: none;
margin: 0;

td, th {
padding: 20px;
Expand Down
5 changes: 4 additions & 1 deletion forms-flow-theme/src/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ i.fa.fa-question-circle.text-muted {

.task-head-details {
font-weight: bold;
font-size: 30px;
font-size: 25px;
margin-left: 10px !important;
}

Expand Down Expand Up @@ -698,6 +698,9 @@ div.upload input[type="file"] {
cursor: pointer !important;
}

.application-head-details{
font-size: 25px;
}


hr {
Expand Down

0 comments on commit 36eadf8

Please sign in to comment.