forked from GithubMirrors/cardconjurer
		
	Update styles.css
This commit is contained in:
		| @@ -302,6 +302,13 @@ input[type='checkbox'], select, option, input[type='file'], button { | ||||
|     position: relative; | ||||
|     width: 100%; | ||||
| } | ||||
| .fiveSampleCards > div { | ||||
|     transition: transform 0.5s; | ||||
| } | ||||
| .fiveSampleCards > div:hover { | ||||
|     z-index: 100; | ||||
|     transform: translate(0, -1em); | ||||
| } | ||||
| .layer.revealedLayer > div > div > div > .sample1 { | ||||
| 	animation: sample-one 2s; | ||||
| 	transform: rotate(-10deg) translate(16%, 15%); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Kyle
					Kyle