This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// Sass (v3.4.0.rc.1) | |
// Compass (v1.0.0.alpha.20) | |
// ---- | |
@mixin standout($background-colour: #F0F0F0, $top-margins: 5%, $bottom-margins: 0, $text-align-center: true) { | |
background: $background-colour; | |
margin-top: $top-margins; | |
margin-bottom: $bottom-margins; | |
@if $text-align-center == true { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form class="form-horizontal"> | |
<div class="form-input-group">x</div> | |
<div class="form-input-group">x</div> | |
<div class="form-input-group">x</div> | |
</form> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// Sass (v3.4.0.rc.1) | |
// Compass (v1.0.0.alpha.20) | |
// Bourbon (v4.0.2) | |
// ---- | |
@import "bourbon/bourbon"; | |
$color-primary: #0a2466; | |
$color-primary-tinted: tint($color-primary, 30%); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// Sass (v3.4.0.rc.1) | |
// Compass (v1.0.0.alpha.20) | |
// ---- | |
@function palette($palette, $tone: 'base') { | |
@return map-get( map-get($palettes, $palette), $tone ); | |
} | |
$palettes: ( |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// Sass (v3.3.12) | |
// Compass (v1.0.0.alpha.21) | |
// ---- | |
@import "compass"; | |
.my-icon { | |
content: "\\"; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// Sass (v3.3.14) | |
// Compass (v1.0.0.rc.1) | |
// Modular Scale (v2.0.5) | |
// ---- | |
@import "modular-scale"; | |
$font-base: 16px !default; | |
$font-scale: 1.5 !default; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<header> | |
<div class="container"> | |
<a href="#" class="logo">Research Concepts | Satellite Antenna Controllers</a> | |
<nav class="main-navigation"> | |
<ul> | |
<li><a href="#" class="navigation-link">Home</a></li> | |
<li><a href="#" class="navigation-link">Products/Support</a></li> | |
<li><a href="#" class="navigation-link">About Us</a></li> | |
<li><a href="#" class="navigation-link">Contact Us</a></li> | |
<li><a href="#" class="navigation-link">News/Events</a></li> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<header> | |
<div class="container"> | |
<a href="#" class="logo">Research Concepts | Satellite Antenna Controllers</a> | |
<nav class="main-navigation"> | |
<ul> | |
<li><a href="#" class="navigation-link">Home</a></li> | |
<li><a href="#" class="navigation-link">Products/Support</a></li> | |
<li><a href="#" class="navigation-link">About Us</a></li> | |
<li><a href="#" class="navigation-link">Contact Us</a></li> | |
<li><a href="#" class="navigation-link">News/Events</a></li> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// Sass (v3.3.14) | |
// Compass (v1.0.0.rc.1) | |
// ---- | |
h1 { | |
font-family: Helvetica, Arial, sans-serif; | |
font-size: 2em; | |
&.small { | |
font-size: 1em; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p class="foo-music"></p> |