File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,44 @@ <h4 class="text-center my-3">Filters</h4>
32
32
< button class ="filter-btn brightness-add btn btn-info "> +</ button >
33
33
</ div >
34
34
</ div >
35
+
36
+
37
+ < div class ="col-md-3 ">
38
+ < div class ="btn-group btn-group-sm ">
39
+ < button class ="filter-btn
40
+ contrast-remove btn btn-info "> -</ button >
41
+ < button class ="btn btn-secondary btn-disabled " disabled > Contrast</ button >
42
+ < button class ="filter-btn contrast-add btn btn-info "> +</ button >
43
+ </ div >
44
+ </ div >
45
+
46
+
47
+ < div class ="col-md-3 ">
48
+ < div class ="btn-group btn-group-sm ">
49
+ < button class ="filter-btn
50
+ saturation-remove btn btn-info "> -</ button >
51
+ < button class ="btn btn-secondary btn-disabled " disabled > Saturation</ button >
52
+ < button class ="filter-btn saturation-add btn btn-info "> +</ button >
53
+ </ div >
54
+ </ div >
55
+
56
+
57
+
58
+ < div class ="col-md-3 ">
59
+ < div class ="btn-group btn-group-sm ">
60
+ < button class ="filter-btn
61
+ vibrance-remove btn btn-info "> -</ button >
62
+ < button class ="btn btn-secondary btn-disabled " disabled > Vibrance</ button >
63
+ < button class ="filter-btn vibrance-add btn btn-info "> +</ button >
64
+ </ div >
65
+ </ div >
66
+
67
+
68
+
69
+
70
+
71
+
72
+
35
73
</ div >
36
74
</ div >
37
75
</ div >
You can’t perform that action at this time.
0 commit comments