We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f562db commit 863a92aCopy full SHA for 863a92a
assets/linkstack/css/brands.css
@@ -56,23 +56,26 @@
56
button {
57
display: inline-block;
58
text-decoration: none;
59
- height: 48px;
+ height: 100%;
60
text-align: center;
61
vertical-align: middle;
62
font-size: 18px;
63
width: 300px;
64
font-weight: 700;
65
- line-height: 48px;
+ line-height: 20px;
66
+ padding: 14px 12px 12px 12px;
67
letter-spacing: 0.1px;
68
white-space: wrap;
69
+ outline: none;
70
border-radius: 8px;
71
cursor: pointer;
72
}
73
button:hover,
74
.button:focus {
75
color: #333;
76
border-color: #888;
- outline: 0; }
77
+ outline: 0;
78
+}
79
.button.button-primary {
80
color: #FFF;
81
filter: brightness(90%) }
0 commit comments