File tree Expand file tree Collapse file tree 3 files changed +35
-30
lines changed
blueprint/extensions/blueprint/assets Expand file tree Collapse file tree 3 files changed +35
-30
lines changed Original file line number Diff line number Diff line change @@ -40,25 +40,25 @@ tag[blue] {background-color:#288afb;}
4040[ext-title ]{display : flex; flex-direction : row; align-items : center;}
4141
4242
43- .btn-gray {
44- background-color : # 33404d ;
45- color : # cad1d8 !important ;
46- border-color : # 606d7b ;
47- }
48- .btn-gray : hover {
49- background-color : # 29343e ;
50- color : # cad1d8 !important ;
51- border-color : # 606d7b ;
52- }
53- .btn-gray-alt {
54- background-color : # 4d5b69 ;
55- color : # cad1d8 !important ;
56- border-color : # 4d5b69 ;
57- }
58- .btn-gray-alt : hover {
59- background-color : # 3f4d5a ;
60- color : # cad1d8 !important ;
61- border-color : # 4d5b69 ;
43+ .btn-gray {
44+ background-color : # 33404d ;
45+ color : # cad1d8 !important ;
46+ border-color : # 606d7b ;
47+ }
48+ .btn-gray : hover {
49+ background-color : # 29343e ;
50+ color : # cad1d8 !important ;
51+ border-color : # 606d7b ;
52+ }
53+ .btn-gray-alt {
54+ background-color : # 4d5b69 ;
55+ color : # cad1d8 !important ;
56+ border-color : # 4d5b69 ;
57+ }
58+ .btn-gray-alt : hover {
59+ background-color : # 3f4d5a ;
60+ color : # cad1d8 !important ;
61+ border-color : # 4d5b69 ;
6262}
6363.btn {transition : background-color .3s ;}
6464
@@ -74,9 +74,9 @@ tag[blue] {background-color:#288afb;}
7474.extension-btn-image2 {
7575 position : absolute;
7676 height : 53% ;
77- left : 28 px ;
77+ left : 14 px ;
7878 z-index : 4 ;
79- top : 13 px ;
79+ top : 14 px ;
8080 border-radius : 9px ;
8181}
8282.extension-btn-image {
@@ -170,9 +170,9 @@ tag[blue] {background-color:#288afb;}
170170 margin-left : -7px ;
171171 border-width : 7px ;
172172 border-style : solid;
173- border-color :
174- transparent
175- transparent
176- # 1f2933
173+ border-color :
174+ transparent
175+ transparent
176+ # 1f2933
177177 transparent;
178178}
Original file line number Diff line number Diff line change 55@endsection
66
77@section (' content-header' )
8- <h1 >Extensions<small >Manage and configure all of your installed extensions.</small ></h1 >
8+ <h1 >
9+ Extensions
10+ <small >
11+ Manage and configure all of your installed extensions.
12+ </small >
13+ </h1 >
914 <ol class =" breadcrumb" >
1015 <li ><a href =" {{ route (' admin.index' ) } }" >Admin</a ></li >
1116 <li class =" active" >Extensions</li >
1520@section (' content' )
1621 @if (($PlaceholderService -> installed () != " NOTINSTALLED" ) && ($PlaceholderService -> version () != " ::" . " v" ) )
1722
18- <div class =" col-lg-3 col-md-4 col-sm-6 col-xs-12 text-center" >
23+ <div class =" col-lg-3 col-md-4 col-sm-6 col-xs-12 text-center" style = " padding-left : 0 px ; padding-right : 20 px ; " >
1924 <a href =" {{ route (' admin.extensions.blueprint.index' ) } }" >
2025 <button class =" btn extension-btn" style =" width :100% ;margin-bottom :17px ;" >
2126 <div class =" extension-btn-overlay" ></div >
2934 </span >
3035 {{ $PlaceholderService -> version () } }
3136 </p >
32- <i class =" bi bi-arrow-right-short" style =" font-size : 34px ;position : absolute ;top : 15px ;right : 30 px ;" ></i >
37+ <i class =" bi bi-arrow-right-short" style =" font-size : 34px ;position : absolute ;top : 15px ;right : 35 px ;" ></i >
3338 </button >
3439 </a >
3540 </div >
Original file line number Diff line number Diff line change 11@if (isset ($EXTENSION_ID ) )
2- <div class =" col-lg-3 col-md-4 col-sm-6 col-xs-12 text-center" >
2+ <div class =" col-lg-3 col-md-4 col-sm-6 col-xs-12 text-center" style = " padding-left : 0 px ; padding-right : 20 px ; " >
33 <a href =" {{ route (' admin.extensions.' . $EXTENSION_ID . ' .index' ) } }" >
44 <button class =" btn extension-btn" style =" width :100% ;margin-bottom :17px ;" >
55 <div class =" extension-btn-overlay" ></div >
66 <img src =" {{ $EXTENSION_ICON } }" alt =" {{ $EXTENSION_ID } }" class =" extension-btn-image2" />
77 <img src =" {{ $EXTENSION_ICON } }" alt =" " class =" extension-btn-image" />
88 <p class =" extension-btn-text" >{{ $EXTENSION_NAME } } </p >
99 <p class =" extension-btn-version" >{{ $EXTENSION_VERSION } } </p >
10- <i class =" bi bi-arrow-right-short" style =" font-size : 34px ;position : absolute ;top : 15px ;right : 30 px ;" ></i >
10+ <i class =" bi bi-arrow-right-short" style =" font-size : 34px ;position : absolute ;top : 15px ;right : 35 px ;" ></i >
1111 </button >
1212 </a >
1313 </div >
You can’t perform that action at this time.
0 commit comments