mirror of
https://github.com/grocy/grocy.git
synced 2026-04-11 06:56:16 +02:00
Undo my Prettier Changes.. Oops
This commit is contained in:
parent
a71eb279ad
commit
4f072787df
|
|
@ -1,6 +1,6 @@
|
||||||
/* Main style customizations */
|
/* Main style customizations */
|
||||||
body {
|
body {
|
||||||
font-family: "Noto Sans", sans-serif;
|
font-family: 'Noto Sans', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-text {
|
.content-text {
|
||||||
|
|
@ -114,7 +114,7 @@ iframe {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Hide the default up/down arrow buttons for number inputs because we use our own buttons in numberpicker */
|
/* Hide the default up/down arrow buttons for number inputs because we use our own buttons in numberpicker */
|
||||||
input[type="number"] {
|
input[type='number'] {
|
||||||
-moz-appearance: textfield;
|
-moz-appearance: textfield;
|
||||||
}
|
}
|
||||||
input::-webkit-outer-spin-button,
|
input::-webkit-outer-spin-button,
|
||||||
|
|
@ -202,8 +202,7 @@ input::-webkit-inner-spin-button {
|
||||||
cursor: wait;
|
cursor: wait;
|
||||||
}
|
}
|
||||||
|
|
||||||
.expandable-text .collapse,
|
.expandable-text .collapse, .module .collapsing {
|
||||||
.module .collapsing {
|
|
||||||
height: 2.4rem;
|
height: 2.4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -233,6 +232,7 @@ input::-webkit-inner-spin-button {
|
||||||
width: 96vw; /* Set width of popup menu to screen size */
|
width: 96vw; /* Set width of popup menu to screen size */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Set width of popup menu to fixed value on larger devices */
|
/* Set width of popup menu to fixed value on larger devices */
|
||||||
@media (min-width: 400px) {
|
@media (min-width: 400px) {
|
||||||
.table-inline-menu.dropdown-menu {
|
.table-inline-menu.dropdown-menu {
|
||||||
|
|
@ -269,6 +269,7 @@ input::-webkit-inner-spin-button {
|
||||||
}
|
}
|
||||||
#barcodescanner-livestream video {
|
#barcodescanner-livestream video {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
}
|
}
|
||||||
#barcodescanner-livestream canvas {
|
#barcodescanner-livestream canvas {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
@ -289,8 +290,7 @@ input::-webkit-inner-spin-button {
|
||||||
padding-right: 0.75rem !important;
|
padding-right: 0.75rem !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-group-xs > .btn,
|
.btn-group-xs > .btn, .btn-xs {
|
||||||
.btn-xs {
|
|
||||||
padding : 0.25rem 0.4rem;
|
padding : 0.25rem 0.4rem;
|
||||||
font-size : 0.875rem;
|
font-size : 0.875rem;
|
||||||
line-height : 0.5;
|
line-height : 0.5;
|
||||||
|
|
@ -361,7 +361,7 @@ input::-webkit-inner-spin-button {
|
||||||
/* Third party component customizations - SB Admin 2 */
|
/* Third party component customizations - SB Admin 2 */
|
||||||
#mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link:after,
|
#mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link:after,
|
||||||
#mainNav .navbar-collapse .navbar-sidenav .nav-link-collapse:after {
|
#mainNav .navbar-collapse .navbar-sidenav .nav-link-collapse:after {
|
||||||
font-family: "Font Awesome 5 Free";
|
font-family: 'Font Awesome 5 Free';
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -377,7 +377,7 @@ input::-webkit-inner-spin-button {
|
||||||
}
|
}
|
||||||
|
|
||||||
#mainNav.fixed-top .navbar-sidenav {
|
#mainNav.fixed-top .navbar-sidenav {
|
||||||
height: calc(100vh - 94px);
|
height: calc(100vh - 94px)
|
||||||
}
|
}
|
||||||
|
|
||||||
#mainNav.fixed-top .sidenav-toggler {
|
#mainNav.fixed-top .sidenav-toggler {
|
||||||
|
|
@ -432,6 +432,7 @@ canvas.drawingBuffer {
|
||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.warning-message,
|
.warning-message,
|
||||||
.error-message,
|
.error-message,
|
||||||
.normal-message {
|
.normal-message {
|
||||||
|
|
@ -512,7 +513,7 @@ canvas.drawingBuffer {
|
||||||
|
|
||||||
.recipe-expand {
|
.recipe-expand {
|
||||||
right: 1.25rem;
|
right: 1.25rem;
|
||||||
top: 0.75rem;
|
top: .75rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.recipe-servings-input {
|
.recipe-servings-input {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user