mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 17:51:13 +08:00
Fix markup
This commit is contained in:
parent
84d681ecce
commit
ba39d8d31b
3 changed files with 59 additions and 81 deletions
|
@ -1264,20 +1264,20 @@ ul.content-activities {
|
|||
top: 0;
|
||||
z-index: 1000000000;
|
||||
|
||||
&:before {
|
||||
&::before {
|
||||
background: $color-white;
|
||||
content: '';
|
||||
content: "";
|
||||
display: block;
|
||||
height: 100%;
|
||||
opacity: .5;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
&:after {
|
||||
&::after {
|
||||
background-image: url("/images/medium/loading.svg");
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
content: '';
|
||||
content: "";
|
||||
display: block;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
|
|
|
@ -12,8 +12,7 @@
|
|||
repeatCount="indefinite"
|
||||
id="tlfade"
|
||||
/>
|
||||
|
||||
<animate
|
||||
<animate
|
||||
xlink:href="#top_right"
|
||||
attributeName="opacity"
|
||||
from="0" to="1" dur="0.8s"
|
||||
|
@ -21,9 +20,8 @@
|
|||
keyTimes="0; 0.125; 0.25; 0.375; 0.5; 0.625; 0.75; 0.875; 1"
|
||||
repeatCount="indefinite"
|
||||
id="trfade"
|
||||
/>
|
||||
|
||||
<animate
|
||||
/>
|
||||
<animate
|
||||
xlink:href="#bottom_right"
|
||||
attributeName="opacity"
|
||||
from="0" to="1" dur="0.8s"
|
||||
|
@ -31,9 +29,8 @@
|
|||
keyTimes="0; 0.125; 0.25; 0.375; 0.5; 0.625; 0.75; 0.875; 1"
|
||||
repeatCount="indefinite"
|
||||
id="brfade"
|
||||
/>
|
||||
|
||||
<animate
|
||||
/>
|
||||
<animate
|
||||
xlink:href="#bottom_left"
|
||||
attributeName="opacity"
|
||||
from="0" to="1" dur="0.8s"
|
||||
|
@ -41,13 +38,5 @@
|
|||
keyTimes="0; 0.125; 0.25; 0.375; 0.5; 0.625; 0.75; 0.875; 1"
|
||||
repeatCount="indefinite"
|
||||
id="blfade"
|
||||
/>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.7 KiB |
|
@ -11,9 +11,8 @@
|
|||
keyTimes="0; 0.125; 0.25; 0.375; 0.5; 0.625; 0.75; 0.875; 1"
|
||||
repeatCount="indefinite"
|
||||
id="tlfade"
|
||||
/>
|
||||
|
||||
<animate
|
||||
/>
|
||||
<animate
|
||||
xlink:href="#top_right"
|
||||
attributeName="opacity"
|
||||
from="0" to="1" dur="0.8s"
|
||||
|
@ -21,9 +20,8 @@
|
|||
keyTimes="0; 0.125; 0.25; 0.375; 0.5; 0.625; 0.75; 0.875; 1"
|
||||
repeatCount="indefinite"
|
||||
id="trfade"
|
||||
/>
|
||||
|
||||
<animate
|
||||
/>
|
||||
<animate
|
||||
xlink:href="#bottom_right"
|
||||
attributeName="opacity"
|
||||
from="0" to="1" dur="0.8s"
|
||||
|
@ -31,9 +29,8 @@
|
|||
keyTimes="0; 0.125; 0.25; 0.375; 0.5; 0.625; 0.75; 0.875; 1"
|
||||
repeatCount="indefinite"
|
||||
id="brfade"
|
||||
/>
|
||||
|
||||
<animate
|
||||
/>
|
||||
<animate
|
||||
xlink:href="#bottom_left"
|
||||
attributeName="opacity"
|
||||
from="0" to="1" dur="0.8s"
|
||||
|
@ -41,13 +38,5 @@
|
|||
keyTimes="0; 0.125; 0.25; 0.375; 0.5; 0.625; 0.75; 0.875; 1"
|
||||
repeatCount="indefinite"
|
||||
id="blfade"
|
||||
/>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.7 KiB |
Loading…
Reference in a new issue