File tree Expand file tree Collapse file tree 1 file changed +25
-17
lines changed Expand file tree Collapse file tree 1 file changed +25
-17
lines changed Original file line number Diff line number Diff line change 7171# banner-secondary .download-main .button : hover {
7272 box-shadow : 0 0 25px rgba (209 , 143 , 79 , 0.9 );
7373}
74- # content # banner-secondary .download-main > a {
75- display : block;
76- padding : 0 0 .5em 0 ;
77- font-size : 2em ;
78- width : 100% ;
74+ # content # banner-secondary .download-main .download {
75+ display : flex;
76+ align-items : center;
7977 text-align : center;
78+ gap : 0.5em ;
79+ padding : 0.5em 1em ;
80+ margin-bottom : 0.5em ;
81+ font-size : 1.5em ;
82+ width : 100% ;
8083 text-decoration : none;
81- line-height : 0.8 em ;
84+ line-height : 1 ;
8285}
83- # content # banner-secondary .download-main > a span {
84- display : block;
85- font-size : 0.6em ;
86- }
87- # content # banner-secondary .download-main > a span .download {
88- background : url ('i/download.png' ) 0 0 ;
89- width : 44px ;
90- height : 37px ;
86+ # content # banner-secondary .download-main > a .download-icon {
87+ background : url ('i/download.png' ) no-repeat 0 0 / 100% 100% ;
88+ width : 35px ;
89+ height : 35px ;
9190 position : relative;
92- top : 1em ;
9391 display : inline-block;
94- margin-right : 0.5em ;
92+ flex-shrink : 0 ;
93+ }
94+ # content # banner-secondary .download-main > a .download-message {
95+ display : flex;
96+ flex-direction : column;
97+ align-items : center;
98+ flex-grow : 1 ;
99+ gap : 0.25em ;
100+ }
101+ # content # banner-secondary .download-main > a .download-version {
102+ font-size : 0.7em ;
95103}
96104# content # banner-secondary .download-main .support-notice {
97- font-size : 12 px ;
105+ color : # ccc ;
98106}
99107
100108.resources {
You can’t perform that action at this time.
0 commit comments