|
32 | 32 | @text-color-secondary: fade(@black, 45%); |
33 | 33 | @heading-color: fade(#000, 85%); |
34 | 34 | @heading-color-dark: fade(@white, 100%); |
35 | | -@font-size-base : 14px; |
| 35 | +@font-size-base : 13px; |
36 | 36 | @font-size-small : 12px; |
37 | | -@font-size-large : @font-size-base + 2px; |
| 37 | +@font-size-large : 14px; |
| 38 | +@font-size-xlarge : @font-size-base + 2px; |
38 | 39 | @line-height-base : 1.5; |
39 | 40 | @line-height-computed : floor((@font-size-base * @line-height-base)); |
40 | 41 | @border-radius-base : 6px; |
| 42 | +@border-radius-large : 6px; |
| 43 | +@border-radius-medium : 3px; |
41 | 44 | @border-radius-small : 4px; |
42 | 45 | @cursor-disabled : not-allowed; |
43 | 46 |
|
|
79 | 82 |
|
80 | 83 | // Button |
81 | 84 | @btn-height-base : 32px; |
82 | | -@btn-height-large : 40px; |
| 85 | +@btn-height-large : 36px; |
| 86 | +@btn-height-xlarge : 40px; |
83 | 87 | @btn-height-small : 24px; |
84 | 88 |
|
85 | 89 | @btn-padding-base : 0 @padding-md - 1px; |
|
92 | 96 | @btn-padding-small-icon : 1px 7px 2px; |
93 | 97 | @btn-font-size : @font-size-base; |
94 | 98 | @btn-font-size-large : @font-size-large; |
| 99 | +@btn-font-size-xlarge : @font-size-xlarge; |
95 | 100 | @btn-font-size-small : @font-size-base; |
96 | 101 | @btn-border-radius : 4px; |
97 | 102 | @btn-border-radius-small: 3px; |
|
125 | 130 | @grid-gutter-width : 0; |
126 | 131 | @layout-body-background : #f5f7f9; |
127 | 132 | @layout-header-background : #515a6e; |
| 133 | +@layout-header-height-base : 48px; |
128 | 134 | @layout-header-height : 64px; |
129 | 135 | @layout-header-padding : 0 50px; |
130 | 136 | @layout-footer-padding : 24px 50px; |
|
140 | 146 |
|
141 | 147 | // Input |
142 | 148 | @input-height-base : 32px; |
143 | | -@input-height-large : 40px; |
| 149 | +@input-height-large : 36px; |
| 150 | +@input-height-xlarge : 40px; |
144 | 151 | @input-height-small : 24px; |
145 | 152 |
|
146 | 153 | @input-padding-horizontal : 7px; |
|
0 commit comments