File tree 1 file changed +25
-17
lines changed
1 file changed +25
-17
lines changed Original file line number Diff line number Diff line change 71
71
# banner-secondary .download-main .button : hover {
72
72
box-shadow : 0 0 25px rgba (209 , 143 , 79 , 0.9 );
73
73
}
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;
79
77
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% ;
80
83
text-decoration : none;
81
- line-height : 0.8 em ;
84
+ line-height : 1 ;
82
85
}
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 ;
91
90
position : relative;
92
- top : 1em ;
93
91
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 ;
95
103
}
96
104
# content # banner-secondary .download-main .support-notice {
97
- font-size : 12 px ;
105
+ color : # ccc ;
98
106
}
99
107
100
108
.resources {
You can’t perform that action at this time.
0 commit comments