File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 133
133
}
134
134
135
135
}
136
- .schema-field-type-list {
136
+ .schema-field-type-list {
137
137
border-radius : 1px ;
138
138
// background: @gray6;
139
139
143
143
144
144
.schema-field-type {
145
145
height : 5px ;
146
- width : 100% ;
147
146
margin-right : 2px ;
148
147
background : @gray1 ;
149
148
}
Original file line number Diff line number Diff line change 1
1
// minicharts
2
2
@mc-blue0 : #43B1E5 ;
3
- @mc-blue1 : lighten (@mc-blue0 , 10 % );
4
- @mc-blue2 : lighten (@mc-blue0 , 20 % );
5
- @mc-blue3 : lighten (@mc-blue0 , 30 % );
6
- @mc-blue4 : lighten (@mc-blue0 , 40 % );
7
- @mc-blue5 : lighten (@mc-blue0 , 50 % );
3
+ @mc-blue1 : lighten (@mc-blue0 , 7.5 % );
4
+ @mc-blue2 : lighten (@mc-blue0 , 15 % );
5
+ @mc-blue3 : lighten (@mc-blue0 , 22.5 % );
6
+ @mc-blue4 : lighten (@mc-blue0 , 30 % );
7
+ @mc-blue5 : lighten (@mc-blue0 , 37.5 % );
8
8
9
9
@mc-bg : #F2F4F5 ;
10
10
@mc-fg : @mc-blue0 ;
You can’t perform that action at this time.
0 commit comments