- Compass Core
- Misc
Compass Misc
This file can be imported using:
@import compass/misc.sass
This mixin lets you style an Unobtrusive CSS logo obtrusively.
Mixins
View Source
This logo was designed by Jared Hardy [email protected]
This work is licensed under the Creative Commons Attribution 3.0 United States License.
To view a copy of this license, visit https://creativecommons.org/licenses/by/3.0/us/
or send a letter to:
Creative Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15 |
=unobtrusive-logo(!size = 1em)
font-family: Monaco, Courier, "Lucida Sans Unicode", monospace
font-size= !size
color: #888
.selector
vertical-align: middle
font-size= 1.3em
.brace
vertical-align: middle
font: bold 1.7em Georgia, "Times New Roman", serif
color: #CCC
margin= 0 -0.2em
.rule
vertical-align: middle
margin= 0 -0.2em
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15 |
=unobtrusive-logo(!size = 1em)
font-family: Monaco, Courier, "Lucida Sans Unicode", monospace
font-size= !size
color: #888
.selector
vertical-align: middle
font-size= 1.3em
.brace
vertical-align: middle
font: bold 1.7em Georgia, "Times New Roman", serif
color: #CCC
margin= 0 -0.2em
.rule
vertical-align: middle
margin= 0 -0.2em
|