Skip to content

Commit 7ed33c6

Browse files
author
ankit kumar
committed
button style updated
1 parent ff92c70 commit 7ed33c6

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

css/style.css

+7-5
Original file line numberDiff line numberDiff line change
@@ -747,13 +747,15 @@ h6.sub-heading {
747747
}
748748
/*next*/
749749
.btn-outline-bn {
750-
color: #e53a24 !important;
751-
border-color: #e53a24 !important;
752-
border: 2px solid #e53a24 !important;
753-
border-radius: 20px !important;
750+
background-color: #0d6efd !important;
751+
color: #fff !important;
752+
/* border-color: #0d6efd !important; */
753+
border: 6px solid;
754+
/* border-radius: 20px !important; */
755+
padding: 0 0.75rem;
754756
}
755757
.btn-outline-bn:hover {
756-
background-color: #e53a24;
758+
background-color: #0b5ed7 !important;
757759
color: #fff !important;
758760
}
759761

0 commit comments

Comments
 (0)