Skip to content

Commit 16e59a6

Browse files
committed
Update config-editor.blade.php
1 parent 2d33212 commit 16e59a6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

resources/views/panel/config-editor.blade.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,12 @@
3939
-webkit-transition-duration: 0.3s;
4040
transition-duration: 0.3s;
4141
}
42+
.option h3{
43+
color:white!important;
44+
}
4245
.option:hover, .option:focus, .option:active {
43-
-webkit-transform: scale(1.01);
44-
transform: scale(1.01);
46+
-webkit-transform: scale(1.005);
47+
transform: scale(1.005);
4548
box-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
4649
}
4750
.opt-img{

0 commit comments

Comments
 (0)