Version 1
[yaffs-website] / web / core / themes / classy / css / components / link.css
1 /**
2  * @file
3  * Style another element as a link.
4  */
5
6 button.link {
7   background: transparent;
8   border: 0;
9   cursor: pointer;
10   margin: 0;
11   padding: 0;
12   font-size: 1em;
13 }
14 label button.link {
15   font-weight: bold;
16 }