mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
Merge pull request #2144 from weili520/button_bug
fix: Update button size
This commit is contained in:
commit
12f5951810
|
|
@ -490,13 +490,13 @@
|
|||
height: 210px;
|
||||
}
|
||||
|
||||
button {
|
||||
.button {
|
||||
position: absolute;
|
||||
right: 12px;
|
||||
bottom: 14px;
|
||||
padding: 9px 16px;
|
||||
border-radius: 16px;
|
||||
font-size: 8px;
|
||||
padding: 10px 20px;
|
||||
border-radius: 28px;
|
||||
font-size: 16px;
|
||||
color: #fff;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
|
|
@ -560,7 +560,7 @@
|
|||
height: 180px !important;
|
||||
}
|
||||
|
||||
button {
|
||||
.button {
|
||||
right: 10px;
|
||||
bottom: 40px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -88,8 +88,8 @@
|
|||
<p>{{ .place }}</p>
|
||||
<div class="imgBox">
|
||||
<img src="{{ .img }}">
|
||||
<a href="{{ .meetupUrl | safeURL }}" target="_blank" rel="noopener noreferrer">
|
||||
<button>{{ i18n "Wonderful review" }}</button>
|
||||
<a class="button" href="{{ .meetupUrl | safeURL }}" target="_blank" rel="noopener noreferrer">
|
||||
{{ i18n "Wonderful review" }}
|
||||
</a>
|
||||
</div>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Reference in New Issue