css
This commit is contained in:
parent
7201ce44e3
commit
efedf58c19
|
@ -13,3 +13,8 @@ svg.loading
|
|||
transform:rotate(0deg)
|
||||
to
|
||||
transform:rotate(360deg)
|
||||
|
||||
.loading-wrap
|
||||
min-height: 50px
|
||||
margin: 2rem 0
|
||||
text-align: center
|
|
@ -13,10 +13,6 @@
|
|||
margin-top: 2rem
|
||||
.stellar-sites-api
|
||||
display: block
|
||||
.loading-wrap
|
||||
min-height: 50px
|
||||
margin: 2rem 0
|
||||
text-align: center
|
||||
|
||||
.sites-wrap .group-body
|
||||
display: grid
|
||||
|
|
|
@ -12,6 +12,10 @@
|
|||
border-radius: 8px
|
||||
top: .5rem
|
||||
bottom: 0
|
||||
&:has(.loading-wrap)
|
||||
padding-left: 0
|
||||
&:before
|
||||
display: none
|
||||
|
||||
.tag-plugin.timeline .timenode
|
||||
position: relative
|
||||
|
|
Loading…
Reference in New Issue