mirror of
https://github.com/grocy/grocy.git
synced 2025-04-30 10:05:45 +00:00
Formatting...
This commit is contained in:
parent
2b0f5d8d84
commit
e548caabb1
@ -8,7 +8,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.responsive-button {
|
.responsive-button {
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.timeago-contextual {
|
.timeago-contextual {
|
||||||
@ -60,16 +60,17 @@ a.discrete-link:focus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Fixes smooth scrolling on iOS */
|
/* Fixes smooth scrolling on iOS */
|
||||||
#sidebarResponsive, .fullscreen {
|
#sidebarResponsive,
|
||||||
-webkit-overflow-scrolling: touch;
|
.fullscreen {
|
||||||
|
-webkit-overflow-scrolling: touch;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fullscreen-card .card-header {
|
.fullscreen-card .card-header {
|
||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.fullscreen-card {
|
body.fullscreen-card {
|
||||||
@ -82,7 +83,7 @@ a.discrete-link:focus {
|
|||||||
|
|
||||||
.form-check-input.is-valid ~ .form-check-label,
|
.form-check-input.is-valid ~ .form-check-label,
|
||||||
.was-validated .form-check-input:valid ~ .form-check-label {
|
.was-validated .form-check-input:valid ~ .form-check-label {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-strike-through {
|
.text-strike-through {
|
||||||
@ -190,27 +191,27 @@ input::-webkit-inner-spin-button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.expandable-text .collapse, .module .collapsing {
|
.expandable-text .collapse, .module .collapsing {
|
||||||
height: 2.4rem;
|
height: 2.4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.expandable-text .collapse {
|
.expandable-text .collapse {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.expandable-text .collapse:before {
|
.expandable-text .collapse:before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.expandable-text .collapse.show {
|
.expandable-text .collapse.show {
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.expandable-text .collapse.show:before {
|
.expandable-text .collapse.show:before {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Third party component customizations - Bootstrap */
|
/* Third party component customizations - Bootstrap */
|
||||||
@ -243,6 +244,10 @@ input::-webkit-inner-spin-button {
|
|||||||
z-index: inherit;
|
z-index: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.list-group {
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* Third party component customizations - DataTables */
|
/* Third party component customizations - DataTables */
|
||||||
.dataTable td {
|
.dataTable td {
|
||||||
vertical-align: middle !important;
|
vertical-align: middle !important;
|
||||||
@ -290,8 +295,8 @@ 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;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width:992px) {
|
@media (max-width:992px) {
|
||||||
@ -334,8 +339,3 @@ canvas.drawingBuffer {
|
|||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Third party component customizations - Bootstrap list-group */
|
|
||||||
.list-group {
|
|
||||||
flex-shrink: 0;
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user