Mercurial > hg > isophonics-drupal-site
annotate core/themes/classy/css/components/link.css @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | af1871eacc83 |
children |
rev | line source |
---|---|
Chris@0 | 1 /** |
Chris@0 | 2 * @file |
Chris@0 | 3 * Style another element as a link. |
Chris@0 | 4 */ |
Chris@0 | 5 |
Chris@0 | 6 button.link { |
Chris@0 | 7 margin: 0; |
Chris@0 | 8 padding: 0; |
Chris@18 | 9 cursor: pointer; |
Chris@18 | 10 border: 0; |
Chris@18 | 11 background: transparent; |
Chris@0 | 12 font-size: 1em; |
Chris@0 | 13 } |
Chris@0 | 14 label button.link { |
Chris@0 | 15 font-weight: bold; |
Chris@0 | 16 } |