Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Site
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
24
Issues
24
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Indienet
Site
Commits
31e20c99
Verified
Commit
31e20c99
authored
Mar 07, 2018
by
Aral Balkan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Complete CSS refactor
parent
74e494a2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
30 additions
and
14 deletions
+30
-14
components/contentTypeFilter.vue
components/contentTypeFilter.vue
+5
-5
components/search.vue
components/search.vue
+4
-7
layouts/default.vue
layouts/default.vue
+2
-2
pages/index.vue
pages/index.vue
+19
-0
No files found.
components/contentTypeFilter.vue
View file @
31e20c99
<
template
>
<div
class=
'tabs is-toggle is-toggle-rounded is-centered content-filter-toggle'
>
<div
class=
'tabs is-toggle is-toggle-rounded is-centered content-filter-toggle
is-small
'
>
<ul>
<li
class=
'is-active'
>
<a>
...
...
@@ -24,9 +24,9 @@ export default {
</
script
>
<
style
>
.content-filter-toggle.tabs
{
font-size
:
1.5vmax
;
margin-top
:
-1.5vmax
;
margin-bottom
:
4vmax
;
.content-filter-toggle.tabs
{
margin-bottom
:
1em
;
}
</
style
>
components/search.vue
View file @
31e20c99
...
...
@@ -51,11 +51,8 @@ export default {
</
script
>
<
style
>
.autocomplete.control
{
margin-left
:
auto
;
margin-right
:
auto
;
width
:
42vmax
;
font-size
:
2vmax
;
margin-top
:
2vmax
;
}
.autocomplete.control
{
margin-left
:
auto
;
margin-right
:
auto
;
}
</
style
>
layouts/default.vue
View file @
31e20c99
...
...
@@ -154,9 +154,9 @@ Controls
Tabs
- - - - - - - - - - - - */
.tabs
{
.tabs
,
.tabs.is-small
{
/* override Bulma default that prevents font scaling */
font-size
:
1em
;
}
</
style
>
pages/index.vue
View file @
31e20c99
...
...
@@ -75,4 +75,23 @@ export default {
max-width
:
42em
;
}
nav
.tabs
{
/* make navigation tab text bigger (ideally these will be h2s) */
font-size
:
1.2em
;
/* make navigation tabs very tall */
line-height
:
2
;
}
.tabs
ul
{
margin
:
0
;
}
.tabs
li
{
margin-bottom
:
0
;
}
</
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