@@ -1,6 +1,7 @@
|
||||
.fade-enter-active {
|
||||
transition: opacity 250ms;
|
||||
}
|
||||
|
||||
.fade-enter, .fade-leave-to {
|
||||
opacity: 0;
|
||||
}
|
||||
@@ -9,6 +10,7 @@
|
||||
.zoom-enter-active {
|
||||
animation: zoom-in var(--animation-quick);
|
||||
}
|
||||
|
||||
.zoom-leave-active {
|
||||
animation: zoom-in var(--animation-quick) reverse;
|
||||
will-change: transform;
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
input[type="submit"] {
|
||||
input[type='submit'] {
|
||||
width: 44px;
|
||||
height: 44px;
|
||||
margin: 0;
|
||||
@@ -25,9 +25,11 @@
|
||||
right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.comment {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.comment--header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
@@ -74,17 +74,19 @@ input[type=checkbox] {
|
||||
min-height: 12px;
|
||||
}
|
||||
|
||||
li input[type="checkbox"].checkbox + label::before {
|
||||
li input[type='checkbox'].checkbox + label::before {
|
||||
margin-left: -15px;
|
||||
|
||||
}
|
||||
input[type="checkbox"].checkbox + label::before {
|
||||
|
||||
input[type='checkbox'].checkbox + label::before {
|
||||
position: relative;
|
||||
z-index: 100;
|
||||
margin-right: 10px;
|
||||
margin-top: 0;
|
||||
}
|
||||
li input[type="checkbox"].checkbox:not(:checked) + label::before {
|
||||
|
||||
li input[type='checkbox'].checkbox:not(:checked) + label::before {
|
||||
background-color: var(--color-main-background);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user