File tree Expand file tree Collapse file tree 1 file changed +56
-0
lines changed
Expand file tree Collapse file tree 1 file changed +56
-0
lines changed Original file line number Diff line number Diff line change @@ -1420,6 +1420,62 @@ div.examples-nav {
14201420}
14211421div .examples-nav img { position : relative; top : 11px ; }
14221422
1423+ .donate-card-row {
1424+ display : -webkit-flex;
1425+ display : -ms-flexbox;
1426+ display : flex;
1427+ -webkit-justify-content : space-between;
1428+ -ms-flex-pack : justify;
1429+ justify-content : space-between;
1430+ margin-left : -10px ;
1431+ margin-right : -10px ;
1432+ }
1433+ .donate-card {
1434+ text-align : center;
1435+ width : 30% ;
1436+ border : 1px solid # CBCBCB ;
1437+ /*background: #FAFAFA;*/
1438+ padding : 20px ;
1439+ margin : 10px ;
1440+ display : -webkit-flex;
1441+ display : -ms-flexbox;
1442+ display : flex;
1443+ -webkit-flex-direction : column;
1444+ -ms-flex-direction : column;
1445+ flex-direction : column;
1446+ -webkit-justify-content : center;
1447+ -ms-flex-pack : center;
1448+ justify-content : center;
1449+ }
1450+ .donate-card h4 {
1451+ line-height : 1.3 ;
1452+ margin : 0 0 0.5em 0 ;
1453+ color : # 2c7bb5 ;
1454+ }
1455+ a .donate-card {
1456+ color : # 252525 ;
1457+ }
1458+ a .donate-card : hover {
1459+ border-color : # 2c7bb5 ;
1460+ }
1461+ .donate-list {
1462+ list-style : none;
1463+ margin-left : 0 ;
1464+ padding-left : 0 ;
1465+ }
1466+ .donate-list li {
1467+ margin-bottom : 0 ;
1468+ }
1469+ .donate-list li : before {
1470+ content : '» '
1471+ }
1472+ .donate-content hr {
1473+ margin-top : 2em ;
1474+ margin-bottom : 2em ;
1475+ background : none;
1476+ border : none;
1477+ border-top : 1px solid # CBCBCB ;
1478+ }
14231479
14241480/**************************************************************** updates, courses, happenings ***/
14251481/*
You can’t perform that action at this time.
0 commit comments