Skip to content

Commit

Permalink
fixed error page (#1727)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuhaib-aot authored Nov 16, 2023
1 parent a99a48d commit 1666235
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ function ClientTable() {
<tr>
<td className="col-4">
{!isDesigner && (
<button className="btn btn-light btn-small" onClick={() => handleToggle(index) } disabled={!e.description}>
<button className="btn btn-light btn-small mr-2" onClick={() => handleToggle(index) } disabled={!e.description}>
<i
className={`fa ${
openIndex === index
Expand Down
31 changes: 6 additions & 25 deletions forms-flow-web/src/components/NotFound/pagenotfound.scss
Original file line number Diff line number Diff line change
@@ -1,36 +1,17 @@
body {
width: 100%;
height: 100%;
font-weight: 300;
margin: 0;
padding: 0;
}

.circles:after {
content: "";
display: inline-block;
width: 100%;
height: 100px;
background: #fff;
position: absolute;
top: -50px;
left: 0;
transform: skewY(-4deg);
-webkit-transform: skewY(-4deg);
}



.circles {
background: #fff;

text-align: center;
position: relative;
margin-top: -60px;

}

.circles p {
margin-top: 120px;

font-size: 240px;
color: rgb(0, 8, 8);
padding-top: 60px;

position: relative;
font-family: "Raleway", sans-serif;

Expand Down

0 comments on commit 1666235

Please sign in to comment.