Fix button height
This commit is contained in:
parent
68773f79fa
commit
464e4ed92c
|
@ -155,6 +155,7 @@
|
|||
@mixin orange-button-inverted {
|
||||
@include button-focus(pvar(--mainColorLightest));
|
||||
|
||||
padding: 2px 13px;
|
||||
border: 2px solid pvar(--mainColor);
|
||||
font-weight: $font-semibold;
|
||||
|
||||
|
@ -263,6 +264,7 @@
|
|||
cursor: pointer;
|
||||
|
||||
font-size: $button-font-size;
|
||||
line-height: $button-font-size + math.round(math.div($button-font-size, 2));
|
||||
|
||||
my-global-icon + * {
|
||||
@include margin-right(4px);
|
||||
|
@ -312,6 +314,10 @@
|
|||
width: $width;
|
||||
top: $top;
|
||||
}
|
||||
|
||||
span {
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin peertube-file {
|
||||
|
|
Loading…
Reference in New Issue