mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
51 lines
915 B
Sass
51 lines
915 B
Sass
|
svg
|
||
|
max-height: 100%
|
||
|
max-width: 100%
|
||
|
|
||
|
$carbon-space: 15px
|
||
|
|
||
|
#carbon
|
||
|
margin-left: auto
|
||
|
margin-right: auto
|
||
|
max-width: 340px
|
||
|
min-height: 120px + ($carbon-space * 2)
|
||
|
padding: 0
|
||
|
position: relative
|
||
|
&:hover
|
||
|
box-shadow: 0 2px 3px rgba($black, 0.1), 0 0 0 1px $primary
|
||
|
+tablet
|
||
|
width: 340px
|
||
|
|
||
|
#carbonads
|
||
|
font-size: 14px
|
||
|
text-align: left
|
||
|
a,
|
||
|
span
|
||
|
display: block
|
||
|
.carbon-wrap
|
||
|
position: relative
|
||
|
.carbon-img
|
||
|
background: $background
|
||
|
float: left
|
||
|
height: 100px
|
||
|
margin: 15px 0 15px 15px
|
||
|
width: 130px
|
||
|
img
|
||
|
display: block
|
||
|
height: 100px
|
||
|
width: 130px
|
||
|
.carbon-text
|
||
|
display: block
|
||
|
color: $text-strong
|
||
|
line-height: 20px
|
||
|
padding: 15px 15px 35px 160px
|
||
|
.carbon-poweredby
|
||
|
bottom: 0
|
||
|
color: $text-light
|
||
|
font-size: $size-small
|
||
|
left: 160px
|
||
|
line-height: 20px
|
||
|
padding: 0 15px 10px 0
|
||
|
position: absolute
|
||
|
right: 0
|