Client - add registration status and info box on users limitation

This commit is contained in:
Sam
2021-10-27 17:10:37 +02:00
parent 2ba931dcf7
commit 87ad351d6d
6 changed files with 49 additions and 11 deletions

View File

@ -66,7 +66,7 @@
:disabled="loading"
@input="updateFile"
/>
<div class="files-help">
<div class="files-help info-box">
<div>
<strong>{{ $t('workouts.GPX_FILE') }}:</strong>
<ul>
@ -75,7 +75,6 @@
</li>
</ul>
</div>
<div>
<strong>{{ $t('workouts.ZIP_ARCHIVE') }}:</strong>
<ul>
@ -497,14 +496,7 @@
.files-help {
display: flex;
justify-content: space-around;
background-color: var(--info-background-color);
border-radius: $border-radius;
color: var(--info-color);
font-size: 0.8em;
margin-top: $default-margin;
padding: $default-padding;
div {
display: flex;
@media screen and (max-width: $medium-limit) {