Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit cfca1c8

Browse files
author
vigneshwaranc
committed
background color changed
1 parent cb56a19 commit cfca1c8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/styles/_ant-design-override.scss

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,16 @@
22
min-height: 100vh;
33
border: 0;
44
}
5+
6+
.ant-layout {
7+
background: rgb(74, 82, 130);
8+
background: linear-gradient(
9+
180deg,
10+
rgba(74, 82, 130, 1) 0%,
11+
rgba(50, 55, 84, 1) 100%
12+
);
13+
}
14+
15+
.ant-card {
16+
border-radius: 10px;
17+
}

0 commit comments

Comments
 (0)