Cleaning up trash, Changing from pure CSS to SCSS
Update .dockerignore, .gitignore, and 20 more files...
This commit is contained in:
18
resources/Azias/scss/halfmoon/section/footer.scss
Normal file
18
resources/Azias/scss/halfmoon/section/footer.scss
Normal file
@@ -0,0 +1,18 @@
|
||||
/* Halfmoon > Section > Footer */
|
||||
|
||||
#copyright-text {
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
#privacy-footer-link {
|
||||
opacity: 0.3;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#privacy-footer-link:hover {
|
||||
opacity: 0.75;
|
||||
}
|
||||
|
||||
#logo-footer {
|
||||
filter: grayscale(100%);
|
||||
}
|
7
resources/Azias/scss/halfmoon/section/sidebar.scss
Normal file
7
resources/Azias/scss/halfmoon/section/sidebar.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
/* Halfmoon > Section > Sidebar */
|
||||
|
||||
#logo-sidebar {
|
||||
filter: grayscale(100%);
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
10
resources/Azias/scss/halfmoon/section/titlebar.scss
Normal file
10
resources/Azias/scss/halfmoon/section/titlebar.scss
Normal file
@@ -0,0 +1,10 @@
|
||||
/* Halfmoon > Section > Title bar */
|
||||
|
||||
#page-title-bar {
|
||||
min-height: 64px;
|
||||
height: 64px;
|
||||
}
|
||||
|
||||
#header-lang-menu {
|
||||
margin-right: calc(var(--content-and-card-spacing) * ( 2 / 3 ) );
|
||||
}
|
Reference in New Issue
Block a user