mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-22 14:09:30 -07:00
eslint update for footer
This commit is contained in:
@@ -13,21 +13,21 @@ footer {
|
|||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
padding: 4px 9px;
|
padding: 4px 9px;
|
||||||
float: none;
|
float: none;
|
||||||
|
|
||||||
.footer_name {
|
.footer_name {
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer_categoryWrapper {
|
.footer_categoryWrapper {
|
||||||
.footer_category {
|
.footer_category {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.selected {
|
.selected {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer_threshold {
|
.footer_threshold {
|
||||||
button {
|
button {
|
||||||
border: none;
|
border: none;
|
||||||
@@ -38,9 +38,10 @@ footer {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer_imageIndex {
|
.footer_imageIndex {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
||||||
.ftid {
|
.ftid {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@@ -54,11 +55,11 @@ footer {
|
|||||||
top: 0;
|
top: 0;
|
||||||
padding: 3px 8px;
|
padding: 3px 8px;
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
|
|
||||||
.footer_threshold {
|
.footer_threshold {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer_imageIndex {
|
.footer_imageIndex {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,24 +1,24 @@
|
|||||||
<div class="footer_name">spedon</div>
|
<div class="footer_name">spedon</div>
|
||||||
<div class="footer_categoryWrapper">
|
<div class="footer_categoryWrapper">
|
||||||
<span class="footer_category">Featured</span>
|
<span class="footer_category">Featured</span>
|
||||||
<span class="footer_category">iPhone</span>
|
<span class="footer_category">iPhone</span>
|
||||||
<span class="footer_category">Film</span>
|
<span class="footer_category">Film</span>
|
||||||
<span class="footer_category">Info</span>
|
<span class="footer_category">Info</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer_threshold">
|
<div class="footer_threshold">
|
||||||
Threshold:
|
Threshold:
|
||||||
<button>-</button>
|
<button>-</button>
|
||||||
<span>0080</span>
|
<span>0080</span>
|
||||||
<button>+</button>
|
<button>+</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer_imageIndex">
|
<div class="footer_imageIndex">
|
||||||
<span class="ftid"></span>
|
<span class="ftid"></span>
|
||||||
<span class="ftid"></span>
|
<span class="ftid"></span>
|
||||||
<span class="ftid"></span>
|
<span class="ftid"></span>
|
||||||
<span class="ftid"></span>
|
<span class="ftid"></span>
|
||||||
<span> /</span>
|
<span> /</span>
|
||||||
<span class="ftid"></span>
|
<span class="ftid"></span>
|
||||||
<span class="ftid"></span>
|
<span class="ftid"></span>
|
||||||
<span class="ftid"></span>
|
<span class="ftid"></span>
|
||||||
<span class="ftid"></span>
|
<span class="ftid"></span>
|
||||||
</div>
|
</div>
|
||||||
Reference in New Issue
Block a user