-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OCC-388. #108. Stabilised style and synched type/format behaviour acr…
…oss various transactions.
- Loading branch information
Matthew Mulholland
committed
Jan 18, 2018
1 parent
0c64dd1
commit 4689771
Showing
3 changed files
with
55 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,33 @@ | ||
dangerColor = #ff3860 | ||
|
||
div#constraints | ||
display inline-block | ||
padding-right 0 | ||
padding-top 5px | ||
div | ||
#columnProperties | ||
label | ||
display block | ||
width 100% | ||
text-align left | ||
label | ||
div#format-container | ||
display block | ||
select | ||
input | ||
display inline-block | ||
width auto | ||
border-left 0 | ||
&.constraint-text | ||
float right | ||
width 100% | ||
&.format-pattern | ||
select | ||
width 30% | ||
input | ||
width 70% | ||
// &.validate-danger | ||
// border-color dangerColor | ||
// &:focus | ||
// outline-color dangerColor | ||
|
||
// .help.validate-danger | ||
// @extend div#constraints div | ||
// color dangerColor | ||
// // transform translateX(-40%) | ||
// // width 160% !important | ||
// margin-left 5px | ||
// font-size 12px | ||
// text-align right !important | ||
|
||
// .tooltip-text | ||
// color white | ||
// a | ||
// text-decoration underline !important | ||
div#constraints | ||
display block | ||
padding-right 0 | ||
padding-top 5px | ||
div | ||
display block | ||
width 100% | ||
text-align left | ||
label | ||
input | ||
display inline-block | ||
width auto | ||
border-left 0 | ||
&.constraint-text | ||
float right | ||
width 70% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters