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
a7405c4c
Commit
a7405c4c
authored
Mar 22, 2016
by
Nikolay Gromov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Упорядочил описание групп полей, селектов, кнопок и пр.
parent
7ce3f49c
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
268 additions
and
167 deletions
+268
-167
fields-group.less
src/blocks/fields-group/fields-group.less
+3
-3
blocks_library.html
src/blocks_library.html
+264
-164
btn-mixins.less
src/less/mixins/btn-mixins.less
+1
-0
No files found.
src/blocks/fields-group/fields-group.less
View file @
a7405c4c
...
@@ -65,10 +65,10 @@
...
@@ -65,10 +65,10 @@
.field-select__select,
.field-select__select,
.btn {
.btn {
position: relative;
position: relative;
z-index:
1
;
z-index:
0
;
&:
not(:focus)
{
&:
hover, &:focus
{
z-index:
0
;
z-index:
1
;
}
}
}
}
}
}
src/blocks_library.html
View file @
a7405c4c
This diff is collapsed.
Click to expand it.
src/less/mixins/btn-mixins.less
View file @
a7405c4c
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,7 @@
.btn() {
.btn() {
display: inline-flex;
display: inline-flex;
align-items: center;
align-items: center;
justify-content: center;
position: relative;
position: relative;
padding: @field-padding-top @field-padding-horizontal @field-padding-bottom;
padding: @field-padding-top @field-padding-horizontal @field-padding-bottom;
text-align: center;
text-align: center;
...
...
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