.preloader
    width 14px
    height 14px
    border 2px solid #2271b1
    border-bottom-color transparent
    border-radius 50%
    display inline-block
    box-sizing border-box
    animation rotation 0.6s linear infinite

@keyframes rotation
    0%
        transform rotate(0deg)
    100%
        transform rotate(360deg)