// Progress bar .ms-upload-progress { width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; .ms-progress { background: $blue-light; position: relative; border-radius: 0; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08); padding: 4px; width: 75%; span { position: absolute; top: 0; width: 100%; text-align: center; color: black; } } .ms-progress-bar { width: 0; border-radius: 0px; background: rgba(white, 0.7); height: 18px; transition: 0.4s linear; transition-property: width, background-color; } } Hello world! – espaciocasiopea

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!


Comments

One response to “Hello world!”

  1. Hi, this is a comment.
    To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
    Commenter avatars come from Gravatar.

Leave a Reply

Your email address will not be published. Required fields are marked *