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
67c01502
Commit
67c01502
authored
Apr 23, 2016
by
Nikolay Gromov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Добавил навгацию по библиотеке
parent
c6555458
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
188 additions
and
12 deletions
+188
-12
main-nav.less
src/blocks/main-nav/main-nav.less
+13
-0
blocks_library.html
src/blocks_library.html
+175
-12
No files found.
src/blocks/main-nav/main-nav.less
View file @
67c01502
...
...
@@ -79,6 +79,19 @@
display: block;
position: relative;
&--divider {
margin-top: 2rem;
&:before {
content: '';
position: absolute;
top: -1rem;
left: 0;
right: 0;
border-top: 1px solid @gray-light;
}
}
// Сокрытие и показ по наведению
@media (min-width: @screen-lg) {
...
...
src/blocks_library.html
View file @
67c01502
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