File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -671,10 +671,6 @@ svg {
671671 margin-left : auto;
672672}
673673
674- .mb-5 {
675- margin-bottom : 1.25rem ;
676- }
677-
678674.mb-4 {
679675 margin-bottom : 1rem ;
680676}
@@ -703,6 +699,10 @@ svg {
703699 margin-top : -0.25rem ;
704700}
705701
702+ .mb-5 {
703+ margin-bottom : 1.25rem ;
704+ }
705+
706706.mr-3 {
707707 margin-right : 0.75rem ;
708708}
@@ -1181,11 +1181,6 @@ svg {
11811181 line-height : 1.75rem ;
11821182}
11831183
1184- .text-xl {
1185- font-size : 1.25rem ;
1186- line-height : 1.75rem ;
1187- }
1188-
11891184.text-sm {
11901185 font-size : 0.875rem ;
11911186 line-height : 1.25rem ;
@@ -1196,6 +1191,11 @@ svg {
11961191 line-height : 1rem ;
11971192}
11981193
1194+ .text-xl {
1195+ font-size : 1.25rem ;
1196+ line-height : 1.75rem ;
1197+ }
1198+
11991199.font-bold {
12001200 font-weight : 700 ;
12011201}
@@ -1900,10 +1900,6 @@ svg {
19001900 }
19011901}
19021902
1903- .\[\&\>svg\]\:align-baseline > svg {
1904- vertical-align : baseline;
1905- }
1906-
19071903.\[\&\>svg\]\:align-middle > svg {
19081904 vertical-align : middle;
19091905}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6464 'nav ' => $ nav ,
6565 'logout_url ' => $ auth ? Http::queryString ([], ['logout ' => 'yes ' ]) : null ,
6666 'version ' => Admin::VERSION ,
67- 'back ' => isset ($ _GET ['moreinfo ' ]) || isset ($ _GET ['view ' ]) || isset ($ _GET ['form ' ]),
68- 'back_url ' => Http::queryString (['db ' , 's ' ]),
6967 'panels ' => $ dashboard ->showPanels (),
7068 'dashboard ' => $ dashboard ->dashboard (),
7169 ]);
Original file line number Diff line number Diff line change 5656 <div id =" alerts" class =" w-full md:w-96 ml-auto" >{{ alerts | raw }}</div >
5757 </div >
5858
59- {% if back %}
60- <a class =" text-xl text-{{ color }}-500 hover:text-{{ color }}-700 font-semibold inline-block mb-5 [& >svg]:align-baseline" href =" {{ back_url }}" >
61- {{ svg(' back' ) }} Back
62- </a >
63- {% endif %}
64-
6559 {{ panels | raw }}
6660 {{ dashboard | raw }}
6761 </div >
You can’t perform that action at this time.
0 commit comments