Skip to content

Commit

Permalink
Expando NSFW Flow: Update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Lee committed Oct 7, 2016
1 parent befa39c commit a91e867
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion r2/r2/public/static/css/reddit.less
Original file line number Diff line number Diff line change
Expand Up @@ -5063,13 +5063,17 @@ ul.tabmenu.formtab {
}

.expando-nsfw-gate {
@expando-nsfw-gate-color: #545452;
@expando-nsfw-font-size: 12px;

align-items: center;
color: @color-white;
font-size: @expando-nsfw-font-size;
.display-flex();
.justify-content(center);

&.expando-nsfw-interstitial {
background: grey;
background: @expando-nsfw-gate-color;
}

&.expando-nsfw-overlay {
Expand Down

0 comments on commit a91e867

Please sign in to comment.