Improve download modal input style

pull/1118/head
Chocobozzz 2018-09-24 17:48:34 +02:00
parent 5363a766d9
commit a7f9fae9ab
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
3 changed files with 8 additions and 6 deletions

View File

@ -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;

View File

@ -5,10 +5,6 @@
margin-right: 0 !important;
}
.btn-outline-secondary {
border-color: $input-border-color;
}
.qr-code-group {
text-align: center;
}

View File

@ -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;