File tree Expand file tree Collapse file tree 3 files changed +5
-14
lines changed
Expand file tree Collapse file tree 3 files changed +5
-14
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,9 @@ include::partial$css/installation-cards.css[]
4343</div>
4444++++
4545
46+ == Browse by Framework
4647++++
4748include::partial$css/installation-cards.css[]
48- <h3 class="brand-section-title">Browse by Framework</h3>
49-
5049<div class="tiny-installation-cards">
5150<div class="framework-cards">
5251 <div class="framework-grid">
Original file line number Diff line number Diff line change 221221
222222.framework-card-link : hover {
223223 text-decoration : none !important ;
224- }
225-
226- .framework-card-link : hover .framework-name ,
227- .framework-card-link : hover .framework-icon {
228- text-decoration : none !important ;
224+ border : 2px solid var (--card-border );
225+ border-radius : 10px ;
226+ transition : all 0.3s ease;
229227}
230228
231229.framework-card {
232230 align-items : center;
233231 background : # fff ;
234- border : 0 ;
235232 border-radius : 0.5rem ;
236233 box-sizing : border-box;
237234 cursor : pointer;
242239 padding : 0.375rem ;
243240 position : relative;
244241 text-decoration : none;
245- transition : opacity 0.2s ease;
246242 width : 5.3125rem ; /* 85px fixed */
247243}
248244
249- .framework-card-link : hover .framework-card {
250- opacity : 0.85 ;
251- }
252-
253245.framework-icon {
254246 font-size : 2.5rem ;
255247 display : flex;
Original file line number Diff line number Diff line change @@ -49,9 +49,9 @@ include::partial$css/installation-cards.css[]
4949</div>
5050++++
5151
52+ === Supported frameworks
5253++++
5354include::partial$css/installation-cards.css[]
54- <h3 class="brand-section-title">Supported frameworks</h3>
5555<div class="tiny-installation-cards">
5656<div class="framework-cards">
5757 <div class="framework-grid">
You can’t perform that action at this time.
0 commit comments