chore: install prettier
This commit is contained in:
@@ -11635,7 +11635,7 @@ a.navbar-item.is-active, a.navbar-item.is-selected,
|
||||
margin: 0.5rem 0;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 767px) {
|
||||
@media screen and (max-width: 1023px) {
|
||||
.navbar > .container {
|
||||
display: block;
|
||||
}
|
||||
@@ -11684,7 +11684,7 @@ a.navbar-item.is-active, a.navbar-item.is-selected,
|
||||
padding-bottom: var(--bulma-navbar-height);
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 768px) {
|
||||
@media screen and (min-width: 1024px) {
|
||||
.navbar,
|
||||
.navbar-menu,
|
||||
.navbar-start,
|
||||
@@ -29234,6 +29234,36 @@ has-background-grey.is-hoverable:active {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
.m-0\.5 {
|
||||
margin: 0.125rem !important;
|
||||
}
|
||||
|
||||
.mt-0\.5 {
|
||||
margin-top: 0.125rem !important;
|
||||
}
|
||||
|
||||
.mr-0\.5 {
|
||||
margin-right: 0.125rem !important;
|
||||
}
|
||||
|
||||
.mb-0\.5 {
|
||||
margin-bottom: 0.125rem !important;
|
||||
}
|
||||
|
||||
.ml-0\.5 {
|
||||
margin-left: 0.125rem !important;
|
||||
}
|
||||
|
||||
.mx-0\.5 {
|
||||
margin-left: 0.125rem !important;
|
||||
margin-right: 0.125rem !important;
|
||||
}
|
||||
|
||||
.my-0\.5 {
|
||||
margin-top: 0.125rem !important;
|
||||
margin-bottom: 0.125rem !important;
|
||||
}
|
||||
|
||||
.m-1 {
|
||||
margin: 0.25rem !important;
|
||||
}
|
||||
@@ -29264,6 +29294,36 @@ has-background-grey.is-hoverable:active {
|
||||
margin-bottom: 0.25rem !important;
|
||||
}
|
||||
|
||||
.m-1\.5 {
|
||||
margin: 0.375rem !important;
|
||||
}
|
||||
|
||||
.mt-1\.5 {
|
||||
margin-top: 0.375rem !important;
|
||||
}
|
||||
|
||||
.mr-1\.5 {
|
||||
margin-right: 0.375rem !important;
|
||||
}
|
||||
|
||||
.mb-1\.5 {
|
||||
margin-bottom: 0.375rem !important;
|
||||
}
|
||||
|
||||
.ml-1\.5 {
|
||||
margin-left: 0.375rem !important;
|
||||
}
|
||||
|
||||
.mx-1\.5 {
|
||||
margin-left: 0.375rem !important;
|
||||
margin-right: 0.375rem !important;
|
||||
}
|
||||
|
||||
.my-1\.5 {
|
||||
margin-top: 0.375rem !important;
|
||||
margin-bottom: 0.375rem !important;
|
||||
}
|
||||
|
||||
.m-2 {
|
||||
margin: 0.5rem !important;
|
||||
}
|
||||
@@ -29294,6 +29354,36 @@ has-background-grey.is-hoverable:active {
|
||||
margin-bottom: 0.5rem !important;
|
||||
}
|
||||
|
||||
.m-2\.5 {
|
||||
margin: 0.625rem !important;
|
||||
}
|
||||
|
||||
.mt-2\.5 {
|
||||
margin-top: 0.625rem !important;
|
||||
}
|
||||
|
||||
.mr-2\.5 {
|
||||
margin-right: 0.625rem !important;
|
||||
}
|
||||
|
||||
.mb-2\.5 {
|
||||
margin-bottom: 0.625rem !important;
|
||||
}
|
||||
|
||||
.ml-2\.5 {
|
||||
margin-left: 0.625rem !important;
|
||||
}
|
||||
|
||||
.mx-2\.5 {
|
||||
margin-left: 0.625rem !important;
|
||||
margin-right: 0.625rem !important;
|
||||
}
|
||||
|
||||
.my-2\.5 {
|
||||
margin-top: 0.625rem !important;
|
||||
margin-bottom: 0.625rem !important;
|
||||
}
|
||||
|
||||
.m-3 {
|
||||
margin: 0.75rem !important;
|
||||
}
|
||||
@@ -29324,6 +29414,36 @@ has-background-grey.is-hoverable:active {
|
||||
margin-bottom: 0.75rem !important;
|
||||
}
|
||||
|
||||
.m-3\.5 {
|
||||
margin: 0.875rem !important;
|
||||
}
|
||||
|
||||
.mt-3\.5 {
|
||||
margin-top: 0.875rem !important;
|
||||
}
|
||||
|
||||
.mr-3\.5 {
|
||||
margin-right: 0.875rem !important;
|
||||
}
|
||||
|
||||
.mb-3\.5 {
|
||||
margin-bottom: 0.875rem !important;
|
||||
}
|
||||
|
||||
.ml-3\.5 {
|
||||
margin-left: 0.875rem !important;
|
||||
}
|
||||
|
||||
.mx-3\.5 {
|
||||
margin-left: 0.875rem !important;
|
||||
margin-right: 0.875rem !important;
|
||||
}
|
||||
|
||||
.my-3\.5 {
|
||||
margin-top: 0.875rem !important;
|
||||
margin-bottom: 0.875rem !important;
|
||||
}
|
||||
|
||||
.m-4 {
|
||||
margin: 1rem !important;
|
||||
}
|
||||
@@ -29354,6 +29474,36 @@ has-background-grey.is-hoverable:active {
|
||||
margin-bottom: 1rem !important;
|
||||
}
|
||||
|
||||
.m-4\.5 {
|
||||
margin: 1.125rem !important;
|
||||
}
|
||||
|
||||
.mt-4\.5 {
|
||||
margin-top: 1.125rem !important;
|
||||
}
|
||||
|
||||
.mr-4\.5 {
|
||||
margin-right: 1.125rem !important;
|
||||
}
|
||||
|
||||
.mb-4\.5 {
|
||||
margin-bottom: 1.125rem !important;
|
||||
}
|
||||
|
||||
.ml-4\.5 {
|
||||
margin-left: 1.125rem !important;
|
||||
}
|
||||
|
||||
.mx-4\.5 {
|
||||
margin-left: 1.125rem !important;
|
||||
margin-right: 1.125rem !important;
|
||||
}
|
||||
|
||||
.my-4\.5 {
|
||||
margin-top: 1.125rem !important;
|
||||
margin-bottom: 1.125rem !important;
|
||||
}
|
||||
|
||||
.m-5 {
|
||||
margin: 1.25rem !important;
|
||||
}
|
||||
@@ -29384,6 +29534,36 @@ has-background-grey.is-hoverable:active {
|
||||
margin-bottom: 1.25rem !important;
|
||||
}
|
||||
|
||||
.m-5\.5 {
|
||||
margin: 1.375rem !important;
|
||||
}
|
||||
|
||||
.mt-5\.5 {
|
||||
margin-top: 1.375rem !important;
|
||||
}
|
||||
|
||||
.mr-5\.5 {
|
||||
margin-right: 1.375rem !important;
|
||||
}
|
||||
|
||||
.mb-5\.5 {
|
||||
margin-bottom: 1.375rem !important;
|
||||
}
|
||||
|
||||
.ml-5\.5 {
|
||||
margin-left: 1.375rem !important;
|
||||
}
|
||||
|
||||
.mx-5\.5 {
|
||||
margin-left: 1.375rem !important;
|
||||
margin-right: 1.375rem !important;
|
||||
}
|
||||
|
||||
.my-5\.5 {
|
||||
margin-top: 1.375rem !important;
|
||||
margin-bottom: 1.375rem !important;
|
||||
}
|
||||
|
||||
.m-6 {
|
||||
margin: 1.5rem !important;
|
||||
}
|
||||
@@ -29414,6 +29594,36 @@ has-background-grey.is-hoverable:active {
|
||||
margin-bottom: 1.5rem !important;
|
||||
}
|
||||
|
||||
.m-6\.5 {
|
||||
margin: 1.625rem !important;
|
||||
}
|
||||
|
||||
.mt-6\.5 {
|
||||
margin-top: 1.625rem !important;
|
||||
}
|
||||
|
||||
.mr-6\.5 {
|
||||
margin-right: 1.625rem !important;
|
||||
}
|
||||
|
||||
.mb-6\.5 {
|
||||
margin-bottom: 1.625rem !important;
|
||||
}
|
||||
|
||||
.ml-6\.5 {
|
||||
margin-left: 1.625rem !important;
|
||||
}
|
||||
|
||||
.mx-6\.5 {
|
||||
margin-left: 1.625rem !important;
|
||||
margin-right: 1.625rem !important;
|
||||
}
|
||||
|
||||
.my-6\.5 {
|
||||
margin-top: 1.625rem !important;
|
||||
margin-bottom: 1.625rem !important;
|
||||
}
|
||||
|
||||
.m-7 {
|
||||
margin: 1.75rem !important;
|
||||
}
|
||||
@@ -29444,6 +29654,36 @@ has-background-grey.is-hoverable:active {
|
||||
margin-bottom: 1.75rem !important;
|
||||
}
|
||||
|
||||
.m-7\.5 {
|
||||
margin: 1.875rem !important;
|
||||
}
|
||||
|
||||
.mt-7\.5 {
|
||||
margin-top: 1.875rem !important;
|
||||
}
|
||||
|
||||
.mr-7\.5 {
|
||||
margin-right: 1.875rem !important;
|
||||
}
|
||||
|
||||
.mb-7\.5 {
|
||||
margin-bottom: 1.875rem !important;
|
||||
}
|
||||
|
||||
.ml-7\.5 {
|
||||
margin-left: 1.875rem !important;
|
||||
}
|
||||
|
||||
.mx-7\.5 {
|
||||
margin-left: 1.875rem !important;
|
||||
margin-right: 1.875rem !important;
|
||||
}
|
||||
|
||||
.my-7\.5 {
|
||||
margin-top: 1.875rem !important;
|
||||
margin-bottom: 1.875rem !important;
|
||||
}
|
||||
|
||||
.m-8 {
|
||||
margin: 2rem !important;
|
||||
}
|
||||
@@ -29474,6 +29714,36 @@ has-background-grey.is-hoverable:active {
|
||||
margin-bottom: 2rem !important;
|
||||
}
|
||||
|
||||
.m-8\.5 {
|
||||
margin: 2.125rem !important;
|
||||
}
|
||||
|
||||
.mt-8\.5 {
|
||||
margin-top: 2.125rem !important;
|
||||
}
|
||||
|
||||
.mr-8\.5 {
|
||||
margin-right: 2.125rem !important;
|
||||
}
|
||||
|
||||
.mb-8\.5 {
|
||||
margin-bottom: 2.125rem !important;
|
||||
}
|
||||
|
||||
.ml-8\.5 {
|
||||
margin-left: 2.125rem !important;
|
||||
}
|
||||
|
||||
.mx-8\.5 {
|
||||
margin-left: 2.125rem !important;
|
||||
margin-right: 2.125rem !important;
|
||||
}
|
||||
|
||||
.my-8\.5 {
|
||||
margin-top: 2.125rem !important;
|
||||
margin-bottom: 2.125rem !important;
|
||||
}
|
||||
|
||||
.m-9 {
|
||||
margin: 2.25rem !important;
|
||||
}
|
||||
@@ -29504,6 +29774,36 @@ has-background-grey.is-hoverable:active {
|
||||
margin-bottom: 2.25rem !important;
|
||||
}
|
||||
|
||||
.m-9\.5 {
|
||||
margin: 2.375rem !important;
|
||||
}
|
||||
|
||||
.mt-9\.5 {
|
||||
margin-top: 2.375rem !important;
|
||||
}
|
||||
|
||||
.mr-9\.5 {
|
||||
margin-right: 2.375rem !important;
|
||||
}
|
||||
|
||||
.mb-9\.5 {
|
||||
margin-bottom: 2.375rem !important;
|
||||
}
|
||||
|
||||
.ml-9\.5 {
|
||||
margin-left: 2.375rem !important;
|
||||
}
|
||||
|
||||
.mx-9\.5 {
|
||||
margin-left: 2.375rem !important;
|
||||
margin-right: 2.375rem !important;
|
||||
}
|
||||
|
||||
.my-9\.5 {
|
||||
margin-top: 2.375rem !important;
|
||||
margin-bottom: 2.375rem !important;
|
||||
}
|
||||
|
||||
.m-10 {
|
||||
margin: 2.5rem !important;
|
||||
}
|
||||
@@ -30104,6 +30404,36 @@ has-background-grey.is-hoverable:active {
|
||||
padding-bottom: 0 !important;
|
||||
}
|
||||
|
||||
.p-0\.5 {
|
||||
padding: 0.125rem !important;
|
||||
}
|
||||
|
||||
.pt-0\.5 {
|
||||
padding-top: 0.125rem !important;
|
||||
}
|
||||
|
||||
.pr-0\.5 {
|
||||
padding-right: 0.125rem !important;
|
||||
}
|
||||
|
||||
.pb-0\.5 {
|
||||
padding-bottom: 0.125rem !important;
|
||||
}
|
||||
|
||||
.pl-0\.5 {
|
||||
padding-left: 0.125rem !important;
|
||||
}
|
||||
|
||||
.px-0\.5 {
|
||||
padding-left: 0.125rem !important;
|
||||
padding-right: 0.125rem !important;
|
||||
}
|
||||
|
||||
.py-0\.5 {
|
||||
padding-top: 0.125rem !important;
|
||||
padding-bottom: 0.125rem !important;
|
||||
}
|
||||
|
||||
.p-1 {
|
||||
padding: 0.25rem !important;
|
||||
}
|
||||
@@ -30134,6 +30464,36 @@ has-background-grey.is-hoverable:active {
|
||||
padding-bottom: 0.25rem !important;
|
||||
}
|
||||
|
||||
.p-1\.5 {
|
||||
padding: 0.375rem !important;
|
||||
}
|
||||
|
||||
.pt-1\.5 {
|
||||
padding-top: 0.375rem !important;
|
||||
}
|
||||
|
||||
.pr-1\.5 {
|
||||
padding-right: 0.375rem !important;
|
||||
}
|
||||
|
||||
.pb-1\.5 {
|
||||
padding-bottom: 0.375rem !important;
|
||||
}
|
||||
|
||||
.pl-1\.5 {
|
||||
padding-left: 0.375rem !important;
|
||||
}
|
||||
|
||||
.px-1\.5 {
|
||||
padding-left: 0.375rem !important;
|
||||
padding-right: 0.375rem !important;
|
||||
}
|
||||
|
||||
.py-1\.5 {
|
||||
padding-top: 0.375rem !important;
|
||||
padding-bottom: 0.375rem !important;
|
||||
}
|
||||
|
||||
.p-2 {
|
||||
padding: 0.5rem !important;
|
||||
}
|
||||
@@ -30164,6 +30524,36 @@ has-background-grey.is-hoverable:active {
|
||||
padding-bottom: 0.5rem !important;
|
||||
}
|
||||
|
||||
.p-2\.5 {
|
||||
padding: 0.625rem !important;
|
||||
}
|
||||
|
||||
.pt-2\.5 {
|
||||
padding-top: 0.625rem !important;
|
||||
}
|
||||
|
||||
.pr-2\.5 {
|
||||
padding-right: 0.625rem !important;
|
||||
}
|
||||
|
||||
.pb-2\.5 {
|
||||
padding-bottom: 0.625rem !important;
|
||||
}
|
||||
|
||||
.pl-2\.5 {
|
||||
padding-left: 0.625rem !important;
|
||||
}
|
||||
|
||||
.px-2\.5 {
|
||||
padding-left: 0.625rem !important;
|
||||
padding-right: 0.625rem !important;
|
||||
}
|
||||
|
||||
.py-2\.5 {
|
||||
padding-top: 0.625rem !important;
|
||||
padding-bottom: 0.625rem !important;
|
||||
}
|
||||
|
||||
.p-3 {
|
||||
padding: 0.75rem !important;
|
||||
}
|
||||
@@ -30194,6 +30584,36 @@ has-background-grey.is-hoverable:active {
|
||||
padding-bottom: 0.75rem !important;
|
||||
}
|
||||
|
||||
.p-3\.5 {
|
||||
padding: 0.875rem !important;
|
||||
}
|
||||
|
||||
.pt-3\.5 {
|
||||
padding-top: 0.875rem !important;
|
||||
}
|
||||
|
||||
.pr-3\.5 {
|
||||
padding-right: 0.875rem !important;
|
||||
}
|
||||
|
||||
.pb-3\.5 {
|
||||
padding-bottom: 0.875rem !important;
|
||||
}
|
||||
|
||||
.pl-3\.5 {
|
||||
padding-left: 0.875rem !important;
|
||||
}
|
||||
|
||||
.px-3\.5 {
|
||||
padding-left: 0.875rem !important;
|
||||
padding-right: 0.875rem !important;
|
||||
}
|
||||
|
||||
.py-3\.5 {
|
||||
padding-top: 0.875rem !important;
|
||||
padding-bottom: 0.875rem !important;
|
||||
}
|
||||
|
||||
.p-4 {
|
||||
padding: 1rem !important;
|
||||
}
|
||||
@@ -30224,6 +30644,36 @@ has-background-grey.is-hoverable:active {
|
||||
padding-bottom: 1rem !important;
|
||||
}
|
||||
|
||||
.p-4\.5 {
|
||||
padding: 1.125rem !important;
|
||||
}
|
||||
|
||||
.pt-4\.5 {
|
||||
padding-top: 1.125rem !important;
|
||||
}
|
||||
|
||||
.pr-4\.5 {
|
||||
padding-right: 1.125rem !important;
|
||||
}
|
||||
|
||||
.pb-4\.5 {
|
||||
padding-bottom: 1.125rem !important;
|
||||
}
|
||||
|
||||
.pl-4\.5 {
|
||||
padding-left: 1.125rem !important;
|
||||
}
|
||||
|
||||
.px-4\.5 {
|
||||
padding-left: 1.125rem !important;
|
||||
padding-right: 1.125rem !important;
|
||||
}
|
||||
|
||||
.py-4\.5 {
|
||||
padding-top: 1.125rem !important;
|
||||
padding-bottom: 1.125rem !important;
|
||||
}
|
||||
|
||||
.p-5 {
|
||||
padding: 1.25rem !important;
|
||||
}
|
||||
@@ -30254,6 +30704,36 @@ has-background-grey.is-hoverable:active {
|
||||
padding-bottom: 1.25rem !important;
|
||||
}
|
||||
|
||||
.p-5\.5 {
|
||||
padding: 1.375rem !important;
|
||||
}
|
||||
|
||||
.pt-5\.5 {
|
||||
padding-top: 1.375rem !important;
|
||||
}
|
||||
|
||||
.pr-5\.5 {
|
||||
padding-right: 1.375rem !important;
|
||||
}
|
||||
|
||||
.pb-5\.5 {
|
||||
padding-bottom: 1.375rem !important;
|
||||
}
|
||||
|
||||
.pl-5\.5 {
|
||||
padding-left: 1.375rem !important;
|
||||
}
|
||||
|
||||
.px-5\.5 {
|
||||
padding-left: 1.375rem !important;
|
||||
padding-right: 1.375rem !important;
|
||||
}
|
||||
|
||||
.py-5\.5 {
|
||||
padding-top: 1.375rem !important;
|
||||
padding-bottom: 1.375rem !important;
|
||||
}
|
||||
|
||||
.p-6 {
|
||||
padding: 1.5rem !important;
|
||||
}
|
||||
@@ -30284,6 +30764,36 @@ has-background-grey.is-hoverable:active {
|
||||
padding-bottom: 1.5rem !important;
|
||||
}
|
||||
|
||||
.p-6\.5 {
|
||||
padding: 1.625rem !important;
|
||||
}
|
||||
|
||||
.pt-6\.5 {
|
||||
padding-top: 1.625rem !important;
|
||||
}
|
||||
|
||||
.pr-6\.5 {
|
||||
padding-right: 1.625rem !important;
|
||||
}
|
||||
|
||||
.pb-6\.5 {
|
||||
padding-bottom: 1.625rem !important;
|
||||
}
|
||||
|
||||
.pl-6\.5 {
|
||||
padding-left: 1.625rem !important;
|
||||
}
|
||||
|
||||
.px-6\.5 {
|
||||
padding-left: 1.625rem !important;
|
||||
padding-right: 1.625rem !important;
|
||||
}
|
||||
|
||||
.py-6\.5 {
|
||||
padding-top: 1.625rem !important;
|
||||
padding-bottom: 1.625rem !important;
|
||||
}
|
||||
|
||||
.p-7 {
|
||||
padding: 1.75rem !important;
|
||||
}
|
||||
@@ -30314,6 +30824,36 @@ has-background-grey.is-hoverable:active {
|
||||
padding-bottom: 1.75rem !important;
|
||||
}
|
||||
|
||||
.p-7\.5 {
|
||||
padding: 1.875rem !important;
|
||||
}
|
||||
|
||||
.pt-7\.5 {
|
||||
padding-top: 1.875rem !important;
|
||||
}
|
||||
|
||||
.pr-7\.5 {
|
||||
padding-right: 1.875rem !important;
|
||||
}
|
||||
|
||||
.pb-7\.5 {
|
||||
padding-bottom: 1.875rem !important;
|
||||
}
|
||||
|
||||
.pl-7\.5 {
|
||||
padding-left: 1.875rem !important;
|
||||
}
|
||||
|
||||
.px-7\.5 {
|
||||
padding-left: 1.875rem !important;
|
||||
padding-right: 1.875rem !important;
|
||||
}
|
||||
|
||||
.py-7\.5 {
|
||||
padding-top: 1.875rem !important;
|
||||
padding-bottom: 1.875rem !important;
|
||||
}
|
||||
|
||||
.p-8 {
|
||||
padding: 2rem !important;
|
||||
}
|
||||
@@ -30344,6 +30884,36 @@ has-background-grey.is-hoverable:active {
|
||||
padding-bottom: 2rem !important;
|
||||
}
|
||||
|
||||
.p-8\.5 {
|
||||
padding: 2.125rem !important;
|
||||
}
|
||||
|
||||
.pt-8\.5 {
|
||||
padding-top: 2.125rem !important;
|
||||
}
|
||||
|
||||
.pr-8\.5 {
|
||||
padding-right: 2.125rem !important;
|
||||
}
|
||||
|
||||
.pb-8\.5 {
|
||||
padding-bottom: 2.125rem !important;
|
||||
}
|
||||
|
||||
.pl-8\.5 {
|
||||
padding-left: 2.125rem !important;
|
||||
}
|
||||
|
||||
.px-8\.5 {
|
||||
padding-left: 2.125rem !important;
|
||||
padding-right: 2.125rem !important;
|
||||
}
|
||||
|
||||
.py-8\.5 {
|
||||
padding-top: 2.125rem !important;
|
||||
padding-bottom: 2.125rem !important;
|
||||
}
|
||||
|
||||
.p-9 {
|
||||
padding: 2.25rem !important;
|
||||
}
|
||||
@@ -30374,6 +30944,36 @@ has-background-grey.is-hoverable:active {
|
||||
padding-bottom: 2.25rem !important;
|
||||
}
|
||||
|
||||
.p-9\.5 {
|
||||
padding: 2.375rem !important;
|
||||
}
|
||||
|
||||
.pt-9\.5 {
|
||||
padding-top: 2.375rem !important;
|
||||
}
|
||||
|
||||
.pr-9\.5 {
|
||||
padding-right: 2.375rem !important;
|
||||
}
|
||||
|
||||
.pb-9\.5 {
|
||||
padding-bottom: 2.375rem !important;
|
||||
}
|
||||
|
||||
.pl-9\.5 {
|
||||
padding-left: 2.375rem !important;
|
||||
}
|
||||
|
||||
.px-9\.5 {
|
||||
padding-left: 2.375rem !important;
|
||||
padding-right: 2.375rem !important;
|
||||
}
|
||||
|
||||
.py-9\.5 {
|
||||
padding-top: 2.375rem !important;
|
||||
padding-bottom: 2.375rem !important;
|
||||
}
|
||||
|
||||
.p-10 {
|
||||
padding: 2.5rem !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user