File tree Expand file tree Collapse file tree 4 files changed +8
-32
lines changed Expand file tree Collapse file tree 4 files changed +8
-32
lines changed Original file line number Diff line number Diff line change @@ -102,10 +102,6 @@ form legend {
102
102
103
103
/* Utilities
104
104
------------------------------------------------------------------------- */
105
- .jumbotron {
106
- padding : 1.5rem 1rem
107
- }
108
-
109
105
.well {
110
106
background-color : var (--secondary-color );
111
107
border : 1px solid transparent ;
@@ -410,26 +406,6 @@ body#homepage .page-header a.language-selector-dropdown-button .current-language
410
406
display : inline-flex ;
411
407
margin-inline : 5px 10px ;
412
408
}
413
- body #homepage .jumbotron {
414
- background : var (--secondary-color );
415
- display : flex ;
416
- flex-direction : column ;
417
- height : 100% ;
418
- justify-content : center ;
419
- padding : 45px 15px ;
420
- }
421
- body #homepage .jumbotron .btn {
422
- font-size : 19px ;
423
- line-height : 1.33333 ;
424
- padding : 18px 27px ;
425
- border-radius : 6px ;
426
- margin-top : 20px ;
427
- }
428
- body #homepage .jumbotron P {
429
- margin-bottom : 0 ;
430
- font-size : 23px ;
431
- font-weight : 400
432
- }
433
409
434
410
/* Page: 'Login'
435
411
------------------------------------------------------------------------- */
Original file line number Diff line number Diff line change 10
10
<span class =" metadata" ><twig:ux:icon name =" tabler:user" /> {{ post .author .fullName }}</span >
11
11
</p >
12
12
13
- <div class =" jumbotron " >
13
+ <div class =" bg-body-tertiary mb-3 p-3 rounded " >
14
14
<p class =" mb-0" ><strong >{{ ' label.summary' | trans }}</strong >: {{ post .summary }}</p >
15
15
</div >
16
16
Original file line number Diff line number Diff line change 6
6
{% for post in paginator .results %}
7
7
{{ include (' blog/_post.html.twig' ) }}
8
8
{% else %}
9
- <div class =" jumbotron " >{{ ' post.no_posts_found' | trans }}</div >
9
+ <div class =" bg-body-tertiary mb-3 p-3 rounded " >{{ ' post.no_posts_found' | trans }}</div >
10
10
{% endfor %}
11
11
12
12
{% if paginator .hasToPaginate %}
Original file line number Diff line number Diff line change 19
19
20
20
<div class =" row" >
21
21
<div class =" col-sm" >
22
- <div class =" jumbotron " >
23
- <p >
22
+ <div class =" bg-body-tertiary px-3 py-5 rounded-3 " >
23
+ <p class = " fs-4 " >
24
24
{{ ' help.browse_app' | trans| raw }}
25
25
</p >
26
- <p >
26
+ <p class = " mb-0 " >
27
27
<a class =" btn btn-primary btn-lg" href =" {{ path(' blog_index' ) }}" >
28
28
<twig:ux:icon name =" tabler:users-group" font-size =" 21px" /> {{ ' action.browse_app' | trans }}
29
29
</a >
32
32
</div >
33
33
34
34
<div class =" col-sm" >
35
- <div class =" jumbotron " >
36
- <p >
35
+ <div class =" bg-body-tertiary px-3 py-5 rounded-3 " >
36
+ <p class = " fs-4 " >
37
37
{{ ' help.browse_admin' | trans| raw }}
38
38
</p >
39
- <p >
39
+ <p class = " mb-0 " >
40
40
<a class =" btn btn-primary btn-lg" href =" {{ path(' admin_index' ) }}" >
41
41
<twig:ux:icon name =" tabler:lock" /> {{ ' action.browse_admin' | trans }}
42
42
</a >
You can’t perform that action at this time.
0 commit comments