60 lines
879 B
SCSS
60 lines
879 B
SCSS
// NibblePoker.lu CSS - (C) 2023 Bozet Herwin
|
|
|
|
.img-text {
|
|
height: 1em;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.btn-img {
|
|
display: flex;
|
|
height: 1em;
|
|
}
|
|
|
|
.sidebar-entry > i {
|
|
|
|
}
|
|
|
|
//.align-v-t
|
|
|
|
#logo-sidebar {
|
|
filter: grayscale(100%);
|
|
mix-blend-mode: multiply;
|
|
opacity: 40%;
|
|
// Fixes the width to the size of the sidebar minus its padding. (15rem - 1rem * 2)
|
|
width: 13rem;
|
|
height: auto;
|
|
}
|
|
|
|
#logo-footer {
|
|
filter: grayscale(100%);
|
|
height: 1.8em;
|
|
object-fit: contain;
|
|
}
|
|
|
|
#error-page-skit {
|
|
max-width: 40%;
|
|
height: auto;
|
|
position: absolute;
|
|
bottom: 1.5em;
|
|
right: 1.5em;
|
|
filter: drop-shadow(0 0 0.25rem #0000007F);
|
|
mix-blend-mode: multiply;
|
|
//opacity: 0.25;
|
|
opacity: 0.2;
|
|
|
|
// Preventing the selection and dragging of the image for aesthetic reasons.
|
|
user-drag: none;
|
|
user-select: none;
|
|
}
|
|
|
|
// Logo colors
|
|
//.npl1, .npl6 {
|
|
//}
|
|
//
|
|
//.npl2, .npl5 {
|
|
//}
|
|
//
|
|
//.npl3, .npl4 {
|
|
//}
|
|
|