Skip to content

Commit 36939b2

Browse files
committed
Patch: FA icon style focused to form-group
1 parent 049503b commit 36939b2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Public/css/panichd.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ h1, h2, h3, h4, h5, h6 {
6565
border-radius : .2rem;
6666
}
6767

68-
.fa {
68+
.form-group .fa {
6969
color: gray;
7070
}
7171

src/Views/shared/assets.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
1717
</style>
1818

19-
<link href="{{ asset('/vendor/panichd/css/panichd.css') }}?v=201800302" rel="stylesheet">
19+
<link href="{{ asset('/vendor/panichd/css/panichd.css') }}?v=20180828" rel="stylesheet">
2020

2121
<script type="text/javascript" src="{{asset('vendor/panichd/js/jQuery/jquery-3.3.1.min.js')}}"></script>
2222
<script type="text/javascript" src="{{asset('vendor/panichd/js/jQuery/jquery-ui-1.12.1.min.js')}}"></script>

0 commit comments

Comments
 (0)