mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-05 06:01:00 +02:00
Update config-editor.blade.php
This commit is contained in:
parent
2d332128d9
commit
16e59a6285
@ -39,9 +39,12 @@
|
|||||||
-webkit-transition-duration: 0.3s;
|
-webkit-transition-duration: 0.3s;
|
||||||
transition-duration: 0.3s;
|
transition-duration: 0.3s;
|
||||||
}
|
}
|
||||||
|
.option h3{
|
||||||
|
color:white!important;
|
||||||
|
}
|
||||||
.option:hover, .option:focus, .option:active {
|
.option:hover, .option:focus, .option:active {
|
||||||
-webkit-transform: scale(1.01);
|
-webkit-transform: scale(1.005);
|
||||||
transform: scale(1.01);
|
transform: scale(1.005);
|
||||||
box-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
|
box-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
|
||||||
}
|
}
|
||||||
.opt-img{
|
.opt-img{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user