48 lines
793 B
Sass
Executable File
48 lines
793 B
Sass
Executable File
#featured
|
|
display: flex
|
|
flex-direction: row
|
|
height: 300px
|
|
margin: 0 auto 20px
|
|
padding: 5px
|
|
background: none
|
|
|
|
div
|
|
position: relative
|
|
+transition(all, 200ms)
|
|
|
|
&:hover
|
|
box-shadow: 0 6px 20px 0 rgba(#000, 0.19), 0 8px 17px 0 rgba(#000, 0.2)
|
|
|
|
.news
|
|
display: block
|
|
+size(100% 100%)
|
|
max-width: 420px
|
|
margin-right: 10px
|
|
background: url(/img/banner/oo-banner.jpg)
|
|
background-size: 100% 100%
|
|
border-radius: 5px
|
|
|
|
.notes
|
|
height: 100%
|
|
padding: 0
|
|
flex: 1
|
|
|
|
#twitter-widget-0
|
|
display: block
|
|
width: 100% !important
|
|
height: 100%
|
|
|
|
#wrapper-home
|
|
display: block
|
|
min-height: 300px
|
|
padding: 0
|
|
|
|
.content
|
|
margin: 0
|
|
padding: 0
|
|
|
|
.actions
|
|
#mailing-list
|
|
p
|
|
margin-bottom: 7px
|
|
text-align: center |