Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HUB Terra
SMS
Frontend
Commits
3802938a
Commit
3802938a
authored
3 years ago
by
Nils Brinckmann
Browse files
Options
Downloads
Patches
Plain Diff
Fix linter issues
parent
83fb5f87
No related branches found
No related tags found
1 merge request
!91
Draft: Export control mockup
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
components/DeviceExportControlData.vue
+4
-16
4 additions, 16 deletions
components/DeviceExportControlData.vue
components/DeviceExportControlForm.vue
+1
-1
1 addition, 1 deletion
components/DeviceExportControlForm.vue
with
5 additions
and
17 deletions
components/DeviceExportControlData.vue
+
4
−
16
View file @
3802938a
...
...
@@ -53,22 +53,6 @@ permissions and limitations under the Licence.
</div>
</
template
>
<
style
lang=
"scss"
>
@import
'~vuetify/src/styles/settings/variables'
;
@import
'~vuetify/src/styles/settings/colors'
;
label
{
/* TODO: move to its own file */
display
:
block
;
font-size
:
map-deep-get
(
$headings
,
'caption'
,
'size'
);
font-weight
:
map-deep-get
(
$headings
,
'caption'
,
'weight'
);
letter-spacing
:
map-deep-get
(
$headings
,
'caption'
,
'letter-spacing'
);
line-height
:
map-deep-get
(
$headings
,
'caption'
,
'line-height'
);
font-family
:
map-deep-get
(
$headings
,
'caption'
,
'font-family'
);
color
:
map-get
(
$grey
,
'darken-1'
);
}
</
style
>
<
script
lang=
"ts"
>
import
{
Component
,
Vue
,
Prop
}
from
'
nuxt-property-decorator
'
...
...
@@ -88,3 +72,7 @@ export default class DeviceExportControlData extends Vue {
}
}
</
script
>
<
style
lang=
"scss"
>
@import
"@/assets/styles/_readonly_views.scss"
;
</
style
>
This diff is collapsed.
Click to expand it.
components/DeviceExportControlForm.vue
+
1
−
1
View file @
3802938a
...
...
@@ -80,7 +80,7 @@ permissions and limitations under the Licence.
</v-form>
</
template
>
<
script
lang=
"ts"
>
import
{
Component
,
Prop
,
mixins
}
from
'
nuxt-property-decorator
'
import
{
Component
,
Prop
,
Vue
,
mixins
}
from
'
nuxt-property-decorator
'
import
{
Rules
}
from
'
@/mixins/Rules
'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment