Skip to content

Commit 4cc7f82

Browse files
BackendExpertJehanKandyVinuraPathirana
committed
Update
Co-Authored-By: JehanKandy <[email protected]> Co-Authored-By: Vinura Pathirana <[email protected]>
1 parent 2075006 commit 4cc7f82

File tree

7 files changed

+45
-3
lines changed

7 files changed

+45
-3
lines changed

jkcss/v120/jkcss.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,17 @@
4040
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
4141
}
4242

43+
.jkbtn-lg {
44+
padding: 8px 20px;
45+
transition: 0.4s;
46+
border-radius: 5px;
47+
}
48+
49+
.jkbtn-lg:hover {
50+
cursor: pointer;
51+
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
52+
}
53+
4354
.no-border, .jkbtn-info:hover, .jkbtn-info, .jkbtn-yellow:hover, .jkbtn-yellow, .jkbtn-red:hover, .jkbtn-red, .jkbtn-green:hover, .jkbtn-green, .jkbtn-gray:hover, .jkbtn-gray, .jkbtn-blue:hover, .jkbtn-blue {
4455
border: none;
4556
color: var(--text-color);

jkcss/v120/jkcss.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jkcss/v120/root.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,15 @@
3838
.jkbtn-sm:hover {
3939
cursor: pointer;
4040
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
41+
}
42+
43+
.jkbtn-lg {
44+
padding: 8px 20px;
45+
transition: 0.4s;
46+
border-radius: 5px;
47+
}
48+
49+
.jkbtn-lg:hover {
50+
cursor: pointer;
51+
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
4152
}

jkcss/v120/root.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jkcss/v120/root.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,12 @@
3636
cursor: pointer;
3737
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
3838
}
39+
.jkbtn-lg{
40+
padding: 8px 20px;
41+
transition: 0.4s;
42+
border-radius: 5px;
43+
}
44+
.jkbtn-lg:hover{
45+
cursor: pointer;
46+
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
47+
}

jkcss/v120/style.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,17 @@
4141
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
4242
}
4343

44+
.jkbtn-lg {
45+
padding: 8px 20px;
46+
transition: 0.4s;
47+
border-radius: 5px;
48+
}
49+
50+
.jkbtn-lg:hover {
51+
cursor: pointer;
52+
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
53+
}
54+
4455
footer {
4556
background-color: var(--jk-purple);
4657
margin: 20px 0;

jkcss/v120/style.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)