Move assets to assets/ root folder "as is"

This commit is contained in:
Yassine Guedidi
2024-02-24 23:54:36 +01:00
parent cd6f7b5e92
commit 0ce5570cec
40 changed files with 3 additions and 7 deletions

52
assets/material/css/layout.scss Executable file
View File

@ -0,0 +1,52 @@
/* ==========================================================================
Layout
========================================================================== */
body {
display: flex;
min-height: 100vh;
flex-direction: column;
background: #fafafa;
&.login main {
padding: 0;
min-height: 100vh;
}
}
.border-bottom {
border-bottom: 1px solid #ddd;
}
a {
color: $blue-accent-color;
}
main,
#content,
.valign-wrapper {
height: 100%;
}
.typo-logo {
max-width: 150px;
}
#main {
flex: 1 0 auto;
.logo {
a {
height: 100pt;
}
img {
height: 100pt;
width: 100pt;
}
&:hover {
background: transparent;
}
}
}