Skip to content

Commit 863a92a

Browse files
committed
Auto Resize Button Height
#594
1 parent 5f562db commit 863a92a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

assets/linkstack/css/brands.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,23 +56,26 @@
5656
button {
5757
display: inline-block;
5858
text-decoration: none;
59-
height: 48px;
59+
height: 100%;
6060
text-align: center;
6161
vertical-align: middle;
6262
font-size: 18px;
6363
width: 300px;
6464
font-weight: 700;
65-
line-height: 48px;
65+
line-height: 20px;
66+
padding: 14px 12px 12px 12px;
6667
letter-spacing: 0.1px;
6768
white-space: wrap;
69+
outline: none;
6870
border-radius: 8px;
6971
cursor: pointer;
7072
}
7173
button:hover,
7274
.button:focus {
7375
color: #333;
7476
border-color: #888;
75-
outline: 0; }
77+
outline: 0;
78+
}
7679
.button.button-primary {
7780
color: #FFF;
7881
filter: brightness(90%) }

0 commit comments

Comments
 (0)