Cleaning up trash, Changing from pure CSS to SCSS
Update .dockerignore, .gitignore, and 20 more files...
This commit is contained in:
5
resources/Azias/scss/halfmoon/element/code.scss
Normal file
5
resources/Azias/scss/halfmoon/element/code.scss
Normal file
@@ -0,0 +1,5 @@
|
||||
/* Halfmoon > Elements > Code */
|
||||
|
||||
code.w-full {
|
||||
white-space: pre;
|
||||
}
|
17
resources/Azias/scss/halfmoon/element/containers.scss
Normal file
17
resources/Azias/scss/halfmoon/element/containers.scss
Normal file
@@ -0,0 +1,17 @@
|
||||
/* Halfmoon > Elements > Containers */
|
||||
|
||||
.w-lg-p90 {
|
||||
width: 95% !important;
|
||||
}
|
||||
|
||||
@media (max-width: 992px) {
|
||||
.w-95 {
|
||||
width: 95% !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 993px) {
|
||||
.w-lg-p90 {
|
||||
width: 90% !important;
|
||||
}
|
||||
}
|
17
resources/Azias/scss/halfmoon/element/glider.scss
Normal file
17
resources/Azias/scss/halfmoon/element/glider.scss
Normal file
@@ -0,0 +1,17 @@
|
||||
/* Halfmoon > Elements > Glider */
|
||||
|
||||
.glider {
|
||||
border: var(--card-border-width) solid var(--dm-card-border-color);
|
||||
box-shadow: inset 1px 0 25px 5px rgba(0, 0, 0, 0.1);
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.glider-nav {
|
||||
cursor: pointer;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
div.glider-slide > * {
|
||||
border: var(--card-border-width) solid var(--dm-card-border-color);
|
||||
box-shadow: inset 1px 0 25px 5px rgba(0, 0, 0, 0.1);
|
||||
}
|
10
resources/Azias/scss/halfmoon/element/hr.scss
Normal file
10
resources/Azias/scss/halfmoon/element/hr.scss
Normal file
@@ -0,0 +1,10 @@
|
||||
/* Halfmoon > Elements > HR */
|
||||
|
||||
hr, hr.dark-mde, hr.subtle {
|
||||
background-color: rgba(0, 0, 0, 0) !important;
|
||||
background: rgb(93,95,97);
|
||||
background: radial-gradient(circle, rgba(83,85,87,0.8) 0%, rgba(65,67,69,0.65) 75%, rgba(17,20,23,0) 100%);
|
||||
opacity: 0.1;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
7
resources/Azias/scss/halfmoon/element/image.scss
Normal file
7
resources/Azias/scss/halfmoon/element/image.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
/* Halfmoon > Elements > Images */
|
||||
|
||||
img.fill-height {
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
object-position: 0 0;
|
||||
}
|
7
resources/Azias/scss/halfmoon/element/video.scss
Normal file
7
resources/Azias/scss/halfmoon/element/video.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
/* Halfmoon > Elements > Videos */
|
||||
|
||||
video {
|
||||
// https://css-tricks.com/fluid-width-video/
|
||||
width: 100% !important;
|
||||
height: auto !important;
|
||||
}
|
Reference in New Issue
Block a user