We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d467831 commit 6277dd7Copy full SHA for 6277dd7
aio/content/examples/router-tutorial/src/app/app.component.css
@@ -17,16 +17,7 @@
17
.activebutton {
18
box-shadow: inset 0 1px 0 0 #dcecfb;
19
background: #bddbfa linear-gradient(to bottom, #bddbfa 5%, #80b5ea 100%);
20
- border-radius: 6px;
21
border: 1px solid #84bbf3;
22
- display: inline-block;
23
- cursor: pointer;
24
color: #ffffff;
25
- font-family: Arial, sans-serif;
26
- font-size: 15px;
27
- font-weight: bold;
28
- padding: 6px 24px;
29
- text-decoration: none;
30
text-shadow: 0 1px 0 #528ecc;
31
- outline: 0;
32
}
0 commit comments