Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
220d070542 |
File diff suppressed because one or more lines are too long
@@ -267,7 +267,6 @@ $v-unit-6: 24rem;
|
||||
top: 0;
|
||||
background-color: $bgcolor;
|
||||
z-index: 9;
|
||||
|
||||
@if $side==left {
|
||||
left: $minusOffset;
|
||||
border-left: $bordercolor solid 1px;
|
||||
@@ -1903,13 +1902,14 @@ $padd: 2rem;
|
||||
width: calc(100vw - #{$h-unit-1});
|
||||
bottom: unset !important;
|
||||
height: $h-unit-1;
|
||||
height: calc(#{$h-unit-1} - 0.5px);
|
||||
// height: calc(#{$h-unit-1} - 0.5px);
|
||||
position: relative;
|
||||
align-self: flex-end;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
padding-left: 0;
|
||||
border-left: #fff solid 1px;
|
||||
|
||||
@include single-metadata();
|
||||
|
||||
@@ -2731,7 +2731,7 @@ body.page {
|
||||
color: $color !important;
|
||||
}
|
||||
|
||||
@media #{$only-mobile}, print {
|
||||
@media #{$only-mobile}, print {
|
||||
&::before,
|
||||
&::after {
|
||||
border-color: $color !important;
|
||||
@@ -2739,7 +2739,7 @@ body.page {
|
||||
}
|
||||
}
|
||||
h2 {
|
||||
@media #{$only-mobile}, print {
|
||||
@media #{$only-mobile}, print {
|
||||
border-top-color: $color !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
Theme Name: dis-2019
|
||||
Theme URI: https://git.gyetpet.dynu.net/infeeeee/dis-2019
|
||||
Description: Designisso téma 2019 | <a target="_blank" href="https://git.gyetpet.dynu.net/infeeeee/dis-2019/src/branch/master/K%c3%89ZIK%c3%96NYV.md">Használati utasítás magyarul</a> | <a target="_blank" href="https://git.gyetpet.dynu.net/infeeeee/dis-2019/issues">Hibák, problémák jelentése</a>
|
||||
Version: 1.0.11
|
||||
Version: 1.0.12
|
||||
Author: Gyetvai Péter
|
||||
Author URI: https://gyetvai-peter.hu
|
||||
Tags: Designisso
|
||||
|
||||
Reference in New Issue
Block a user