Created
June 4, 2013 12:34
-
-
Save ryancoughlin/5705566 to your computer and use it in GitHub Desktop.
Note Styles
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
.note-back-bg { | |
width: 293px; | |
height: 143px; | |
border: 1px solid #c4c295; | |
/* ignore this border radius, this is from CSShat. Tooltip is messing it up */ | |
@include border-radius(132px 163px 3px 3px / 8px 8px 3px 3px); | |
@include background-clip(padding-box); | |
background-color: #637381; | |
@include box-shadow(0 2px 2px rgba(110,106,65,.27)); | |
@include background-image(linear-gradient(bottom, #f7f0c4 0%, #faf3c9 100%)); | |
} | |
.dark-orange-horz-line { | |
width: 294px; | |
height: 1px; | |
background-color: #dddbb6; | |
} | |
.dark-red-vert-line { | |
width: 1px; | |
height: 138px; /* will always be the full height of the box */ | |
background-color: #ddbbb7; | |
} | |
.notes-header { | |
color: #a8a283; | |
font-family: "Open Sans", sans-serif; | |
font-size: 10px; | |
font-weight: bold; | |
} | |
.here-are-some-allocation-notes-for-this-user-hey-i-am-on-a-2-l { | |
color: #86815f; | |
font-family: "Open Sans", sans-serif; | |
font-size: 11px; | |
font-weight: bold; | |
@include text-shadow(0 1px 1px #fff); | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment