Skip to content

Commit

Permalink
Moving the styleguide-specific styles to _tools.styleguide so they ca…
Browse files Browse the repository at this point in the history
…n be included with dev.scss.
  • Loading branch information
Brent Hardinge committed Aug 25, 2016
1 parent 58f01ac commit e37b6c9
Show file tree
Hide file tree
Showing 5 changed files with 218 additions and 298 deletions.
53 changes: 0 additions & 53 deletions core/styleguide/css/styleguide-custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -485,56 +485,3 @@ $max-width: rem(1130);
pre[class*="language-"] {
border-radius: 0;
}

/**
* * Color Containers
*/
.colorset {
display: flex;
flex-wrap: wrap;
}

.colorset--color {
flex: 0 1 20%;
flex-direction: column;

border: 1px $gray-light solid;
padding: 5px;
}

.sg-label--color{
display: block;
color: $gray;
}
.sg-label--block{
display: inline-block;
margin-right: .25em;
background: $gray-light;
padding: 4px;
font-size: 10px;
border-radius: 5px;
}


/*
Flexbox Grid
*/

.sg-grid{
display: flex;
flex-direction: row;

.sg-grid-1of2{
max-width: 50%;
flex-basis: 50%;

}
}

code.sg-codesample{
background-color: $gray-light;
display: block;
margin-bottom: 1em;
border-radius: 0.5em;

}
84 changes: 0 additions & 84 deletions core/styleguide/css/styleguide-specific.css

This file was deleted.

160 changes: 0 additions & 160 deletions core/styleguide/css/styleguide-specific.scss

This file was deleted.

0 comments on commit e37b6c9

Please sign in to comment.