Podešavanja: pozadinska slika i glass efekt za aplikaciju sa live preview sliderom

This commit is contained in:
2026-06-05 23:49:05 +02:00
parent 9af712edd3
commit 8def13e855
14 changed files with 685 additions and 15 deletions
+24
View File
@@ -14,7 +14,31 @@
align-items: center;
justify-content: center;
padding: 16px;
position: relative;
}
{{if .LoginPozadina}}
body::before {
content: '';
position: fixed;
inset: 0;
background-image: url('{{.LoginPozadina}}');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
z-index: 0;
}
body::after {
content: '';
position: fixed;
inset: 0;
background: rgba(0, 0, 0, 0.40);
z-index: 1;
}
.kartica {
position: relative;
z-index: 2;
}
{{end}}
.kartica {
background: #1a1d27;
border: 0.5px solid #2d3148;