:hotpink: fixes no 1

This commit is contained in:
Lisa P 2015-09-16 13:14:24 +02:00
parent 8ea023cdbd
commit b7350f3ee0
2 changed files with 18 additions and 9 deletions

View File

@ -23,13 +23,17 @@
height: 5.6rem height: 5.6rem
margin: 0 margin: 0
padding: 0 padding: 0
clear: both
list-style: none list-style: none
li li
position: relative position: relative
display: inline-block
height: 100% height: 100%
width: 18.7% width: 20%
float: left
background-color: #F7F7F7 background-color: #F7F7F7
border-right: 1px solid $white
&:last-of-type
border-right: none
.status-icon .status-icon
position: absolute position: absolute
top: 0 top: 0
@ -41,13 +45,17 @@
margin: auto !important margin: auto !important
background-color: transparent background-color: transparent
.is-rotating .is-rotating
width: 100% position: absolute
height: 100% top: 0
line-height: 1.5 bottom: 0
right: 0
left: 0
margin: auto
width: 1.3em
height: 1.1em
.circle .circle
width: 8px width: 8px
height: 8px height: 8px
border-width: 2px
a a
display: block display: block
height: 100% height: 100%

View File

@ -222,7 +222,8 @@
.is-rotating .is-rotating
width: 17px width: 17px
height: 19px height: 19px
line-height: 1 line-height: 0.9
text-align: center
transform-origin: center center transform-origin: center center
will-change: transform will-change: transform
animation: rotation 3s infinite ease animation: rotation 3s infinite ease
@ -255,8 +256,8 @@
height: 2em height: 2em
width: 11em width: 11em
margin: auto margin: auto
padding: 0.2em .5em padding: 0.35em 0.5em 0.2em
line-height: 1.5 line-height: 1
text-align: center text-align: center
border: 1px solid #E4E6E6 border: 1px solid #E4E6E6
border-radius: 2px border-radius: 2px