Fix invite member template (#22782)
This commit is contained in:
@@ -45,8 +45,7 @@
|
|||||||
line-height: 120%; /* 28.8px */
|
line-height: 120%; /* 28.8px */
|
||||||
}
|
}
|
||||||
.button {
|
.button {
|
||||||
display: inline-block;
|
display: block;
|
||||||
width: 480px;
|
|
||||||
padding: 8px 12px;
|
padding: 8px 12px;
|
||||||
color: white;
|
color: white;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@@ -12,7 +12,7 @@
|
|||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
width: 504px;
|
width: 504px;
|
||||||
height: 444px;
|
min-height: 444px;
|
||||||
margin: 40px auto;
|
margin: 40px auto;
|
||||||
padding: 0 48px;
|
padding: 0 48px;
|
||||||
background-color: #fcfcfd;
|
background-color: #fcfcfd;
|
||||||
@@ -31,8 +31,7 @@
|
|||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
.button {
|
.button {
|
||||||
display: inline-block;
|
display: block;
|
||||||
width: 480px;
|
|
||||||
padding: 8px 12px;
|
padding: 8px 12px;
|
||||||
color: white;
|
color: white;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@@ -28,11 +28,10 @@
|
|||||||
|
|
||||||
.header img {
|
.header img {
|
||||||
max-width: 63px;
|
max-width: 63px;
|
||||||
height: auto;
|
min-height: auto;
|
||||||
}
|
}
|
||||||
.button {
|
.button {
|
||||||
display: inline-block;
|
display: block;
|
||||||
width: 480px;
|
|
||||||
padding: 8px 12px;
|
padding: 8px 12px;
|
||||||
color: white;
|
color: white;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@@ -12,7 +12,7 @@
|
|||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
width: 504px;
|
width: 504px;
|
||||||
height: 444px;
|
min-height: 444px;
|
||||||
margin: 40px auto;
|
margin: 40px auto;
|
||||||
padding: 0 48px;
|
padding: 0 48px;
|
||||||
background-color: #fcfcfd;
|
background-color: #fcfcfd;
|
||||||
@@ -31,8 +31,7 @@
|
|||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
.button {
|
.button {
|
||||||
display: inline-block;
|
display: block;
|
||||||
width: 480px;
|
|
||||||
padding: 8px 12px;
|
padding: 8px 12px;
|
||||||
color: white;
|
color: white;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@@ -12,7 +12,7 @@
|
|||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
width: 504px;
|
width: 504px;
|
||||||
height: 444px;
|
min-height: 444px;
|
||||||
margin: 40px auto;
|
margin: 40px auto;
|
||||||
padding: 0 48px;
|
padding: 0 48px;
|
||||||
background-color: #fcfcfd;
|
background-color: #fcfcfd;
|
||||||
@@ -31,8 +31,7 @@
|
|||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
.button {
|
.button {
|
||||||
display: inline-block;
|
display: block;
|
||||||
width: 480px;
|
|
||||||
padding: 8px 12px;
|
padding: 8px 12px;
|
||||||
color: white;
|
color: white;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
Reference in New Issue
Block a user