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