mirror of
https://gitee.com/jmix/cuba.git
synced 2024-11-30 18:27:56 +08:00
Fix vertical alignment for button icon #PL-1995
This commit is contained in:
parent
bcbd2ebe73
commit
e98de3ead9
@ -33,8 +33,7 @@
|
||||
font-size: 12px;
|
||||
|
||||
.#{$primaryStyleName}-wrap {
|
||||
margin-top: 3px;
|
||||
display: block;
|
||||
vertical-align: middle;
|
||||
|
||||
.#{$primaryStyleName}-caption {
|
||||
font: inherit;
|
||||
@ -45,6 +44,10 @@
|
||||
color: $theme_buttonCaptionColor;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
.v-icon {
|
||||
border-top: 2px transparent solid;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user