File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
app/design/adminhtml/Magento/backend/web/css/source Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 16
16
@field-control__background-color : @color-white ;
17
17
@field-control__border-color : @action__border-color ;
18
18
@field-control__border-radius : 1px ;
19
- @field-control__border-width : .1 rem ;
19
+ @field-control__border-width : 1 px ;
20
20
@field-control__color : @color-very-dark-gray-black ;
21
21
@field-control__font-size : @action__font-size ;
22
22
@field-control__line-height : @action__line-height ;
Original file line number Diff line number Diff line change 10
10
@action__border-color : @color-gray68 ;
11
11
@action__font-size : @font-size__base ;
12
12
@action__line-height : @line-height__base ;
13
- @action__padding-top : round (((@field-control__height - @field-control__font-size * @field-control__line-height - @field-control__border-width * 2 ) / 2 ), 1 );
13
+
14
+ @action__padding-top : round (((@field-control__height -
15
+ (@field-control__font-size * @field-control__line-height ) -
16
+ ((unit (@field-control__border-width ) / @font-rem-ratio ) * 2 )) / 2 ), 1 );
17
+
14
18
@action__padding-bottom : @field-control__padding-top ;
15
19
@action__height : 3.3rem ;
16
20
You can’t perform that action at this time.
0 commit comments