1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Rename css folder to scss

This commit is contained in:
Yassine Guedidi 2025-01-19 19:58:48 +01:00
parent e96e920b73
commit a4f02aec76
19 changed files with 2 additions and 2 deletions

54
assets/scss/_layout.scss Executable file
View file

@ -0,0 +1,54 @@
@use "variables";
/* ==========================================================================
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: variables.$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;
}
}
}