mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 16:17:57 -05:00
25 lines
No EOL
398 B
Sass
25 lines
No EOL
398 B
Sass
#contribute-view
|
|
.class_tile
|
|
position: relative
|
|
width: 330px
|
|
padding: 5px
|
|
float: left
|
|
|
|
&:hover img
|
|
outline: 3px solid #161a9e
|
|
|
|
.class_text
|
|
position: absolute
|
|
bottom: 5px
|
|
width: 300px
|
|
padding: 12px
|
|
z-index: 1
|
|
background-color: rgba(255,255,255,.5)
|
|
|
|
p
|
|
color: black
|
|
|
|
h3
|
|
color: black
|
|
padding-top: 0px
|
|
margin-top: 0px |