reduce button size

This commit is contained in:
juliandescottes 2017-05-10 01:36:27 +02:00 committed by Julian Descottes
parent 261259b38f
commit b40c1c4744
2 changed files with 4 additions and 4 deletions

View File

@ -225,9 +225,9 @@
}
.import-mode-section .button {
width: 90px;
height: 40px;
font-size: 16px;
width: 75px;
height: 30px;
font-size: 14px;
margin-left: 10px;
flex-grow: 0;

View File

@ -67,7 +67,7 @@
<div class="import-mode">
<div class="import-mode-title">How do you want to import the new content?</div>
<div class="import-mode-section">
<span class="import-mode-section-description">Combine the imported content and your existing sprite.</span>
<span class="import-mode-section-description">Combine the imported content and your sprite.</span>
<button class="import-mode-merge-button button-primary button">Merge</button>
</div>
<div class="import-mode-section">