mirror of https://github.com/Chocobozzz/PeerTube
Improve download modal input style
parent
5363a766d9
commit
a7f9fae9ab
|
@ -3,8 +3,10 @@
|
|||
|
||||
.peertube-select-container {
|
||||
@include peertube-select-container(100px);
|
||||
border-top-right-radius: 0px;
|
||||
border-bottom-right-radius: 0px;
|
||||
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
border-right: none;
|
||||
|
||||
select {
|
||||
height: inherit;
|
||||
|
|
|
@ -5,10 +5,6 @@
|
|||
margin-right: 0 !important;
|
||||
}
|
||||
|
||||
.btn-outline-secondary {
|
||||
border-color: $input-border-color;
|
||||
}
|
||||
|
||||
.qr-code-group {
|
||||
text-align: center;
|
||||
}
|
||||
|
|
|
@ -60,6 +60,10 @@ input, textarea {
|
|||
color: var(--mainForegroundColor);
|
||||
}
|
||||
|
||||
.btn-outline-secondary {
|
||||
border-color: $input-border-color;
|
||||
}
|
||||
|
||||
label {
|
||||
font-weight: $font-bold;
|
||||
font-size: 15px;
|
||||
|
|
Loading…
Reference in New Issue