MediaWiki:Common.css: відмінності між версіями
Add styles for add-place button
(Fix card image sizing with object-fit cover) |
(Add styles for add-place button) |
||
| Рядок 1: | Рядок 1: | ||
.place- | /* Add-place button */ | ||
display: | .add-place-btn{ text-align:center; margin:20px 0; } | ||
.add-place-btn a{ | |||
padding: | display:inline-block; background:#2a6df4; color:#fff !important; | ||
padding:10px 14px; border-radius:8px; text-decoration:none; | |||
font-weight:600; box-shadow:0 1px 2px rgba(0,0,0,.12); | |||
} | } | ||
. | .add-place-btn a:hover{ background:#1f57c2; } | ||