A Pen by Paul Scarrone on CodePen.
Created
April 7, 2016 21:16
-
-
Save ninjapanzer/eddc233c1452bee8fcd8b653999157a2 to your computer and use it in GitHub Desktop.
KzZqrb
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
.box | |
.green.started | |
%i.fa.fa-edit.main-icon | |
%span.modifier-icons | |
%i.fa.fa-check | |
%i.fa.fa-minus-circle | |
%i.fa.fa-unlock | |
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
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script> |
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
.green{ | |
background-color: olive; | |
} | |
.unstarted{ | |
height: 7em; | |
width: 7em; | |
} | |
.started{ | |
height: 7em; | |
width: 7em; | |
margin-top: 0em; | |
} | |
.overlap{ | |
position: absolute; | |
} | |
.main-icon{ | |
padding: 0.54em 0 0 0.6em;; | |
font-size: 3.25em; | |
color: #FFFFF0; | |
} | |
.modifier-icons{ | |
/*border: 2px solid olive;*/ | |
background-color: lightgrey; | |
text-align: right; | |
display: block; | |
margin-top: 0.5em; | |
padding: 0 0.4em; | |
font-size: 1.1em; | |
color: olive; | |
} | |
.started .relative{ | |
color: #FFFFF0; | |
} | |
.no-overflow{ | |
overflow:hidden; | |
} |
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
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" /> | |
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment