fix display shaders on home

This commit is contained in:
Tykayn 2025-02-14 17:56:44 +01:00 committed by tykayn
parent 2d1e830895
commit e5708e9e5f
15 changed files with 365 additions and 127 deletions

View file

@ -24,7 +24,7 @@ body {
}
.bg-dark {
background: rgba(0, 0, 0, 0.5);
background:rgba(0,0,0,0.55) !important;
}
.bg-shader {
@ -32,13 +32,35 @@ body {
min-height: 100vh;
}
#portfolio {
padding: 0;
#bodyland {
.container {
padding-left: 0;
padding-right: 0;
margin-left: 0;
margin-right: 0;
}
}
}
.logged {
#portfolio,
#mainNav,
.masthead,
{
padding-left: 300px !important;
}
}
.bg-img {
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat;
background-repeat: no-repeat !important;
overflow: hidden;
background-position: center;
min-height: 100vh;
min-height: 150vh;
}
.bg-accessories {
@ -70,7 +92,7 @@ body {
.big-footer {
background: $dark;
color: $light;
height: 4em;
height: 10em;
padding: 1em;
box-sizing: border-box;
position: static;
@ -181,6 +203,10 @@ input {
overflow-x: auto;
z-index: 10;
i, svg{
min-width: 2rem;
margin-right: 2ch;
}
.nav {
width: 100%;
min-width: 300px;
@ -191,6 +217,10 @@ input {
color: $light;
}
.logo-home{
width : 300px;
margin-bottom: 1em;
}
.btn-default {
color: $light;
@ -200,6 +230,11 @@ input {
font-weight: 600;
}
}
a {
text-align: left;
min-width: 200px;
}
}
i.fa {
@ -209,8 +244,8 @@ input {
}
}
.nav>li>a:hover,
.nav>li>a {
.nav > li > a:hover,
.nav > li > a {
&:focus {
background: transparent;
border: none;
@ -247,14 +282,14 @@ tr {
}
.table {
>div {
> div {
&:hover {
background: #ccc;
}
}
}
.table>thead>tr>td,
.table > thead > tr > td,
table td {
padding: 0.5em;
}
@ -292,7 +327,7 @@ table td {
min-height: 90vh;
}
>.row {
> .row {
min-height: 90vh;
// for crud forms
@ -303,7 +338,7 @@ table td {
}
}
+ul {
+ ul {
a {
margin-top: 1em;
}