File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 44
44
],
45
45
"license" : " Apache-2.0" ,
46
46
"dependencies" : {
47
- "acl" : " ^0.4.9 " ,
47
+ "acl" : " ^0.4.10 " ,
48
48
"bcrypt-nodejs" : " 0.0.3" ,
49
49
"body-parser" : " ^1.17.2" ,
50
50
"breakpoint-sass" : " ^2.7.1" ,
Original file line number Diff line number Diff line change 4
4
@import ' toolkit' ;
5
5
@import ' breakpoint' ;
6
6
@import ' ibm-colors' ;
7
- @import ' modular-scale ' ;
7
+ @import ' modularscale ' ;
8
8
/// /////////////////////
9
9
10
10
/// ///////////////////////////
Original file line number Diff line number Diff line change 103
103
104
104
& --tr {
105
105
& :nth-of-type (even ) {
106
- background-color : color (' neutral- white' , 30 );
106
+ background-color : color (' white' );
107
107
}
108
108
}
109
109
159
159
}
160
160
161
161
& --kbd {
162
- background-color : color (' neutral- white' , 40 );
162
+ background-color : color (' white' );
163
163
border : 1px solid color (' gray' , 10 );
164
164
border-radius : 3px ;
165
165
font-size : ms (-1 );
166
166
padding : .2em .5em ;
167
167
}
168
168
169
169
& --code {
170
- background : color (' neutral- white' , 40 );
170
+ background : color (' white' );
171
171
direction : ltr ;
172
172
font-family : setting-get (' monospace font' );
173
173
font-size : ms (-1 );
Original file line number Diff line number Diff line change 49
49
}
50
50
51
51
& --field-container {
52
- background-color : color (' neutral- white' , 40 );
52
+ background-color : color (' white' );
53
53
margin-top : setting-get (' rhythm' ) / .5 ;
54
54
padding : setting-get (' rhythm' ) / .75 ;
55
55
@include breakpoint (setting-get (' responsive form' )) {
63
63
}
64
64
65
65
& --publish-container {
66
- background-color : color (' neutral- white' , 40 );
66
+ background-color : color (' white' );
67
67
margin-top : setting-get (' rhythm' ) / .5 ;
68
68
order : 0 ;
69
69
padding : setting-get (' rhythm' ) / .75 ;
78
78
& --publish-fields {
79
79
80
80
@include breakpoint (setting-get (' responsive form' )) {
81
- background-color : color (' neutral- white' , 40 );
81
+ background-color : color (' white' );
82
82
order : 1 ;
83
83
padding : setting-get (' rhythm' ) / .5 ;
84
84
}
89
89
}
90
90
91
91
& --legend {
92
- background-color : color (' neutral- white' , 40 );
93
- border : setting-get (' input border width' ) solid color (' neutral- white' , 40 );
92
+ background-color : color (' white' );
93
+ border : setting-get (' input border width' ) solid color (' white' );
94
94
border-radius : setting-get (' input border radius' );
95
- color : color (' black' );
95
+ color : color (' black' , 100 );
96
96
font-weight : setting-get (' bold font weight' );
97
97
padding : 0 setting-get (' rhythm' );
98
98
transform : translateX (setting-get (' rhythm' ) / -1 );
Original file line number Diff line number Diff line change 46
46
}
47
47
48
48
@mixin dt {
49
- background-color : color (' neutral- white' , 40 );
49
+ background-color : color (' white' );
50
50
font-weight : setting-get (' bold font weight' );
51
51
padding : setting-get (' rhythm' ) / 2 setting-get (' rhythm' ) / .75 ;
52
52
You can’t perform that action at this time.
0 commit comments