+.card-footer-link, button.card-footer-link {
+ display: block;
+ padding: $-s $-m;
+ line-height: 1;
+ border-top: 1px solid;
+ width: 100%;
+ text-align: left;
+ @include lightDark(border-color, #DDD, #555);
+ border-radius: 0 0 3px 3px;
+ font-size: 0.9em;
+ margin-top: $-xs;
+ &:hover {
+ text-decoration: none;
+ @include lightDark(background-color, #f2f2f2, #2d2d2d);
+ }
+ &:focus {
+ @include lightDark(background-color, #eee, #222);
+ outline: 1px dotted #666;
+ outline-offset: -2px;
+ }
+}