Fix prettier

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König
2023-07-12 22:10:40 +02:00
parent 692696fe40
commit 8ba8486d5f
2 changed files with 34 additions and 11 deletions
+14 -5
View File
@@ -574,7 +574,9 @@ fieldset[disabled] .form-control {
}
.has-success .form-control:focus {
border-color: rgb(73, 143, 75);
box-shadow: rgba(0, 0, 0, 0.07) 0 1px 1px inset, rgb(64, 125, 80) 0 0 6px;
box-shadow:
rgba(0, 0, 0, 0.07) 0 1px 1px inset,
rgb(64, 125, 80) 0 0 6px;
}
.has-success .input-group-addon {
color: rgb(139, 196, 140);
@@ -602,7 +604,9 @@ fieldset[disabled] .form-control {
}
.has-warning .form-control:focus {
border-color: rgb(148, 117, 64);
box-shadow: rgba(0, 0, 0, 0.07) 0 1px 1px inset, rgb(125, 98, 53) 0 0 6px;
box-shadow:
rgba(0, 0, 0, 0.07) 0 1px 1px inset,
rgb(125, 98, 53) 0 0 6px;
}
.has-warning .input-group-addon {
color: rgb(198, 171, 123);
@@ -630,7 +634,9 @@ fieldset[disabled] .form-control {
}
.has-error .form-control:focus {
border-color: rgb(143, 58, 56);
box-shadow: rgba(0, 0, 0, 0.07) 0 1px 1px inset, rgb(111, 45, 44) 0 0 6px;
box-shadow:
rgba(0, 0, 0, 0.07) 0 1px 1px inset,
rgb(111, 45, 44) 0 0 6px;
}
.has-error .input-group-addon {
color: rgb(194, 102, 100);
@@ -1215,7 +1221,9 @@ fieldset[disabled] .btn-link:hover {
.navbar-form {
border-top-color: transparent;
border-bottom-color: transparent;
box-shadow: rgba(24, 26, 27, 0.1) 0 1px 0 inset, rgba(24, 26, 27, 0.1) 0 1px 0;
box-shadow:
rgba(24, 26, 27, 0.1) 0 1px 0 inset,
rgba(24, 26, 27, 0.1) 0 1px 0;
}
@media (min-width: 768px) {
.navbar-form {
@@ -2419,7 +2427,8 @@ div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
box-shadow: rgba(0, 0, 0, 0.5) 0 0 8px;
}
.layout-boxed {
background: linear-gradient(rgba(20, 30, 34, 0.6), rgba(20, 30, 34, 0.6)),
background:
linear-gradient(rgba(20, 30, 34, 0.6), rgba(20, 30, 34, 0.6)),
url(../../img/boxed-bg-dark.png) fixed;
}
.content-wrapper {
+20 -6
View File
@@ -467,9 +467,13 @@ p.login-box-msg,
#8bf 754px,
#000 754px
);
background-size: 304px 100%, 758px 100%;
background-size:
304px 100%,
758px 100%;
background-repeat: no-repeat;
background-position: 0 0, 100% 0;
background-position:
0 0,
100% 0;
border-radius: 0 0 0 min(75px, var(--sidebar-width));
font-weight: bold;
text-transform: uppercase;
@@ -713,11 +717,19 @@ p.login-box-msg,
#000 754px
),
linear-gradient(#48f, #48f);
background-size: calc(304px - var(--sidebar-width)) 50px, 758px 50px, 100% 50px;
background-position: 0 4px, 100% 4px, 0 4px;
background-size:
calc(304px - var(--sidebar-width)) 50px,
758px 50px,
100% 50px;
background-position:
0 4px,
100% 4px,
0 4px;
background-repeat: no-repeat;
overflow: hidden;
transition: all 0.3s ease-in-out, width 0.3s ease-in-out;
transition:
all 0.3s ease-in-out,
width 0.3s ease-in-out;
}
.content {
@@ -1736,7 +1748,9 @@ table.dataTable {
}
.content-wrapper {
background-image: linear-gradient(to left, #000 4px, #cce6ff 4px), linear-gradient(#48f, #48f);
background-size: var(--gradient-pos) 50px, 100% 50px;
background-size:
var(--gradient-pos) 50px,
100% 50px;
background-repeat: no-repeat;
}
.content {