Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
K
kpp
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alexandr Veselov
kpp
Commits
c6555458
Commit
c6555458
authored
Apr 22, 2016
by
Nikolay Gromov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Начал добавлять ссылки в навигацию библиотеки
parent
6ca5ea76
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
52 additions
and
31 deletions
+52
-31
main-nav.less
src/blocks/main-nav/main-nav.less
+7
-1
blocks_library.html
src/blocks_library.html
+45
-30
No files found.
src/blocks/main-nav/main-nav.less
View file @
c6555458
...
...
@@ -32,6 +32,10 @@
border: 1px solid @gray-lighter;
border-top: 0;
box-shadow: @shadow;
.main-nav__item:not(:last-child) {
border-bottom: 1px solid @gray-lighter;
}
}
.main-nav__list {
...
...
@@ -40,7 +44,7 @@
.main-nav__link {
padding-left: @grid-gutter-width;
min-width: 1
2
em;
min-width: 1
5
em;
@media (min-width: @screen-lg) {
padding-left: (@grid-gutter-width / 2);
...
...
@@ -57,6 +61,8 @@
background-color: @gray-lightest;
padding-top: 0.3em;
width: auto;
padding-top: 0;
border-top: 1px solid @gray-lighter;
.main-nav__link {
padding-left: (@grid-gutter-width / 2);
...
...
src/blocks_library.html
View file @
c6555458
This diff is collapsed.
Click to expand it.
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