Little style improvements

This commit is contained in:
Grzegorz Leoniec 2018-12-29 16:29:41 +01:00
parent bbe1d4e7c3
commit cad596357a
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377
3 changed files with 12 additions and 9 deletions

View File

@ -41,6 +41,15 @@
>
<div class="avatar-menu-popover">
{{ $t('login.hello') }} <b>{{ user.name }}</b>
<template v-if="user.role !== 'user'">
<ds-text
color="softer"
size="small"
style="margin-bottom: 0"
>
{{ user.role | camelCase }}
</ds-text>
</template>
<ds-menu
:routes="routes"
:is-exact="isExact"

View File

@ -1,6 +1,8 @@
<template>
<ds-card space="small">
{{ $t('settings.data.name') }}
<ds-heading tag="h3">
{{ $t('settings.data.name') }}
</ds-heading>
<ds-input
id="name"
v-model="form.name"

View File

@ -96,10 +96,6 @@
padding-left: $input-height-small;
}
.ds-input-size-small & {
padding-left: $input-height-small;
}
.ds-input-size-large & {
padding-left: $input-height-large;
}
@ -115,9 +111,5 @@
.ds-input-size-large & {
padding-right: $input-height-large;
}
.ds-input-size-large & {
padding-right: $input-height-large;
}
}
}