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 {
|
||||
opacity: 1;
|
||||
@import "colours.less";
|
||||
|
||||
.code {
|
||||
border: 4px solid @control;
|
||||
background: @control2;
|
||||
border-radius: 4px;
|
||||
margin: 0;
|
||||
overflow: auto;
|
||||
|
||||
ol {
|
||||
list-style-position: inside;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
.ng-leave.ng-leave-active {
|
||||
opacity: 0;
|
||||
|
||||
li {
|
||||
background: @control;
|
||||
padding: 1px;
|
||||
|
||||
>div {
|
||||
display: inline;
|
||||
}
|
||||
.ng-enter {
|
||||
opacity: 0;
|
||||
|
||||
&:nth-child(2n) {
|
||||
background: @control2;
|
||||
}
|
||||
.ng-enter.ng-enter-active {
|
||||
opacity: 1;
|
||||
}
|
||||
.ng-hide-add {
|
||||
opacity: 1;
|
||||
}
|
||||
.ng-hide-add.ng-hide-add-active {
|
||||
opacity: 0;
|
||||
|
||||
.image {
|
||||
padding: 5px;
|
||||
background: @control2;
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
max-width: 100%;
|
||||
|
||||
img {
|
||||
display: block;
|
||||
}
|
||||
.ng-hide-remove {
|
||||
opacity: 0;
|
||||
|
||||
span {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
.ng-hide-remove.ng-hide-remove-active {
|
||||
opacity: 1;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue