mirror of https://github.com/Chocobozzz/PeerTube
parent
420a6043cc
commit
d9a37011c3
|
@ -339,7 +339,8 @@
|
|||
.input-group {
|
||||
> .btn,
|
||||
> .input-group-text {
|
||||
height: $button-height;
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
||||
> .input-group-text {
|
||||
|
|
|
@ -90,9 +90,8 @@
|
|||
}
|
||||
|
||||
@mixin peertube-input-text($width) {
|
||||
padding: 0 15px;
|
||||
padding: 4px 15px;
|
||||
display: inline-block;
|
||||
height: $button-height;
|
||||
width: $width;
|
||||
max-width: $width;
|
||||
color: pvar(--inputForegroundColor);
|
||||
|
@ -401,12 +400,11 @@
|
|||
}
|
||||
|
||||
select {
|
||||
padding: 0 35px 0 12px;
|
||||
padding: 4px 35px 4px 12px;
|
||||
position: relative;
|
||||
border: 1px solid pvar(--inputBorderColor);
|
||||
background: transparent none;
|
||||
appearance: none;
|
||||
height: $button-height;
|
||||
text-overflow: ellipsis;
|
||||
color: pvar(--mainForegroundColor);
|
||||
font-size: $form-input-font-size;
|
||||
|
|
|
@ -39,7 +39,6 @@ $expanded-horizontal-margins: 150px;
|
|||
$not-expanded-horizontal-margins: 30px;
|
||||
|
||||
$button-font-size: 15px;
|
||||
$button-height: 30px;
|
||||
|
||||
$header-height: 50px;
|
||||
$header-border-color: #e9eff6;
|
||||
|
|
Loading…
Reference in New Issue