43 lines
804 B
Sass
43 lines
804 B
Sass
.theme-container
|
|
width: 100%
|
|
height: 300px
|
|
overflow: hidden
|
|
border: solid 1px #ccc
|
|
position: relative
|
|
background-color: rgba(#4D576E,.3)
|
|
@include border-radius(3px)
|
|
.theme-title
|
|
text-align: center
|
|
height: 40px
|
|
line-height: 40px
|
|
font-size: 16px
|
|
background-color: #4D576E
|
|
color: white
|
|
margin: 0 0 10px 0
|
|
padding: 0
|
|
border-bottom: solid 1px white
|
|
|
|
.thumbnail-wrapper
|
|
.action-wrapper
|
|
display: none
|
|
position: absolute
|
|
top: 40px
|
|
left: 0
|
|
.action-overlay
|
|
width: 100%
|
|
height: 260px
|
|
@include background-image(linear-gradient(rgba(#4D576E,.5),#4D576E))
|
|
.action-buttons
|
|
position: absolute
|
|
width: 100%
|
|
top: 130px
|
|
text-align: center
|
|
|
|
.addons-see-all-themes
|
|
padding-top: 21px
|
|
a
|
|
margin-left: 10px
|
|
|
|
.addons-style-search-bar
|
|
padding-top: 0px
|