Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
6faf058c
Commit
6faf058c
authored
May 26, 2017
by
NGPixel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: updated nav buttons look
parent
6f59ee4d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
23 deletions
+16
-23
modal-create-user.vue
client/js/components/modal-create-user.vue
+6
-3
nav.scss
client/scss/components/nav.scss
+10
-20
No files found.
client/js/components/modal-create-user.vue
View file @
6faf058c
<
template
lang=
"pug"
>
<
template
lang=
"pug"
>
.modal(v-bind:class='{ "is-active": isShown }')
transition(:duration="400")
.modal-background
.modal(v-show='isShown', v-cloak)
transition(name='modal-background')
.modal-background(v-show='isShown')
.modal-container
.modal-container
.modal-content
transition(name='modal-content')
.modal-content(v-show='isShown')
header.is-blue
header.is-blue
span Create / Authorize User
span Create / Authorize User
p.modal-notify(v-bind:class='{ "is-active": loading }'): i
p.modal-notify(v-bind:class='{ "is-active": loading }'): i
...
...
client/scss/components/nav.scss
View file @
6faf058c
...
@@ -68,6 +68,11 @@
...
@@ -68,6 +68,11 @@
flex-grow
:
1
;
flex-grow
:
1
;
justify-content
:
flex-end
;
justify-content
:
flex-end
;
}
}
.nav-item
{
align-items
:
stretch
;
padding
:
0
0
0
10px
;
}
}
}
.nav-item
{
.nav-item
{
...
@@ -123,40 +128,25 @@
...
@@ -123,40 +128,25 @@
// BUTTONS
// BUTTONS
.button
{
.button
{
border
:
1px
solid
mc
(
$primary
,
'900'
)
;
border
:
none
;
background-color
:
mc
(
$primary
,
'
8
00'
);
background-color
:
mc
(
$primary
,
'
6
00'
);
transition
:
all
.4s
ease
;
transition
:
all
.4s
ease
;
color
:
#FFF
;
color
:
#FFF
;
border-radius
:
0
;
border-radius
:
0
;
height
:
auto
;
&
:first-child
{
border-top-left-radius
:
4px
;
border-bottom-left-radius
:
4px
;
}
&
:last-child
{
border-top-right-radius
:
4px
;
border-bottom-right-radius
:
4px
;
}
&
.is-outlined
{
&
.is-outlined
{
background-color
:
mc
(
$primary
,
'600'
);
background-color
:
mc
(
$primary
,
'500'
);
border-color
:
mc
(
$primary
,
'800'
);
color
:
mc
(
$primary
,
'100'
);
color
:
mc
(
$primary
,
'100'
);
}
}
&
:hover
{
&
:hover
{
border-color
:
mc
(
$primary
,
'900'
);
background-color
:
mc
(
$primary
,
'700'
);
background-color
:
mc
(
$primary
,
'900'
);
color
:
#FFF
;
color
:
#FFF
;
}
}
}
}
.button
+
.button
{
margin-left
:
1px
;
}
// INPUTS
// INPUTS
.control
{
.control
{
...
...
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