File tree Expand file tree Collapse file tree 2 files changed +36
-14
lines changed
templates/components/Icon Expand file tree Collapse file tree 2 files changed +36
-14
lines changed Original file line number Diff line number Diff line change 3
3
// -----------------------------------------------------------------
4
4
5
5
.IconSearch {
6
-
7
6
}
8
-
9
7
.AppHeader.open + main .IconSearchBox {
10
8
position : unset ;
11
9
}
25
23
26
24
.IconSearch__Input {
27
25
border : var (--bs-border-width ) solid var (--bs-border-color );
28
-
26
+ border-radius : 0 var ( --bs-border-radius ) var ( --bs-border-radius ) 0 !important ;
29
27
& :focus {
30
28
border-color : var (--bs-primary );
31
29
box-shadow : none ;
32
30
outline : revert ;
33
31
}
34
32
}
33
+
34
+ .IconSearch__Iconify {
35
+ position : absolute ;
36
+ right : .75rem ;
37
+ font-size : .7rem ;
38
+ font-stretch : semi-condensed ;
39
+ opacity : .5 ;
40
+ margin : 0 ;
41
+ top : 50% ;
42
+ transform : translateY (-50% );
43
+ }
44
+
45
+ @media screen and (max-width : 768px ) {
46
+ .IconSearchBox fieldset {
47
+ display : flex ;
48
+ flex-wrap : wrap ;
49
+ }
50
+ .IconSearchBox .input-group {
51
+ max-width : none !important ;
52
+ }
53
+ .IconSearch__Display {
54
+ display : none !important ;
55
+ }
56
+ .IconSearch__Query {
57
+ order : 2 ;
58
+ }
59
+ .IconSearch__Iconify {
60
+ top : 125% ;
61
+ font-size : xx-small ;
62
+ }
63
+ }
Original file line number Diff line number Diff line change 33
33
class =" form-control IconSearch__Input"
34
34
id =" IconSearch-Query"
35
35
>
36
- <p style ="
37
- position: absolute;
38
- right: .75rem;
39
- font-size: .7rem;
40
- font-stretch: semi-condensed;
41
- opacity: .5;
42
- margin: 0;
43
- top: 50%;
44
- transform: translateY(-50%);
45
- " >Powered by <a href =" https://iconify.design/" >iconify<span >.</span >design</a ></p >
36
+ <p class =" IconSearch__Iconify" >
37
+ Powered by <a href =" https://iconify.design/" >iconify<span >.</span >design</a >
38
+ </p >
46
39
</div >
47
40
48
- <div class =" d-flex flex-shrink-0" >
41
+ <div class =" d-flex flex-shrink-0 IconSearch__Display " >
49
42
<div class =" btn-group" role =" group" data-controller =" icon-size" >
50
43
<button class =" btn" data-action =" icon-size#small" >
51
44
<twig:Icon name =" grid-small" />
You can’t perform that action at this time.
0 commit comments