1
0
Fork 0
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:
Daniel Supernault 2018-04-16 19:10:23 -06:00
parent 3a9f92eb62
commit b8033f4a70

84
public/css/app.css vendored
View file

@ -283,7 +283,7 @@ section {
body { body {
margin: 0; margin: 0;
font-family: "Roboto", sans-serif; font-family: "Roboto", sans-serif;
font-size: 1rem; font-size: 0.9rem;
font-weight: 400; font-weight: 400;
line-height: 1.6; line-height: 1.6;
color: #212529; color: #212529;
@ -609,36 +609,36 @@ h6,
h1, h1,
.h1 { .h1 {
font-size: 2.5rem; font-size: 2.25rem;
} }
h2, h2,
.h2 { .h2 {
font-size: 2rem; font-size: 1.8rem;
} }
h3, h3,
.h3 { .h3 {
font-size: 1.75rem; font-size: 1.575rem;
} }
h4, h4,
.h4 { .h4 {
font-size: 1.5rem; font-size: 1.35rem;
} }
h5, h5,
.h5 { .h5 {
font-size: 1.25rem; font-size: 1.125rem;
} }
h6, h6,
.h6 { .h6 {
font-size: 1rem; font-size: 0.9rem;
} }
.lead { .lead {
font-size: 1.25rem; font-size: 1.125rem;
font-weight: 300; font-weight: 300;
} }
@ -710,7 +710,7 @@ mark,
.blockquote { .blockquote {
margin-bottom: 1rem; margin-bottom: 1rem;
font-size: 1.25rem; font-size: 1.125rem;
} }
.blockquote-footer { .blockquote-footer {
@ -2439,7 +2439,7 @@ pre code {
display: block; display: block;
width: 100%; width: 100%;
padding: 0.375rem 0.75rem; padding: 0.375rem 0.75rem;
font-size: 1rem; font-size: 0.9rem;
line-height: 1.6; line-height: 1.6;
color: #495057; color: #495057;
background-color: #fff; background-color: #fff;
@ -2500,7 +2500,7 @@ pre code {
} }
select.form-control:not([size]):not([multiple]) { select.form-control:not([size]):not([multiple]) {
height: calc(2.35rem + 2px); height: calc(2.19rem + 2px);
} }
select.form-control:focus::-ms-value { select.form-control:focus::-ms-value {
@ -2525,14 +2525,14 @@ select.form-control:focus::-ms-value {
.col-form-label-lg { .col-form-label-lg {
padding-top: calc(0.5rem + 1px); padding-top: calc(0.5rem + 1px);
padding-bottom: calc(0.5rem + 1px); padding-bottom: calc(0.5rem + 1px);
font-size: 1.25rem; font-size: 1.125rem;
line-height: 1.5; line-height: 1.5;
} }
.col-form-label-sm { .col-form-label-sm {
padding-top: calc(0.25rem + 1px); padding-top: calc(0.25rem + 1px);
padding-bottom: calc(0.25rem + 1px); padding-bottom: calc(0.25rem + 1px);
font-size: 0.875rem; font-size: 0.7875rem;
line-height: 1.5; 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-prepend > .btn,
.input-group-sm > .input-group-append > .btn { .input-group-sm > .input-group-append > .btn {
padding: 0.25rem 0.5rem; padding: 0.25rem 0.5rem;
font-size: 0.875rem; font-size: 0.7875rem;
line-height: 1.5; line-height: 1.5;
border-radius: 0.2rem; 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-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-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > 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, .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-prepend > .btn,
.input-group-lg > .input-group-append > .btn { .input-group-lg > .input-group-append > .btn {
padding: 0.5rem 1rem; padding: 0.5rem 1rem;
font-size: 1.25rem; font-size: 1.125rem;
line-height: 1.5; line-height: 1.5;
border-radius: 0.3rem; 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-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-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > 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 { .form-group {
@ -3014,7 +3014,7 @@ select.form-control-lg:not([size]):not([multiple]),
user-select: none; user-select: none;
border: 1px solid transparent; border: 1px solid transparent;
padding: 0.375rem 0.75rem; padding: 0.375rem 0.75rem;
font-size: 1rem; font-size: 0.9rem;
line-height: 1.6; line-height: 1.6;
border-radius: 0.25rem; 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; -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-lg,
.btn-group-lg > .btn { .btn-group-lg > .btn {
padding: 0.5rem 1rem; padding: 0.5rem 1rem;
font-size: 1.25rem; font-size: 1.125rem;
line-height: 1.5; line-height: 1.5;
border-radius: 0.3rem; border-radius: 0.3rem;
} }
@ -3739,7 +3739,7 @@ fieldset:disabled a.btn {
.btn-sm, .btn-sm,
.btn-group-sm > .btn { .btn-group-sm > .btn {
padding: 0.25rem 0.5rem; padding: 0.25rem 0.5rem;
font-size: 0.875rem; font-size: 0.7875rem;
line-height: 1.5; line-height: 1.5;
border-radius: 0.2rem; border-radius: 0.2rem;
} }
@ -3828,7 +3828,7 @@ input[type="button"].btn-block {
min-width: 10rem; min-width: 10rem;
padding: 0.5rem 0; padding: 0.5rem 0;
margin: 0.125rem 0 0; margin: 0.125rem 0 0;
font-size: 1rem; font-size: 0.9rem;
color: #212529; color: #212529;
text-align: left; text-align: left;
list-style: none; list-style: none;
@ -3993,7 +3993,7 @@ input[type="button"].btn-block {
display: block; display: block;
padding: 0.5rem 1.5rem; padding: 0.5rem 1.5rem;
margin-bottom: 0; margin-bottom: 0;
font-size: 0.875rem; font-size: 0.7875rem;
color: #6c757d; color: #6c757d;
white-space: nowrap; white-space: nowrap;
} }
@ -4272,7 +4272,7 @@ input[type="button"].btn-block {
align-items: center; align-items: center;
padding: 0.375rem 0.75rem; padding: 0.375rem 0.75rem;
margin-bottom: 0; margin-bottom: 0;
font-size: 1rem; font-size: 0.9rem;
font-weight: 400; font-weight: 400;
line-height: 1.6; line-height: 1.6;
color: #495057; color: #495057;
@ -4431,7 +4431,7 @@ input[type="button"].btn-block {
.custom-select { .custom-select {
display: inline-block; display: inline-block;
width: 100%; width: 100%;
height: calc(2.35rem + 2px); height: calc(2.19rem + 2px);
padding: 0.375rem 1.75rem 0.375rem 0.75rem; padding: 0.375rem 1.75rem 0.375rem 0.75rem;
line-height: 1.6; line-height: 1.6;
color: #495057; color: #495057;
@ -4474,14 +4474,14 @@ input[type="button"].btn-block {
} }
.custom-select-sm { .custom-select-sm {
height: calc(1.8125rem + 2px); height: calc(1.68125rem + 2px);
padding-top: 0.375rem; padding-top: 0.375rem;
padding-bottom: 0.375rem; padding-bottom: 0.375rem;
font-size: 75%; font-size: 75%;
} }
.custom-select-lg { .custom-select-lg {
height: calc(2.875rem + 2px); height: calc(2.6875rem + 2px);
padding-top: 0.375rem; padding-top: 0.375rem;
padding-bottom: 0.375rem; padding-bottom: 0.375rem;
font-size: 125%; font-size: 125%;
@ -4491,7 +4491,7 @@ input[type="button"].btn-block {
position: relative; position: relative;
display: inline-block; display: inline-block;
width: 100%; width: 100%;
height: calc(2.35rem + 2px); height: calc(2.19rem + 2px);
margin-bottom: 0; margin-bottom: 0;
} }
@ -4499,7 +4499,7 @@ input[type="button"].btn-block {
position: relative; position: relative;
z-index: 2; z-index: 2;
width: 100%; width: 100%;
height: calc(2.35rem + 2px); height: calc(2.19rem + 2px);
margin: 0; margin: 0;
opacity: 0; opacity: 0;
} }
@ -4524,7 +4524,7 @@ input[type="button"].btn-block {
right: 0; right: 0;
left: 0; left: 0;
z-index: 1; z-index: 1;
height: calc(2.35rem + 2px); height: calc(2.19rem + 2px);
padding: 0.375rem 0.75rem; padding: 0.375rem 0.75rem;
line-height: 1.6; line-height: 1.6;
color: #495057; color: #495057;
@ -4540,7 +4540,7 @@ input[type="button"].btn-block {
bottom: 0; bottom: 0;
z-index: 3; z-index: 3;
display: block; display: block;
height: calc(calc(2.35rem + 2px) - 1px * 2); height: calc(calc(2.19rem + 2px) - 1px * 2);
padding: 0.375rem 0.75rem; padding: 0.375rem 0.75rem;
line-height: 1.6; line-height: 1.6;
color: #495057; color: #495057;
@ -4796,10 +4796,10 @@ input[type="button"].btn-block {
.navbar-brand { .navbar-brand {
display: inline-block; display: inline-block;
padding-top: 0.3rem; padding-top: 0.32rem;
padding-bottom: 0.3rem; padding-bottom: 0.32rem;
margin-right: 1rem; margin-right: 1rem;
font-size: 1.25rem; font-size: 1.125rem;
line-height: inherit; line-height: inherit;
white-space: nowrap; white-space: nowrap;
} }
@ -4851,7 +4851,7 @@ input[type="button"].btn-block {
.navbar-toggler { .navbar-toggler {
padding: 0.25rem 0.75rem; padding: 0.25rem 0.75rem;
font-size: 1.25rem; font-size: 1.125rem;
line-height: 1; line-height: 1;
background-color: transparent; background-color: transparent;
border: 1px solid transparent; border: 1px solid transparent;
@ -5644,7 +5644,7 @@ input[type="button"].btn-block {
.pagination-lg .page-link { .pagination-lg .page-link {
padding: 0.75rem 1.5rem; padding: 0.75rem 1.5rem;
font-size: 1.25rem; font-size: 1.125rem;
line-height: 1.5; line-height: 1.5;
} }
@ -5660,7 +5660,7 @@ input[type="button"].btn-block {
.pagination-sm .page-link { .pagination-sm .page-link {
padding: 0.25rem 0.5rem; padding: 0.25rem 0.5rem;
font-size: 0.875rem; font-size: 0.7875rem;
line-height: 1.5; line-height: 1.5;
} }
@ -5833,7 +5833,7 @@ input[type="button"].btn-block {
} }
.alert-dismissible { .alert-dismissible {
padding-right: 4rem; padding-right: 3.85rem;
} }
.alert-dismissible .close { .alert-dismissible .close {
@ -5982,7 +5982,7 @@ input[type="button"].btn-block {
display: flex; display: flex;
height: 1rem; height: 1rem;
overflow: hidden; overflow: hidden;
font-size: 0.75rem; font-size: 0.675rem;
background-color: #e9ecef; background-color: #e9ecef;
border-radius: 0.25rem; border-radius: 0.25rem;
} }
@ -6259,7 +6259,7 @@ input[type="button"].btn-block {
.close { .close {
float: right; float: right;
font-size: 1.5rem; font-size: 1.35rem;
font-weight: 700; font-weight: 700;
line-height: 1; line-height: 1;
color: #000; color: #000;
@ -6484,7 +6484,7 @@ button.close {
word-spacing: normal; word-spacing: normal;
white-space: normal; white-space: normal;
line-break: auto; line-break: auto;
font-size: 0.875rem; font-size: 0.7875rem;
word-wrap: break-word; word-wrap: break-word;
opacity: 0; opacity: 0;
} }
@ -6609,7 +6609,7 @@ button.close {
word-spacing: normal; word-spacing: normal;
white-space: normal; white-space: normal;
line-break: auto; line-break: auto;
font-size: 0.875rem; font-size: 0.7875rem;
word-wrap: break-word; word-wrap: break-word;
background-color: #fff; background-color: #fff;
background-clip: padding-box; background-clip: padding-box;
@ -6771,7 +6771,7 @@ button.close {
.popover-header { .popover-header {
padding: 0.5rem 0.75rem; padding: 0.5rem 0.75rem;
margin-bottom: 0; margin-bottom: 0;
font-size: 1rem; font-size: 0.9rem;
color: inherit; color: inherit;
background-color: #f7f7f7; background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb;