Skip to content

Instantly share code, notes, and snippets.

@mattdetails
Last active April 12, 2016 21:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattdetails/a70f1c54abaa60f844b2e98c2b3b1fd6 to your computer and use it in GitHub Desktop.
Save mattdetails/a70f1c54abaa60f844b2e98c2b3b1fd6 to your computer and use it in GitHub Desktop.
.item__LHe52 {
display: -webkit-box;
display: -moz-box;
display: box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
box-orient: vertical;
-webkit-box-direction: normal;
box-direction: normal;
-webkit-flex-direction: column;
-moz-flex-direction: column;
flex-direction: column;
-ms-flex-direction: column;
background-color: #fff;
/* border: 1px solid rgba(0,0,0,.25); */
border-radius: 4px;
box-shadow: 0 2px 6px rgba(0,0,0,.1);
font-family: Roboto,Helvetica,Arial,sans-serif;
height: 300px;
margin: 0 10px;
width: 270px;
}
.lesson-type__3G1WF {
font-size: 13px;
/* line-height: 16px; */
padding: 8px 15px 8px 15px;
font-weight: 800;
}
.lesson-type-independent-readings__3Z0yK {
background-color: #97d700;
color: #FFF;
text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.menu-toggle-link__3sqVl>i {
-webkit-transition-property: background-color,color;
transition-property: background-color,color;
-webkit-transition-duration: .3s,.3s;
transition-duration: .3s,.3s;
-webkit-transition-timing-function: transition,transition;
transition-timing-function: transition,transition;
background-color: #fff;
border: 1px solid #e0e0e0;
border-radius: 4px;
color: #9e9e9e;
right: 10px;
/* padding: 0; */
padding: 5px 2px 2px 2px;
}
.subject-icon__2Cvyd {
background-color: #fff;
border-radius: 50%;
box-shadow: 0 2px 6px rgba(0,0,0,.5);
height: 32px;
position: absolute;
right: 10px;
top: 7px;
width: 32px;
}
.title__2BkhG {
bottom: 0;
color: #fff;
display: inline;
font-family: Roboto,Helvetica,Arial,sans-serif;
font-size: 18px;
font-weight: 500;
padding: 1rem;
line-height: 24px;
position: absolute;
z-index: 100;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment