fix add selling to current festival in api call from dashboard

This commit is contained in:
Tykayn 2025-02-26 14:51:48 +01:00 committed by tykayn
parent 7e120c030b
commit 457cafdaef
10 changed files with 174 additions and 90 deletions

View file

@ -8,7 +8,8 @@ body {
font-size: 1rem;
line-height: 2rem;
}
.main-container-box{
.main-container-box {
padding-left: 5rem;
}
@ -21,12 +22,12 @@ body {
}
.bg-dark {
background:rgba(0,0,0,0.55) !important;
background: rgba(0, 0, 0, 0.55) !important;
}
.bg-shader {
@extend .bg-dark;
min-height: 100vh;
min-height: 150vh;
}
#portfolio {
@ -43,12 +44,13 @@ body {
}
.logged {
#portfolio,
#mainNav,
.masthead,
{
padding-left: 300px !important;
}
padding-left: 300px !important;
}
}
.bg-img {
@ -200,10 +202,12 @@ input {
overflow-x: auto;
z-index: 10;
i, svg{
i,
svg {
min-width: 2rem;
margin-right: 2ch;
}
.nav {
width: 100%;
min-width: 300px;
@ -214,10 +218,11 @@ input {
color: $light;
}
.logo-home{
width : 300px;
.logo-home {
width: 300px;
margin-bottom: 1em;
}
.btn-default {
color: $light;
@ -241,8 +246,8 @@ input {
}
}
.nav > li > a:hover,
.nav > li > a {
.nav>li>a:hover,
.nav>li>a {
&:focus {
background: transparent;
border: none;
@ -279,14 +284,14 @@ tr {
}
.table {
> div {
>div {
&:hover {
background: #ccc;
}
}
}
.table > thead > tr > td,
.table>thead>tr>td,
table td {
padding: 0.5em;
}
@ -324,7 +329,7 @@ table td {
min-height: 90vh;
}
> .row {
>.row {
min-height: 90vh;
// for crud forms
@ -335,7 +340,7 @@ table td {
}
}
+ ul {
+ul {
a {
margin-top: 1em;
}