Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/01/2018 11:27:49 AM (8 years ago)
Author:
hnla
Message:

Nouveau: Update styles

Commit addresses minor padding , margin issues.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/common-styles/_bp_navigation.scss

    r11916 r11919  
    208208}
    209209
    210 // massage link padding
    211 
    212 .buddypress-wrap:not(.bp-vertical-navs) {
    213 
    214     .main-navs.single-screen-navs {
    215 
    216         @include medium-up {
    217 
    218             > ul > li:first-child {
    219 
    220                 a {
    221                     padding-left: 0;
    222                 }
    223             }
    224         }
    225     }
    226 }
    227 
    228210// Specifically default subnav elements
    229211.buddypress-wrap {
     
    254236                }
    255237
    256             }
    257 
    258             @include medium-up {
    259 
    260                 li:first-child {
    261 
    262                     a {
    263                         padding-left: 0;
    264                     }
    265                 }
    266238            }
    267239        }
Note: See TracChangeset for help on using the changeset viewer.