mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-29 15:01:29 +08:00
55 lines
1.1 KiB
Plaintext
55 lines
1.1 KiB
Plaintext
|
.content-underlay {
|
||
|
margin-bottom: -180px;
|
||
|
border-bottom: 1px solid @jumbotron-border;
|
||
|
padding-bottom: 100px;
|
||
|
background-color: lighten(@jumbotron-bg, 2%);
|
||
|
}
|
||
|
|
||
|
|
||
|
.product {
|
||
|
z-index: 2;
|
||
|
position: relative;
|
||
|
display: block;
|
||
|
margin-top: @buffer-xl;
|
||
|
color: @text-color;
|
||
|
text-decoration: none;
|
||
|
background-color: #fff;
|
||
|
border-radius: @border-radius-base;
|
||
|
padding: @buffer-lg;
|
||
|
.box-shadow(0 4px 2px 0 rgba(127,127,127,.2));
|
||
|
&:hover, &:focus {
|
||
|
text-decoration: none;
|
||
|
color: @text-color;
|
||
|
}
|
||
|
&:hover {
|
||
|
.box-shadow(0 4px 2px 0 rgba(127,127,127,.6));
|
||
|
}
|
||
|
img { max-width: 100%; }
|
||
|
li {
|
||
|
color: @link-color;
|
||
|
&:hover, &:focus {
|
||
|
color: @link-hover-color;
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
}
|
||
|
li.active {
|
||
|
color: @text-muted;
|
||
|
cursor: default;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.product-sizes {
|
||
|
position: absolute;
|
||
|
top: 6px;
|
||
|
right: 6px;
|
||
|
border-radius: @border-radius-base;
|
||
|
background-color: #fff;
|
||
|
font-size: 21px;
|
||
|
line-height: 21px;
|
||
|
padding: @buffer-sm @buffer-md;
|
||
|
color: @text-muted;
|
||
|
}
|
||
|
|
||
|
.product-title { height: 52px; }
|