@@ -357,6 +357,7 @@ h2, h3 {
357
357
.featuring-links {
358
358
list-style : none;
359
359
margin : 0 ;
360
+ margin-bottom : -1em ;
360
361
padding : 0 ;
361
362
}
362
363
@@ -402,6 +403,36 @@ h2, h3 {
402
403
width : 2em ;
403
404
}
404
405
406
+ .btn-docs img {
407
+ background-color : # fff ;
408
+ border : 1px solid transparent;
409
+ -webkit-border-radius : 80px ;
410
+ -moz-border-radius : 80px ;
411
+ border-radius : 80px ;
412
+ padding : 4px ;
413
+ width : 40px ;
414
+ /* Transitions */
415
+ -webkit-transition : all 0.5s ease;
416
+ -moz-transition : all 0.5s ease;
417
+ -ms-transition : all 0.5s ease;
418
+ -o-transition : all 0.5s ease;
419
+ transition : all 0.5s ease;
420
+ }
421
+
422
+ .btn-docs : hover img {
423
+ border : 1px solid # ccc ;
424
+ transform : rotate (135deg );
425
+ -webkit-box-shadow : 4px 4px 4px rgba (0 , 0 , 0 , .3 );
426
+ -moz-box-shadow : 4px 4px 4px rgba (0 , 0 , 0 , .3 );
427
+ box-shadow : 4px 4px 4px rgba (0 , 0 , 0 , .3 );
428
+ }
429
+
430
+ .btn-docs : active img {
431
+ -webkit-box-shadow : 4px 4px 4px rgba (0 , 0 , 0 , .5 );
432
+ -moz-box-shadow : 4px 4px 4px rgba (0 , 0 , 0 , .5 );
433
+ box-shadow : 4px 4px 4px rgba (0 , 0 , 0 , .5 );
434
+ }
435
+
405
436
.ext-link {
406
437
display : block;
407
438
padding : 1em ;
@@ -416,6 +447,10 @@ h2, h3 {
416
447
transition : all 0.3s ease;
417
448
}
418
449
450
+ .featuring-links li : last-child .ext-link {
451
+ border-bottom : none;
452
+ }
453
+
419
454
.ext-link : hover {
420
455
background : # f6f6f6 ;
421
456
}
@@ -880,7 +915,7 @@ h2, h3 {
880
915
Modify as content requires.
881
916
========================================================================== */
882
917
883
- @media only screen and (min-width : 35 em ) {
918
+ @media only screen and (min-width : 37 em ) {
884
919
885
920
/*
886
921
Main
@@ -894,6 +929,10 @@ h2, h3 {
894
929
Featuring
895
930
*/
896
931
932
+ .featuring-links li : first-child {
933
+ display : block;
934
+ }
935
+
897
936
.featuring-links {
898
937
text-align : center;
899
938
}
@@ -902,10 +941,6 @@ h2, h3 {
902
941
display : inline-block;
903
942
}
904
943
905
- .featuring-links li : first-child {
906
- display : block;
907
- }
908
-
909
944
.featuring-links .btn {
910
945
display : inline-block;
911
946
padding : 1em 2.4em ;
0 commit comments