File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
templates/feature/invoker Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 178178.fu-icon__container {
179179 display : flex;
180180 padding : 2px ;
181+ justify-content : center;
182+ align-items : center;
183+ text-align : center;
181184}
182185
183186.fu-icon__badge {
Original file line number Diff line number Diff line change 99 <div class =" flexrow" >
1010 {{ #each global as |active |}}
1111 {{ #with (lookup @root.wellsprings @key )}}
12- <a class =" wellspring fu-icon--s {{ icon }} {{ #unless active }} inactive{{ /unless }} "
12+ <a class =" wellspring fu-icon__container {{ #unless active }} inactive{{ /unless }} "
1313 data-tooltip =" {{ name }} " data-action =" toggleWellspring"
1414 data-wellspring =" {{ @key }} " >
15+ <i class =" fu-icon--s {{ icon }} " ></i >
1516 </a >
1617 {{ /with }}
1718 {{ /each }}
2728 <div class =" flexrow" >
2829 {{ #each active.wellsprings as |active |}}
2930 {{ #with (lookup @root.wellsprings @key )}}
30- <a class =" wellspring fu-icon--s {{ icon }} {{ #unless active }} inactive{{ /unless }} "
31+ <a class =" wellspring fu-icon__container {{ #unless active }} inactive{{ /unless }} "
3132 data-tooltip =" {{ name }} " data-action =" toggleWellspring"
3233 data-wellspring =" {{ @key }} " >
34+ <i class =" fu-icon--s {{ icon }} " ></i >
3335 </a >
3436 {{ /with }}
3537 {{ /each }}
4547 <div class =" flexrow" >
4648 {{ #each current.wellsprings as |active |}}
4749 {{ #with (lookup @root.wellsprings @key )}}
48- <a class =" wellspring fu-icon--s {{ icon }} {{ #unless active }} inactive{{ /unless }} "
50+ <a class =" wellspring fu-icon__container {{ #unless active }} inactive{{ /unless }} "
4951 data-tooltip =" {{ name }} " data-action =" toggleWellspring"
5052 data-wellspring =" {{ @key }} " >
53+ <i class =" fu-icon--s {{ icon }} " ></i >
5154 </a >
5255 {{ /with }}
5356 {{ /each }}
You can’t perform that action at this time.
0 commit comments