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