mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Update compiled assets
This commit is contained in:
parent
3a9f92eb62
commit
b8033f4a70
1 changed files with 42 additions and 42 deletions
84
public/css/app.css
vendored
84
public/css/app.css
vendored
|
@ -283,7 +283,7 @@ section {
|
|||
body {
|
||||
margin: 0;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: 1rem;
|
||||
font-size: 0.9rem;
|
||||
font-weight: 400;
|
||||
line-height: 1.6;
|
||||
color: #212529;
|
||||
|
@ -609,36 +609,36 @@ h6,
|
|||
|
||||
h1,
|
||||
.h1 {
|
||||
font-size: 2.5rem;
|
||||
font-size: 2.25rem;
|
||||
}
|
||||
|
||||
h2,
|
||||
.h2 {
|
||||
font-size: 2rem;
|
||||
font-size: 1.8rem;
|
||||
}
|
||||
|
||||
h3,
|
||||
.h3 {
|
||||
font-size: 1.75rem;
|
||||
font-size: 1.575rem;
|
||||
}
|
||||
|
||||
h4,
|
||||
.h4 {
|
||||
font-size: 1.5rem;
|
||||
font-size: 1.35rem;
|
||||
}
|
||||
|
||||
h5,
|
||||
.h5 {
|
||||
font-size: 1.25rem;
|
||||
font-size: 1.125rem;
|
||||
}
|
||||
|
||||
h6,
|
||||
.h6 {
|
||||
font-size: 1rem;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
.lead {
|
||||
font-size: 1.25rem;
|
||||
font-size: 1.125rem;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
|
@ -710,7 +710,7 @@ mark,
|
|||
|
||||
.blockquote {
|
||||
margin-bottom: 1rem;
|
||||
font-size: 1.25rem;
|
||||
font-size: 1.125rem;
|
||||
}
|
||||
|
||||
.blockquote-footer {
|
||||
|
@ -2439,7 +2439,7 @@ pre code {
|
|||
display: block;
|
||||
width: 100%;
|
||||
padding: 0.375rem 0.75rem;
|
||||
font-size: 1rem;
|
||||
font-size: 0.9rem;
|
||||
line-height: 1.6;
|
||||
color: #495057;
|
||||
background-color: #fff;
|
||||
|
@ -2500,7 +2500,7 @@ pre code {
|
|||
}
|
||||
|
||||
select.form-control:not([size]):not([multiple]) {
|
||||
height: calc(2.35rem + 2px);
|
||||
height: calc(2.19rem + 2px);
|
||||
}
|
||||
|
||||
select.form-control:focus::-ms-value {
|
||||
|
@ -2525,14 +2525,14 @@ select.form-control:focus::-ms-value {
|
|||
.col-form-label-lg {
|
||||
padding-top: calc(0.5rem + 1px);
|
||||
padding-bottom: calc(0.5rem + 1px);
|
||||
font-size: 1.25rem;
|
||||
font-size: 1.125rem;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.col-form-label-sm {
|
||||
padding-top: calc(0.25rem + 1px);
|
||||
padding-bottom: calc(0.25rem + 1px);
|
||||
font-size: 0.875rem;
|
||||
font-size: 0.7875rem;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
|
@ -2572,7 +2572,7 @@ select.form-control:focus::-ms-value {
|
|||
.input-group-sm > .input-group-prepend > .btn,
|
||||
.input-group-sm > .input-group-append > .btn {
|
||||
padding: 0.25rem 0.5rem;
|
||||
font-size: 0.875rem;
|
||||
font-size: 0.7875rem;
|
||||
line-height: 1.5;
|
||||
border-radius: 0.2rem;
|
||||
}
|
||||
|
@ -2583,7 +2583,7 @@ select.form-control-sm:not([size]):not([multiple]),
|
|||
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
|
||||
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
|
||||
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
|
||||
height: calc(1.8125rem + 2px);
|
||||
height: calc(1.68125rem + 2px);
|
||||
}
|
||||
|
||||
.form-control-lg,
|
||||
|
@ -2593,7 +2593,7 @@ select.form-control-sm:not([size]):not([multiple]),
|
|||
.input-group-lg > .input-group-prepend > .btn,
|
||||
.input-group-lg > .input-group-append > .btn {
|
||||
padding: 0.5rem 1rem;
|
||||
font-size: 1.25rem;
|
||||
font-size: 1.125rem;
|
||||
line-height: 1.5;
|
||||
border-radius: 0.3rem;
|
||||
}
|
||||
|
@ -2604,7 +2604,7 @@ select.form-control-lg:not([size]):not([multiple]),
|
|||
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
|
||||
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
|
||||
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
|
||||
height: calc(2.875rem + 2px);
|
||||
height: calc(2.6875rem + 2px);
|
||||
}
|
||||
|
||||
.form-group {
|
||||
|
@ -3014,7 +3014,7 @@ select.form-control-lg:not([size]):not([multiple]),
|
|||
user-select: none;
|
||||
border: 1px solid transparent;
|
||||
padding: 0.375rem 0.75rem;
|
||||
font-size: 1rem;
|
||||
font-size: 0.9rem;
|
||||
line-height: 1.6;
|
||||
border-radius: 0.25rem;
|
||||
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
|
||||
|
@ -3731,7 +3731,7 @@ fieldset:disabled a.btn {
|
|||
.btn-lg,
|
||||
.btn-group-lg > .btn {
|
||||
padding: 0.5rem 1rem;
|
||||
font-size: 1.25rem;
|
||||
font-size: 1.125rem;
|
||||
line-height: 1.5;
|
||||
border-radius: 0.3rem;
|
||||
}
|
||||
|
@ -3739,7 +3739,7 @@ fieldset:disabled a.btn {
|
|||
.btn-sm,
|
||||
.btn-group-sm > .btn {
|
||||
padding: 0.25rem 0.5rem;
|
||||
font-size: 0.875rem;
|
||||
font-size: 0.7875rem;
|
||||
line-height: 1.5;
|
||||
border-radius: 0.2rem;
|
||||
}
|
||||
|
@ -3828,7 +3828,7 @@ input[type="button"].btn-block {
|
|||
min-width: 10rem;
|
||||
padding: 0.5rem 0;
|
||||
margin: 0.125rem 0 0;
|
||||
font-size: 1rem;
|
||||
font-size: 0.9rem;
|
||||
color: #212529;
|
||||
text-align: left;
|
||||
list-style: none;
|
||||
|
@ -3993,7 +3993,7 @@ input[type="button"].btn-block {
|
|||
display: block;
|
||||
padding: 0.5rem 1.5rem;
|
||||
margin-bottom: 0;
|
||||
font-size: 0.875rem;
|
||||
font-size: 0.7875rem;
|
||||
color: #6c757d;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
@ -4272,7 +4272,7 @@ input[type="button"].btn-block {
|
|||
align-items: center;
|
||||
padding: 0.375rem 0.75rem;
|
||||
margin-bottom: 0;
|
||||
font-size: 1rem;
|
||||
font-size: 0.9rem;
|
||||
font-weight: 400;
|
||||
line-height: 1.6;
|
||||
color: #495057;
|
||||
|
@ -4431,7 +4431,7 @@ input[type="button"].btn-block {
|
|||
.custom-select {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
height: calc(2.35rem + 2px);
|
||||
height: calc(2.19rem + 2px);
|
||||
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
|
||||
line-height: 1.6;
|
||||
color: #495057;
|
||||
|
@ -4474,14 +4474,14 @@ input[type="button"].btn-block {
|
|||
}
|
||||
|
||||
.custom-select-sm {
|
||||
height: calc(1.8125rem + 2px);
|
||||
height: calc(1.68125rem + 2px);
|
||||
padding-top: 0.375rem;
|
||||
padding-bottom: 0.375rem;
|
||||
font-size: 75%;
|
||||
}
|
||||
|
||||
.custom-select-lg {
|
||||
height: calc(2.875rem + 2px);
|
||||
height: calc(2.6875rem + 2px);
|
||||
padding-top: 0.375rem;
|
||||
padding-bottom: 0.375rem;
|
||||
font-size: 125%;
|
||||
|
@ -4491,7 +4491,7 @@ input[type="button"].btn-block {
|
|||
position: relative;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
height: calc(2.35rem + 2px);
|
||||
height: calc(2.19rem + 2px);
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
|
@ -4499,7 +4499,7 @@ input[type="button"].btn-block {
|
|||
position: relative;
|
||||
z-index: 2;
|
||||
width: 100%;
|
||||
height: calc(2.35rem + 2px);
|
||||
height: calc(2.19rem + 2px);
|
||||
margin: 0;
|
||||
opacity: 0;
|
||||
}
|
||||
|
@ -4524,7 +4524,7 @@ input[type="button"].btn-block {
|
|||
right: 0;
|
||||
left: 0;
|
||||
z-index: 1;
|
||||
height: calc(2.35rem + 2px);
|
||||
height: calc(2.19rem + 2px);
|
||||
padding: 0.375rem 0.75rem;
|
||||
line-height: 1.6;
|
||||
color: #495057;
|
||||
|
@ -4540,7 +4540,7 @@ input[type="button"].btn-block {
|
|||
bottom: 0;
|
||||
z-index: 3;
|
||||
display: block;
|
||||
height: calc(calc(2.35rem + 2px) - 1px * 2);
|
||||
height: calc(calc(2.19rem + 2px) - 1px * 2);
|
||||
padding: 0.375rem 0.75rem;
|
||||
line-height: 1.6;
|
||||
color: #495057;
|
||||
|
@ -4796,10 +4796,10 @@ input[type="button"].btn-block {
|
|||
|
||||
.navbar-brand {
|
||||
display: inline-block;
|
||||
padding-top: 0.3rem;
|
||||
padding-bottom: 0.3rem;
|
||||
padding-top: 0.32rem;
|
||||
padding-bottom: 0.32rem;
|
||||
margin-right: 1rem;
|
||||
font-size: 1.25rem;
|
||||
font-size: 1.125rem;
|
||||
line-height: inherit;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
@ -4851,7 +4851,7 @@ input[type="button"].btn-block {
|
|||
|
||||
.navbar-toggler {
|
||||
padding: 0.25rem 0.75rem;
|
||||
font-size: 1.25rem;
|
||||
font-size: 1.125rem;
|
||||
line-height: 1;
|
||||
background-color: transparent;
|
||||
border: 1px solid transparent;
|
||||
|
@ -5644,7 +5644,7 @@ input[type="button"].btn-block {
|
|||
|
||||
.pagination-lg .page-link {
|
||||
padding: 0.75rem 1.5rem;
|
||||
font-size: 1.25rem;
|
||||
font-size: 1.125rem;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
|
@ -5660,7 +5660,7 @@ input[type="button"].btn-block {
|
|||
|
||||
.pagination-sm .page-link {
|
||||
padding: 0.25rem 0.5rem;
|
||||
font-size: 0.875rem;
|
||||
font-size: 0.7875rem;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
|
@ -5833,7 +5833,7 @@ input[type="button"].btn-block {
|
|||
}
|
||||
|
||||
.alert-dismissible {
|
||||
padding-right: 4rem;
|
||||
padding-right: 3.85rem;
|
||||
}
|
||||
|
||||
.alert-dismissible .close {
|
||||
|
@ -5982,7 +5982,7 @@ input[type="button"].btn-block {
|
|||
display: flex;
|
||||
height: 1rem;
|
||||
overflow: hidden;
|
||||
font-size: 0.75rem;
|
||||
font-size: 0.675rem;
|
||||
background-color: #e9ecef;
|
||||
border-radius: 0.25rem;
|
||||
}
|
||||
|
@ -6259,7 +6259,7 @@ input[type="button"].btn-block {
|
|||
|
||||
.close {
|
||||
float: right;
|
||||
font-size: 1.5rem;
|
||||
font-size: 1.35rem;
|
||||
font-weight: 700;
|
||||
line-height: 1;
|
||||
color: #000;
|
||||
|
@ -6484,7 +6484,7 @@ button.close {
|
|||
word-spacing: normal;
|
||||
white-space: normal;
|
||||
line-break: auto;
|
||||
font-size: 0.875rem;
|
||||
font-size: 0.7875rem;
|
||||
word-wrap: break-word;
|
||||
opacity: 0;
|
||||
}
|
||||
|
@ -6609,7 +6609,7 @@ button.close {
|
|||
word-spacing: normal;
|
||||
white-space: normal;
|
||||
line-break: auto;
|
||||
font-size: 0.875rem;
|
||||
font-size: 0.7875rem;
|
||||
word-wrap: break-word;
|
||||
background-color: #fff;
|
||||
background-clip: padding-box;
|
||||
|
@ -6771,7 +6771,7 @@ button.close {
|
|||
.popover-header {
|
||||
padding: 0.5rem 0.75rem;
|
||||
margin-bottom: 0;
|
||||
font-size: 1rem;
|
||||
font-size: 0.9rem;
|
||||
color: inherit;
|
||||
background-color: #f7f7f7;
|
||||
border-bottom: 1px solid #ebebeb;
|
||||
|
|
Loading…
Add table
Reference in a new issue