mirror of
https://forge.chapril.org/tykayn/caisse-bliss
synced 2025-06-20 01:44:42 +02:00
up login
This commit is contained in:
parent
d8c1b7c0f6
commit
d01ecdabba
13 changed files with 198 additions and 25 deletions
|
@ -9,6 +9,11 @@ body {
|
|||
line-height: 2rem;
|
||||
}
|
||||
|
||||
.masthead-avatar {
|
||||
width: 2rem;
|
||||
max-height: 2rem;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#wrapper {
|
||||
min-height: 100vh;
|
||||
|
@ -30,6 +35,7 @@ body {
|
|||
.bg-img {
|
||||
background-attachment: fixed;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
overflow: hidden;
|
||||
background-position: center;
|
||||
min-height: 100vh;
|
||||
|
@ -37,12 +43,13 @@ body {
|
|||
|
||||
.bg-accessories {
|
||||
@extend .bg-img;
|
||||
// background-image: url('img/accessories.jpg');
|
||||
// background-image: url('assets/img/accessories.jpg');
|
||||
}
|
||||
|
||||
.bg-girl {
|
||||
@extend .bg-img;
|
||||
// background-image: url('img/girl_computer.jpg');
|
||||
// background-image: url('../img/girl_computer.jpg');
|
||||
// background-image: url('assets/img/girl_computer.jpg');
|
||||
}
|
||||
|
||||
.bg-color {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue