Undo my Prettier Changes.. Oops

This commit is contained in:
Zack Arnett 2020-04-21 14:45:53 -04:00
parent a71eb279ad
commit 4f072787df

View File

@ -1,6 +1,6 @@
/* Main style customizations */
body {
font-family: "Noto Sans", sans-serif;
font-family: 'Noto Sans', sans-serif;
}
.content-text {
@ -64,7 +64,7 @@ a.discrete-link:focus {
width: 100%;
}
/* Fixes smooth scrolling on iOS */
/* Fixes smooth scrolling on iOS */
#sidebarResponsive,
.fullscreen {
-webkit-overflow-scrolling: touch;
@ -78,16 +78,16 @@ a.discrete-link:focus {
left: 0;
}
body.fullscreen-card {
body.fullscreen-card {
overflow: hidden;
}
}
.fullscreen-card .hide-on-fullscreen-card {
.fullscreen-card .hide-on-fullscreen-card {
display: none;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
color: inherit;
}
@ -114,7 +114,7 @@ iframe {
}
/* 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;
}
input::-webkit-outer-spin-button,
@ -202,8 +202,7 @@ input::-webkit-inner-spin-button {
cursor: wait;
}
.expandable-text .collapse,
.module .collapsing {
.expandable-text .collapse, .module .collapsing {
height: 2.4rem;
}
@ -233,6 +232,7 @@ input::-webkit-inner-spin-button {
width: 96vw; /* Set width of popup menu to screen size */
}
/* Set width of popup menu to fixed value on larger devices */
@media (min-width: 400px) {
.table-inline-menu.dropdown-menu {
@ -247,7 +247,7 @@ input::-webkit-inner-spin-button {
.table-inline-menu .dropdown-item .dropdown-item-icon {
min-width: 24px;
padding-left: 20px;
padding-left:20px;
text-align: center;
display: inline;
}
@ -269,6 +269,7 @@ input::-webkit-inner-spin-button {
}
#barcodescanner-livestream video {
width: 100%;
}
#barcodescanner-livestream canvas {
width: 100%;
@ -289,11 +290,10 @@ input::-webkit-inner-spin-button {
padding-right: 0.75rem !important;
}
.btn-group-xs > .btn,
.btn-xs {
padding: 0.25rem 0.4rem;
font-size: 0.875rem;
line-height: 0.5;
.btn-group-xs > .btn, .btn-xs {
padding : 0.25rem 0.4rem;
font-size : 0.875rem;
line-height : 0.5;
border-radius: 0.2rem;
}
@ -361,27 +361,27 @@ input::-webkit-inner-spin-button {
/* Third party component customizations - SB Admin 2 */
#mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link: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;
}
@media (max-width: 992px) {
@media (max-width:992px) {
#mainNav .navbar-collapse .navbar-sidenav > .nav-item > .nav-link {
padding: 0.8em;
}
}
@media (min-width: 992px) {
@media (min-width:992px) {
#mainNav .navbar-collapse .navbar-sidenav {
margin-top: 46px;
}
#mainNav.fixed-top .navbar-sidenav {
height: calc(100vh - 94px);
height: calc(100vh - 94px)
}
#mainNav.fixed-top .sidenav-toggler {
margin-top: calc(100vh - 48px);
margin-top:calc(100vh - 48px);
}
.content-wrapper {
@ -432,6 +432,7 @@ canvas.drawingBuffer {
top: 0;
}
.warning-message,
.error-message,
.normal-message {
@ -512,13 +513,13 @@ canvas.drawingBuffer {
.recipe-expand {
right: 1.25rem;
top: 0.75rem;
top: .75rem;
}
.recipe-servings-input {
width: 125px;
}
.fc-event {
.fc-event{
cursor: pointer;
}