Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
scc-net
netvs
netvs-core
Commits
ea251e6c
Commit
ea251e6c
authored
Feb 19, 2020
by
gj4210
👽
Browse files
UPD: Added spicy shadows
parent
80b4acbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/views/netdb/tokens.vue
View file @
ea251e6c
...
...
@@ -30,18 +30,18 @@
</b-modal>
<b-row>
<b-col
lg=
"9"
>
<b-input-group>
<b-input-group
class=
"shadow"
>
<b-input-group-prepend>
<b-input-group-text>
<font-awesome-icon
:icon=
"['fas', 'filter']"
/>
</b-input-group-text>
</b-input-group-prepend>
<b-form-input
id=
"filter-input"
v-model.trim=
"filter_text"
placeholder=
"Filter"
autofocus
debounce=
"300"
/>
<b-form-input
id=
"filter-input"
v-model.trim=
"filter_text"
placeholder=
"Filter"
autofocus
debounce=
"300"
/>
</b-input-group>
</b-col>
<b-col
lg=
"3"
sm=
"*"
>
<b-button
block
variant=
"outline-success"
v-b-modal.modal-create-account
>
<b-button
block
variant=
"outline-success"
v-b-modal.modal-create-account
class=
"shadow"
>
Subaccount erstellen
</b-button>
</b-col>
...
...
@@ -222,7 +222,7 @@
</template>
</b-modal>
<
template
v-for=
"account in filtered_accounts"
>
<b-card
no-body
:key=
"'card-account-' + account.login_name"
class=
"mb-4"
>
<b-card
no-body
:key=
"'card-account-' + account.login_name"
class=
"mb-4
shadow
"
>
<template
v-slot:header
>
<b-row>
<b-col
lg=
"3"
>
...
...
@@ -618,7 +618,7 @@
transition
:
transform
1s
;
}
.popover
{
.popover
{
max-width
:
100%
;
}
</
style
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment