Skip to content

Commit

Permalink
Update some global colors for messages
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Oct 14, 2014
1 parent 8b9e46c commit 1978baf
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
13 changes: 13 additions & 0 deletions server/documents/modules/dimmer.html.eco
Expand Up @@ -49,6 +49,19 @@ themes : ['Default']
<div class="ui show button"><i class="plus icon"></i></div>
<div class="ui hide button"><i class="minus icon"></i></div>
</div>
<div class="ui existing code">
<div class="ui segment">
<h3 class="ui header">
Overlayable Section
</h3>
<div class="ui small images">
<img>
<img>
<img>
</div>
<p></p>
</div>
</div>
</div>

<div class="example">
Expand Down
16 changes: 8 additions & 8 deletions src/themes/packages/default/globals/site.variables
Expand Up @@ -145,14 +145,14 @@
@darkWhite : #F0F0F0;

/*--- Colored Backgrounds ---*/
@blueBackground : #D3E4F3;
@greenBackground : #DEF2E0;
@orangeBackground : #F7E5D6;
@pinkBackground : #F9CEE6;
@purpleBackground : #E0DDF5;
@redBackground : #F8D5D3;
@tealBackground : #D2F5F5;
@yellowBackground : #FCF5D8;
@blueBackground : #DFF0FF;
@greenBackground : #EBFFED;
@orangeBackground : #FFEDDE;
@pinkBackground : #FFE3FB;
@purpleBackground : #EAE7FF;
@redBackground : #FFE8E6;
@tealBackground : #E9FFFF;
@yellowBackground : #FFF8DB;


/*--- Colored Text ---*/
Expand Down

0 comments on commit 1978baf

Please sign in to comment.