Compare commits
5 Commits
v0.2.2
...
add-left-x
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
75e6927015 | ||
|
|
261ac8a261 | ||
|
|
78f686abd7 | ||
|
|
d338a1050c | ||
|
|
aa5486a1a3 |
@@ -1,7 +1,7 @@
|
||||
cache: false
|
||||
language: node_js
|
||||
node_js:
|
||||
- "4.1"
|
||||
- "6.14.2"
|
||||
|
||||
install:
|
||||
- npm install
|
||||
|
||||
@@ -77,10 +77,10 @@
|
||||
box-sizing: border-box;
|
||||
|
||||
&:hover {
|
||||
border: 1px solid $cHoverLine;
|
||||
border: 1px solid $cBlueHover;
|
||||
}
|
||||
&:focus {
|
||||
border: 1px solid $cBlue;
|
||||
border: 1px solid $cBlackHover;
|
||||
outline: none;
|
||||
}
|
||||
&:disabled {
|
||||
@@ -90,6 +90,10 @@
|
||||
&.has-error {
|
||||
@include default-form-error-style();
|
||||
}
|
||||
|
||||
&.is-cursor {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
.CDB-FieldError .CDB-Select,
|
||||
|
||||
@@ -44,6 +44,9 @@
|
||||
.u-lSpace--xl {
|
||||
margin-left: 12px;
|
||||
}
|
||||
.u-lSpace--xxl {
|
||||
margin-left: 16px;
|
||||
}
|
||||
|
||||
.u-ellipsis {
|
||||
text-overflow: ellipsis;
|
||||
|
||||
Reference in New Issue
Block a user