Created
May 20, 2015 15:04
-
-
Save jfridye/ce82de6c55e41a819d87 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains hidden or 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.alert-info These leaderboards are a preview of our courses feature. Points are not final and are subject to change before our official launch. | |
p.alert-warn These leaderboards are a preview of our courses feature. Points are not final and are subject to change before our official launch. | |
p.alert-success These leaderboards are a preview of our courses feature. Points are not final and are subject to change before our official launch. | |
p.alert-error These leaderboards are a preview of our courses feature. | |
b Points are not final and are subject to change before our official launch. |
This file contains hidden or 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
// ---- | |
// libsass (v3.2.4) | |
// ---- | |
.button { | |
color: red; | |
} | |
.one header .button { | |
@extend .button; | |
} | |
.two section > header { | |
a.button { | |
margin-top: -45px; | |
} | |
} |
This file contains hidden or 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
.button, .one header .button { | |
color: red; | |
} | |
.two section > header a.button, .two .one section > header a.button { | |
margin-top: -45px; | |
} |
This file contains hidden or 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="alert-info"> These leaderboards are a preview of our courses feature. Points are not final and are subject to change before our official launch.</p> | |
<p class="alert-warn"> These leaderboards are a preview of our courses feature. Points are not final and are subject to change before our official launch.</p> | |
<p class="alert-success"> These leaderboards are a preview of our courses feature. Points are not final and are subject to change before our official launch.</p> | |
<p class="alert-error">These leaderboards are a preview of our courses feature. <b>Points are not final and are subject to change before our official launch.</b></p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment