Restore blog.less
This commit is contained in:
parent
dda522d221
commit
fd398246f8
1 changed files with 43 additions and 23 deletions
|
@ -1,24 +1,44 @@
|
||||||
.ng-leave {
|
@import "colours.less";
|
||||||
opacity: 1;
|
|
||||||
}
|
.code {
|
||||||
.ng-leave.ng-leave-active {
|
border: 4px solid @control;
|
||||||
opacity: 0;
|
background: @control2;
|
||||||
}
|
border-radius: 4px;
|
||||||
.ng-enter {
|
margin: 0;
|
||||||
opacity: 0;
|
overflow: auto;
|
||||||
}
|
|
||||||
.ng-enter.ng-enter-active {
|
ol {
|
||||||
opacity: 1;
|
list-style-position: inside;
|
||||||
}
|
padding: 0;
|
||||||
.ng-hide-add {
|
margin: 0;
|
||||||
opacity: 1;
|
}
|
||||||
}
|
|
||||||
.ng-hide-add.ng-hide-add-active {
|
li {
|
||||||
opacity: 0;
|
background: @control;
|
||||||
}
|
padding: 1px;
|
||||||
.ng-hide-remove {
|
|
||||||
opacity: 0;
|
>div {
|
||||||
}
|
display: inline;
|
||||||
.ng-hide-remove.ng-hide-remove-active {
|
}
|
||||||
opacity: 1;
|
|
||||||
|
&:nth-child(2n) {
|
||||||
|
background: @control2;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.image {
|
||||||
|
padding: 5px;
|
||||||
|
background: @control2;
|
||||||
|
display: inline-block;
|
||||||
|
text-align: center;
|
||||||
|
max-width: 100%;
|
||||||
|
|
||||||
|
img {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
span {
|
||||||
|
font-size: 0.8em;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue