kopia lustrzana https://github.com/wagtail/wagtail
commit
72892644bb
|
@ -179,7 +179,7 @@ footer {
|
|||
white-space: nowrap;
|
||||
line-height: 1.5em;
|
||||
|
||||
a,
|
||||
a,
|
||||
span {
|
||||
color: lighten($color-teal, 40%);
|
||||
display: block;
|
||||
|
@ -238,8 +238,8 @@ footer {
|
|||
header & li {
|
||||
&:before {
|
||||
border-left: 1em solid $color-white;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
}
|
||||
|
@ -385,6 +385,11 @@ footer,
|
|||
float: none;
|
||||
margin: auto;
|
||||
display: block;
|
||||
transition: all 0.25s cubic-bezier(0.28, 0.15, 0, 2.1);
|
||||
}
|
||||
|
||||
img:hover {
|
||||
transform: rotate(4deg);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -404,7 +409,7 @@ footer,
|
|||
background: $color-teal-darker;
|
||||
|
||||
li {
|
||||
a,
|
||||
a,
|
||||
span {
|
||||
&:after {
|
||||
color: $color-teal;
|
||||
|
@ -469,7 +474,7 @@ footer,
|
|||
@include transition(all 0.2s ease);
|
||||
}
|
||||
|
||||
.nav-main a,
|
||||
.nav-main a,
|
||||
a {
|
||||
@include transition(color 0.2s ease, background-color 0.2s ease);
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue