File tree Expand file tree Collapse file tree 3 files changed +2
-35
lines changed Expand file tree Collapse file tree 3 files changed +2
-35
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33refactor: true
44panel_includes:
55 - toc
6- - ads-panel
76tail_includes:
87 - related-posts
98 - post-nav
Original file line number Diff line number Diff line change 66 top : 2rem ;
77 transition : top 0.2s ease-in-out ;
88 margin-top : 3rem ;
9- position : relative ; // adăugat pentru context absolut ads-panel
109
1110 & :only-child {
1211 position : -webkit-sticky ;
2120 & :not (:first-child ) {
2221 margin-top : 4rem ;
2322 }
24-
25- & .ads-panel {
26- position : absolute ;
27- top : 0 ;
28- right : 0 ;
29- padding : 1rem ;
30- text-align : center ;
31- background-color : var (--panel-bg , #ffffff );
32- border-radius : 0.25rem ;
33- z-index : 1 ;
34- box-shadow : 0 0 8px rgb (0 0 0 / 5% );
35-
36- .adsbygoogle {
37- width : 100% ; // lăsăm Google să își regleze dimensiunea
38- max-width : 100% ;
39- overflow : hidden ;
40- display : block ;
41- }
42- }
4323 }
4424
4525 .content {
4828}
4929
5030#panel-wrapper {
31+ /* the headings */
5132 .panel-heading {
5233 font-family : inherit ;
5334 line-height : inherit ;
8667
8768 @extend %no-bottom-border ;
8869 }
89- }
70+ }
You can’t perform that action at this time.
0 commit comments