DRAFT | new theme - minimage
This commit is contained in:
parent
5116fe4640
commit
ac8d9e7eb3
90 changed files with 15302 additions and 1 deletions
0
themes/minimage/source/sass/object/project/.gitkeep
Normal file
0
themes/minimage/source/sass/object/project/.gitkeep
Normal file
19
themes/minimage/source/sass/object/project/_archive.scss
Normal file
19
themes/minimage/source/sass/object/project/_archive.scss
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
.p-archive {
|
||||
.c-post {
|
||||
min-height: 164px;
|
||||
display: table;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.c-post__header {
|
||||
padding: 0 20px;
|
||||
|
||||
&--over-img {
|
||||
display: table-cell;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
}
|
||||
14
themes/minimage/source/sass/object/project/_single.scss
Normal file
14
themes/minimage/source/sass/object/project/_single.scss
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
.p-single {
|
||||
.c-post__title,
|
||||
.c-pub-time,
|
||||
.c-tag__item {
|
||||
color: $color-font-base;
|
||||
}
|
||||
|
||||
.c-thumb {
|
||||
&:hover {
|
||||
background-size: 100%;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue