Making WordPress.org


Ignore:
Timestamp:
09/26/2022 10:38:47 PM (2 years ago)
Author:
coffee2code
Message:

Photo Directory: Update styling for photo submission error messages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-photos/css/components/_site.scss

    r11820 r12093  
    567567}
    568568
    569 #wporg-photo-upload label.error {
    570     background-color: #fbeaea;
    571     border-left: 5px solid red;
     569#wporg-photo-upload span {
    572570    padding: 0.1rem 0.3rem;
     571    font-weight: normal;
     572    border-left-width: 5px;
     573    border-left-style: solid;
     574
     575    &.error {
     576        background-color: #fbeaea;
     577        border-left-color: red;
     578    }
     579
     580    &.processing {
     581        background-color: #e5f5fa;
     582        border-left-color: #00a0d2;
     583        font-style: italic;
     584    }
    573585}
    574586
Note: See TracChangeset for help on using the changeset viewer.