Skip to content
This repository was archived by the owner on Mar 16, 2021. It is now read-only.

Commit e68a878

Browse files
committed
css uses /* */
1 parent da9726b commit e68a878

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

Web/css/buttons.css

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33
position: absolute;
44
bottom: 15px;
55
right: 15px;
6-
76
width: 100px;
87
height: 40px;
9-
10-
background-color: #9b52be; //68b723
8+
background-color: #9b52be;
119
outline-color: #9b52be;
1210
border-color: #9b52be;
1311
box-shadow: none;
@@ -38,10 +36,9 @@
3836
.btn-inject:focus, .btn-inject.focus
3937
{
4038
color: #fff;
41-
background-color: #D04D6F; //9bdb4d
39+
background-color: #D04D6F;
4240
border-color: #D04D6F;
4341
transform: translateY(-2px);
44-
// box-shadow: 0 0 0 0.0rem rgba(72, 180, 97, 0.5);
4542
}
4643

4744
.btn-bypass
@@ -71,7 +68,7 @@
7168
background-color: #43d6b5;
7269
border-color: #43d6b5;
7370
transform: translateY(6px);
74-
// box-shadow: 0 0 0 0.0rem rgba(58, 176, 195, 0.5);
71+
/* box-shadow: 0 0 0 0.0rem rgba(58, 176, 195, 0.5); */
7572
}
7673

7774
.btn-theme
@@ -120,7 +117,7 @@
120117
box-shadow: none!important;
121118
}
122119

123-
//.btn-outline-primary:focus
120+
/*.btn-outline-primary:focus */
124121
.btn-outline-primary:focus, .btn-outline-primary:active {
125122
background-color: #F94D35;
126123
color: #ffffff;

0 commit comments

Comments
 (0)